extrude: update vendorSha256
This commit is contained in:
parent
7382672cdc
commit
21751fb255
@ -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";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user