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-08-15 19:21:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-15 19:21:40 +0000
commitd4e8dc2122e3cf9820c8b7dfd2e454eb724d75d4 (patch)
treeaf97f28b64ed74cf7d1ba677a78f53e94e89fd98 /pkgs/applications/networking/cluster/kubergrunt
parentb51db7ec1be773cc478a3f7060e04721f2a5c881 (diff)
kubergrunt: 0.12.0 -> 0.12.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 fe1b55bbe9bd2..c38e4e247334d 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.0";
+  version = "0.12.1";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = "kubergrunt";
     rev = "v${version}";
-    sha256 = "sha256-C3anYYyhRT+/0jO01uEBX1LLQadovO+Z9JA6nHTNXOo=";
+    sha256 = "sha256-qd+7tYvRpRMg8Y83L/K8g8fWrfO4rAQj72EpunqfSsc=";
   };
 
   vendorHash = "sha256-AUw1wJNWjpNVsjw/Hr1ZCePYWQkf1SqRVnQgi8tOFG0=";