shadowfox: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 08:08:40 +10:00
parent fb8b5c82bd
commit be0b9a0b1d
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "125mw70jidbp436arhv77201jdp6mpgqa2dzmrpmk55f9bf29sg6";
};
vendorSha256 = "06ar9ivry9b01609izjbl6hqgg0cy7aqd8n2cqpyq0g7my0l0lbj";
vendorSha256 = "17m0ssfw9n3g2lkv63qajz3adrk5yp0c9hx66x7dl79snwqd49yg";
doCheck = false;

View file

@ -28756,7 +28756,9 @@ with pkgs;
sfxr-qt = libsForQt5.callPackage ../applications/audio/sfxr-qt { };
shadowfox = callPackage ../tools/networking/shadowfox { };
shadowfox = callPackage ../tools/networking/shadowfox {
buildGoModule = buildGo117Module;
};
shfmt = callPackage ../tools/text/shfmt { };