extrude: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 16:48:03 +10:00
parent 7382672cdc
commit 21751fb255
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildGoModule rec {
hash = "sha256-7gCEBhnNU5CqC5n0KP4Dd/fmddPRwNqyMFXTrRrJjfU=";
};
vendorSha256 = "sha256-auhRXKt5dcQ+gr3a9Wfen8/BISP17HVsIRP16sBmiZM=";
vendorSha256 = "sha256-8qjIYPkWtYTvl7wAnefpZAjbNSQLQFqRnGGccYZ8ZmU=";
meta = with lib; {
description = "Tool to analyse binaries for missing security features";

View file

@ -3012,7 +3012,9 @@ with pkgs;
eternal-terminal = callPackage ../tools/networking/eternal-terminal {};
extrude = callPackage ../tools/security/extrude { };
extrude = callPackage ../tools/security/extrude {
buildGoModule = buildGo117Module;
};
f3 = callPackage ../tools/filesystems/f3 { };