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-11-22 03:31:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-22 03:31:16 +0000
commitce2903c1d919dedf28108ea5f1d6d8788d5669e2 (patch)
tree8f559c5e56c0f59fd4cb0139cb5e18221852e560 /pkgs/applications/networking/cluster/kubergrunt
parentec6cc9c826e08ec1aa4212c40ad92eb5186a9053 (diff)
kubergrunt: 0.12.1 -> 0.13.0
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 c38e4e247334d..c69ec96df6a28 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.12.1";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = "kubergrunt";
     rev = "v${version}";
-    sha256 = "sha256-qd+7tYvRpRMg8Y83L/K8g8fWrfO4rAQj72EpunqfSsc=";
+    sha256 = "sha256-ZUuMQ0y6qXM9g/snJchqGPf7z+5skE/OPqC3rvRenXo=";
   };
 
   vendorHash = "sha256-AUw1wJNWjpNVsjw/Hr1ZCePYWQkf1SqRVnQgi8tOFG0=";