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

kubeseal: 0.12.0 -> 0.12.3
This commit is contained in:
Mario Rodas 2020-05-19 07:22:41 -05:00 committed by GitHub
commit d3c60074e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,19 +2,21 @@
buildGoModule rec {
pname = "kubeseal";
version = "0.12.0";
version = "0.12.3";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "0z51iwdc4m0y8wyyx3mcvbzxlrgws7n5wkcd0g7nr73irnsld4lh";
sha256 = "1h8n2219xh0gl42kz3rkv3aj3wfwivvs9skwbbrvmrkwwrpxkgdj";
};
vendorSha256 = null;
subPackages = [ "cmd/kubeseal" ];
buildFlagsArray = [ "-ldflags=-s -w -X main.VERSION=${version}" ];
meta = with lib; {
description = "A Kubernetes controller and tool for one-way encrypted Secrets";
homepage = "https://github.com/bitnami-labs/sealed-secrets";