Merge pull request #127256 from r-ryantm/auto-update/helm

kubernetes-helm: 3.6.0 -> 3.6.1
This commit is contained in:
Sandro 2021-06-18 12:21:39 +02:00 committed by GitHub
commit fed9de5dec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "helm";
version = "3.6.0";
version = "3.6.1";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "sha256-sVa7d69MuOjH1IhUMcXu79kEE0BKylLYx6yrOV/DExY=";
sha256 = "sha256-MXMgCqdFNRMJaStoFMx8BO8OI1B7FqSETk0zW6a/vbE=";
};
vendorSha256 = "sha256-PTAyRG6PZK+vaiheUd3oiu4iBGlnFjoCrci0CYbXjBk=";