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>2024-01-20 12:12:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-20 12:12:50 +0000
commitbeccef0b4efedfbe10a3319090a109251c73a0fd (patch)
tree025da661ca529a3efe0ebbc31d20e09e7b03fc80 /pkgs/applications/networking/cluster/kubeseal
parentda015313538ff2a574a02d44160a6d54cec987a8 (diff)
kubeseal: 0.24.5 -> 0.25.0
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 991469dc0b57d..eef739ebdbf4b 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.5";
+  version = "0.25.0";
 
   src = fetchFromGitHub {
     owner = "bitnami-labs";
     repo = "sealed-secrets";
     rev = "v${version}";
-    sha256 = "sha256-OyYVilc5QEK7Mjp9NKQpvhR4HyNSUh/82eCl1LHf4fQ=";
+    sha256 = "sha256-maDfKFrszKexwzHw50iPu+aLLhi/QqKj6zmes9kS5Lk=";
   };
 
-  vendorHash = "sha256-TdEfw/f7dSIoueJoi7qqOegEBJQLHc6Em21dcDnCuJU=";
+  vendorHash = "sha256-3SrfD+6Gg9T9Qtb2PbipJZTe8Szs8Cef/61alwgHUUA=";
 
   subPackages = [ "cmd/kubeseal" ];