extrude: update vendorSha256

main
zowoq 2 years ago
parent 7382672cdc
commit 21751fb255
  1. 2
      pkgs/tools/security/extrude/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

@ -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…
Cancel
Save