summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-09-24 00:28:50 +0200
committermakefu <github@syntax-fehler.de>2022-09-24 00:28:50 +0200
commit422d0e76debf5f9e7fde3d4cb442c1b838ec2646 (patch)
tree17592c8a50cc34e2a85905db0a2beb86903328ab
parent3629e30f11f048e727c4c1d0b81a7c4ebde7f5e7 (diff)
ma pkgs.ratt: bump checksum
-rw-r--r--makefu/5pkgs/ratt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/ratt/default.nix b/makefu/5pkgs/ratt/default.nix
index 57ea545b..0ad94c55 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;