about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-28 05:18:58 -0500
committerGitHub <noreply@github.com>2020-05-28 05:18:58 -0500
commit32a2a0c36169883e9d8e5969d33693221f8dfc5a (patch)
tree04831af93be2447cbad2973c0c2deb0d4e898067 /pkgs/applications
parentd27e075ecb0a56c86e602cad5a2d6e154cc426f6 (diff)
parenta9881ef2da6a2ef776f8ea4f5b77d937f996a360 (diff)
downloadnixlib-32a2a0c36169883e9d8e5969d33693221f8dfc5a.tar
nixlib-32a2a0c36169883e9d8e5969d33693221f8dfc5a.tar.gz
nixlib-32a2a0c36169883e9d8e5969d33693221f8dfc5a.tar.bz2
nixlib-32a2a0c36169883e9d8e5969d33693221f8dfc5a.tar.lz
nixlib-32a2a0c36169883e9d8e5969d33693221f8dfc5a.tar.xz
nixlib-32a2a0c36169883e9d8e5969d33693221f8dfc5a.tar.zst
nixlib-32a2a0c36169883e9d8e5969d33693221f8dfc5a.zip
Merge pull request #89080 from r-ryantm/auto-update/kubeseal
kubeseal: 0.12.3 -> 0.12.4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/kubeseal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubeseal/default.nix b/pkgs/applications/networking/cluster/kubeseal/default.nix
index 9ef8d943aaa2..c739be763243 100644
--- a/pkgs/applications/networking/cluster/kubeseal/default.nix
+++ b/pkgs/applications/networking/cluster/kubeseal/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kubeseal";
-  version = "0.12.3";
+  version = "0.12.4";
 
   src = fetchFromGitHub {
     owner = "bitnami-labs";
     repo = "sealed-secrets";
     rev = "v${version}";
-    sha256 = "1h8n2219xh0gl42kz3rkv3aj3wfwivvs9skwbbrvmrkwwrpxkgdj";
+    sha256 = "1abm63fb40zky5i97wm6h8ifmdf6i71ws9y7217hv2rnja37f4zd";
   };
 
   vendorSha256 = null;