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

kubeseal: 0.12.4 -> 0.12.5
This commit is contained in:
Mario Rodas 2020-07-31 00:10:12 -05:00 committed by GitHub
commit e997abd55d
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.4";
version = "0.12.5";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "1abm63fb40zky5i97wm6h8ifmdf6i71ws9y7217hv2rnja37f4zd";
sha256 = "135ls3ngdz43qx6a49faczs2vdmccalsgak2hg0rairpy2jxym37";
};
vendorSha256 = null;