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

kubeseal: 0.12.5 -> 0.12.6
gstqt5
Ryan Mulligan 2020-10-18 16:29:21 -07:00 committed by GitHub
commit 713c368291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubeseal";
version = "0.12.5";
version = "0.12.6";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "135ls3ngdz43qx6a49faczs2vdmccalsgak2hg0rairpy2jxym37";
sha256 = "0h8v751jf8hws8zcai6vfsk5vmq6f9kwz2dg79l6xa0dfc2rv4zf";
};
vendorSha256 = null;