kubeseal: 0.12.3 -> 0.12.4

This commit is contained in:
R. RyanTM 2020-05-28 05:19:45 +00:00
parent 1b5925f218
commit a9881ef2da

View file

@ -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;