about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-11-23 02:01:29 +0100
committerGitHub <noreply@github.com>2023-11-23 02:01:29 +0100
commite3e89a0713a72f4094e1e2ee18569a26b30cc4d3 (patch)
tree9214212c61f1d72f703e6cb6d63014c51807e58b /pkgs/applications
parent4adb64a759c732506c4baa6e36c085a62ad299c2 (diff)
parentce2903c1d919dedf28108ea5f1d6d8788d5669e2 (diff)
Merge pull request #269109 from r-ryantm/auto-update/kubergrunt
kubergrunt: 0.12.1 -> 0.13.0
Diffstat (limited to 'pkgs/applications')
-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=";