ratt: update vendorSha256
This commit is contained in:
parent
aa7fa47159
commit
d53e83dd7d
@ -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;
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user