about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubergrunt
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-01 13:40:41 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-01 15:55:33 +1000
commit36b5fc4b368cfc60f36f8a7448b9d75f62b195eb (patch)
tree893558c9c3d2d70a29eb8b6a95f0e9846fa8655e /pkgs/applications/networking/cluster/kubergrunt
parentb322fa1db261a205b281815efda86a857d1661d9 (diff)
buildGoModule packages: remove unnecessary `runVend`
Diffstat (limited to 'pkgs/applications/networking/cluster/kubergrunt')
-rw-r--r--pkgs/applications/networking/cluster/kubergrunt/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubergrunt/default.nix b/pkgs/applications/networking/cluster/kubergrunt/default.nix
index 733bb3c594121..4e945e4564099 100644
--- a/pkgs/applications/networking/cluster/kubergrunt/default.nix
+++ b/pkgs/applications/networking/cluster/kubergrunt/default.nix
@@ -11,14 +11,12 @@ buildGoModule rec {
     sha256 = "1224ssqdz9ak0vylyfbr9c2w0yfdp4hw9jh99qmfi2j5nhw9kzcc";
   };
 
-  vendorSha256 = "1hbb3hn8mzz9h9p1rl35izz3l6c2rqsg8aq6dgpbpsf5krp3zs3v";
+  vendorSha256 = "sha256-95rteSEMOBQnAw0QKuj5Yyi8n3xXGl0Tm97WiyTGxVw=";
 
   # Disable tests since it requires network access and relies on the
   # presence of certain AWS infrastructure
   doCheck = false;
 
-  runVend = true;
-
   postInstall = ''
     # The binary is named kubergrunt
     mv $out/bin/cmd $out/bin/kubergrunt