3
0
Fork 0
forked from mirrors/nixpkgs

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

kubeseal: 0.18.1 -> 0.18.2
This commit is contained in:
superherointj 2022-08-28 17:54:35 -03:00 committed by GitHub
commit 1ba8945e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubeseal";
version = "0.18.1";
version = "0.18.2";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "sha256-mqkkPqun0m4y/qFUWVTRCtqZd3j6jDw6Ua8hRQ41G38=";
sha256 = "sha256-+5g51doZBJqNwsIvAZ7rsq6QhAMaWFjygzr+eAE+R8w=";
};
vendorSha256 = "sha256-geelFhThdcqQ0iBzmYb5SlxPatFYDmN042O8YY5AhS0=";
vendorSha256 = "sha256-YC4ZSeObkilNvAu3StMDrnZQexVUFwVtX7ee/EPLTsE=";
subPackages = [ "cmd/kubeseal" ];