diff options
author | makefu <github@syntax-fehler.de> | 2022-09-24 00:28:50 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-09-24 00:28:50 +0200 |
commit | 422d0e76debf5f9e7fde3d4cb442c1b838ec2646 (patch) | |
tree | 17592c8a50cc34e2a85905db0a2beb86903328ab /makefu | |
parent | 3629e30f11f048e727c4c1d0b81a7c4ebde7f5e7 (diff) |
ma pkgs.ratt: bump checksum
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/5pkgs/ratt/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/ratt/default.nix b/makefu/5pkgs/ratt/default.nix index 57ea545b9..0ad94c55e 100644 --- a/makefu/5pkgs/ratt/default.nix +++ b/makefu/5pkgs/ratt/default.nix @@ -11,7 +11,7 @@ buildGoModule rec { }; proxyVendor = true; - vendorSha256 = "sha256-901xkzF/p/kUy7tZELwNhgepRDScUeWQM3isy7APuik="; + vendorSha256 = "sha256-AOtWR7Ew+0I7+TrMZOCxOKGCv+mlvcqy9s+gX2JKwnE="; # tests try to access the internet to scrape websites doCheck = false; |