3
0
Fork 0
forked from mirrors/nixpkgs

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

kubeseal: 0.14.1 -> 0.15.0
This commit is contained in:
Mario Rodas 2021-02-23 20:25:04 -05:00 committed by GitHub
commit e1d3523107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "kubeseal"; pname = "kubeseal";
version = "0.14.1"; version = "0.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bitnami-labs"; owner = "bitnami-labs";
repo = "sealed-secrets"; repo = "sealed-secrets";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-sUeXzmgSOkpqzqrX9+wNGj2X7gcf5QSpavXK4MJe8qE="; sha256 = "sha256-wzaNFM/4V2mWqhkqeT70ieQuhgNK79U2b7PhxKqn/X0=";
}; };
vendorSha256 = null; vendorSha256 = null;