ratt: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 06:47:26 +10:00
parent aa7fa47159
commit d53e83dd7d
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
};
proxyVendor = true;
vendorSha256 = "sha256-NW5B9oO/LJqPigvOcMeL4hQLKmAL01I2Ff41y169BTQ=";
vendorSha256 = "sha256-4TEdnJ7lCuBka6rtoKowf5X3VqCgfwvGHeJ5B5Q5C20=";
# tests try to access the internet to scrape websites
doCheck = false;

View File

@ -9251,7 +9251,9 @@ with pkgs;
ratools = callPackage ../tools/networking/ratools { };
ratt = callPackage ../applications/misc/ratt { };
ratt = callPackage ../applications/misc/ratt {
buildGoModule = buildGo117Module;
};
rc = callPackage ../shells/rc { };