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

kubeseal: 0.16.0 -> 0.17.0
This commit is contained in:
Fabian Affolter 2021-12-07 12:08:56 +01:00 committed by GitHub
commit 76ab8fbb4e
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.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "sha256-+9yOBrq34VCy1yAkSh1iHbgtckuz2FcHokH/Cb/Heus=";
sha256 = "sha256-7u7lsMeeZOUGn8eb8sjV9Td+XNEUPDvbSaITdp1JTf4=";
};
vendorSha256 = null;