about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubergrunt
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 18:53:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 18:53:21 +0000
commita3d3b9e7ee7855df970e8b568dfbfb7ea8b6fccd (patch)
treebe5482d1ed13f3b74abd472811c07feb6db76858 /pkgs/applications/networking/cluster/kubergrunt
parent88fdc5544ed255af9efa0aeaee7c5f91cb5b9238 (diff)
kubergrunt: 0.8.0 -> 0.9.1
Diffstat (limited to 'pkgs/applications/networking/cluster/kubergrunt')
-rw-r--r--pkgs/applications/networking/cluster/kubergrunt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubergrunt/default.nix b/pkgs/applications/networking/cluster/kubergrunt/default.nix
index 32130ee96d288..569eb72824195 100644
--- a/pkgs/applications/networking/cluster/kubergrunt/default.nix
+++ b/pkgs/applications/networking/cluster/kubergrunt/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kubergrunt";
-  version = "0.8.0";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = "kubergrunt";
     rev = "v${version}";
-    sha256 = "sha256-K94cGU+cFHOrAGXjHQFFFJYhZi9zNfdlGy5eb2DkcV8=";
+    sha256 = "sha256-PY3qWIK1Q5vW9CgX1F41wf1FbThY0Y/gU9R5XkRDHfA=";
   };
 
-  vendorSha256 = "sha256-95rteSEMOBQnAw0QKuj5Yyi8n3xXGl0Tm97WiyTGxVw=";
+  vendorSha256 = "sha256-HupAsDuBLQnuMpG3gvpnhVZhQ6oSxAm9UNdJ8UHzNBU=";
 
   # Disable tests since it requires network access and relies on the
   # presence of certain AWS infrastructure