Merge pull request #89080 from r-ryantm/auto-update/kubeseal

kubeseal: 0.12.3 -> 0.12.4
This commit is contained in:
Mario Rodas 2020-05-28 05:18:58 -05:00 committed by GitHub
commit 32a2a0c361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;