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

kubeseal: 0.13.1 -> 0.14.1
This commit is contained in:
Mario Rodas 2021-01-30 10:21:31 -05:00 committed by GitHub
commit f3627f8cf0
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.13.1";
version = "0.14.1";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "1hlj7i7pjyvrf9cpx6s41sdn7wjwfk7c0akx45kw662vrxcqcgf2";
sha256 = "sha256-sUeXzmgSOkpqzqrX9+wNGj2X7gcf5QSpavXK4MJe8qE=";
};
vendorSha256 = null;