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-05-18 06:16:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-18 06:16:06 +0000
commit371b3000fc7c146574ae532550acde9beb3fdc84 (patch)
tree58f660bc13cb6c876b729d3fbc2fc5f714d770cd /pkgs/applications/networking/cluster/kubeseal
parent8fcd9a317391dffeb4475f2f8810fd2b7c217ba4 (diff)
kubeseal: 0.20.5 -> 0.21.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 86ef3ddf693a7..576b3c15c7788 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.20.5";
+  version = "0.21.0";
 
   src = fetchFromGitHub {
     owner = "bitnami-labs";
     repo = "sealed-secrets";
     rev = "v${version}";
-    sha256 = "sha256-G7v5hRSUtO7AwotQ/2eftfs31+IbyzGHydT/IR1bhOY=";
+    sha256 = "sha256-FLNF3addRA6xLN8DM6dyx2joHSwO+8rdA53yzDXk9fU=";
   };
 
-  vendorHash = "sha256-fndK1PO4CfTGQV1f9PJ+ju5VUW/RIE5i8IBARJn0g6g=";
+  vendorHash = "sha256-AZRpzY/r0tKGZzC99qFGQtUkqwYoS6SRD6nVHuBIy4A=";
 
   subPackages = [ "cmd/kubeseal" ];