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>2023-12-16 05:33:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-16 05:33:53 +0000
commite714a966338f787a5eda9b3d5566e45a8bc5f08a (patch)
treed15d26565b3741e9207db39e43df11b79c1e5254 /pkgs/applications/networking/cluster/kubergrunt
parentf6608ef0204043fefa6e7b64028a457c6ecddd2e (diff)
kubergrunt: 0.13.0 -> 0.13.1
Diffstat (limited to 'pkgs/applications/networking/cluster/kubergrunt')
-rw-r--r--pkgs/applications/networking/cluster/kubergrunt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubergrunt/default.nix b/pkgs/applications/networking/cluster/kubergrunt/default.nix
index c69ec96df6a28..a416b309fdfd3 100644
--- a/pkgs/applications/networking/cluster/kubergrunt/default.nix
+++ b/pkgs/applications/networking/cluster/kubergrunt/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kubergrunt";
-  version = "0.13.0";
+  version = "0.13.1";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = "kubergrunt";
     rev = "v${version}";
-    sha256 = "sha256-ZUuMQ0y6qXM9g/snJchqGPf7z+5skE/OPqC3rvRenXo=";
+    sha256 = "sha256-lXGDt9UWIk3T+Zp5sdAftStEnd3RmdevTjkvfuZtNf0=";
   };
 
   vendorHash = "sha256-AUw1wJNWjpNVsjw/Hr1ZCePYWQkf1SqRVnQgi8tOFG0=";