diff options
author | makefu <github@syntax-fehler.de> | 2022-12-12 20:15:54 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-12-12 20:15:54 +0100 |
commit | 543783c1bb1bb5dd21e9203d37e400cdb6af5ef4 (patch) | |
tree | a3ef15bd51b034fa99d13f8c1c02190ae4e6518e | |
parent | 369803fe3126aaf4a6921f6d5995477c071e2d3e (diff) |
ma pkgs.ratt: update vendor sha256
-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 0ad94c55e..575a33f2b 100644 --- a/makefu/5pkgs/ratt/default.nix +++ b/makefu/5pkgs/ratt/default.nix @@ -11,7 +11,7 @@ buildGoModule rec { }; proxyVendor = true; - vendorSha256 = "sha256-AOtWR7Ew+0I7+TrMZOCxOKGCv+mlvcqy9s+gX2JKwnE="; + vendorSha256 = "sha256-tCSwyusVstEkz2pXYGX5JmS+VgqErSPtnh4LomaaFcE="; # tests try to access the internet to scrape websites doCheck = false; |