about summary refs log tree commit diff
path: root/pkgs/tools/security/jaeles
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-05 13:41:48 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-05 15:03:59 +1000
commit648005c3de02882f0437eba8290c4fb7f985cdf8 (patch)
tree296360a2f54d2a2cbbf89cde25e54907be8ff860 /pkgs/tools/security/jaeles
parent617bbe97dff657709a070199da8255201b5bb74c (diff)
jaeles: remove unnecessary `runVend`
Diffstat (limited to 'pkgs/tools/security/jaeles')
-rw-r--r--pkgs/tools/security/jaeles/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/security/jaeles/default.nix b/pkgs/tools/security/jaeles/default.nix
index e6e2905ed5432..4580f08248d27 100644
--- a/pkgs/tools/security/jaeles/default.nix
+++ b/pkgs/tools/security/jaeles/default.nix
@@ -14,9 +14,7 @@ buildGoModule rec {
     hash = "sha256-IGB+TYMOOO7fvRfDe9y+JSXuDSMDVJK+N4hS+kezG48=";
   };
 
-  vendorSha256 = "sha256-3CKDkxvr7egHui6d8+25t9Zq2ePMUOULr+1NjEm4GXA=";
-
-  runVend = true;
+  vendorSha256 = "sha256-R2cP5zNuGUs0/KeaGhbQm1m5gVBVhpcFrS/jsph3EBk=";
 
   # Tests want to download signatures
   doCheck = false;