about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubeseal
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-29 03:46:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-29 03:46:05 +0000
commit7c3e43481d5e0c581888222e3abd0d38e9b935a8 (patch)
treedab45d1626d63fb155f5bd5780592f0f2b7e03dd /pkgs/applications/networking/cluster/kubeseal
parentfac16fbfae144461f41accc3455682e052e6ce49 (diff)
kubeseal: 0.24.1 -> 0.24.2
Diffstat (limited to 'pkgs/applications/networking/cluster/kubeseal')
-rw-r--r--pkgs/applications/networking/cluster/kubeseal/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubeseal/default.nix b/pkgs/applications/networking/cluster/kubeseal/default.nix
index ab02dff316031..ae514e2b9226a 100644
--- a/pkgs/applications/networking/cluster/kubeseal/default.nix
+++ b/pkgs/applications/networking/cluster/kubeseal/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kubeseal";
-  version = "0.24.1";
+  version = "0.24.2";
 
   src = fetchFromGitHub {
     owner = "bitnami-labs";
     repo = "sealed-secrets";
     rev = "v${version}";
-    sha256 = "sha256-L5j7+2m2zKRQ/zpmwq1OimPM6I1KmmPBzNcK+s1NIDs=";
+    sha256 = "sha256-vKAKDQrQ7FmCnJwo8ItwpiayrHa9bhMognYZMlpZAlM=";
   };
 
-  vendorHash = "sha256-+x5wohzPYzff3jpqsvnDqElrBW867WLrl4RaLlRjkUk=";
+  vendorHash = "sha256-LPxU6qvpUb0ZjzjqGeTywOluwWbsi1YmiYYWJfaMWvg=";
 
   subPackages = [ "cmd/kubeseal" ];