Skip to content

Commit

Permalink
kubernetes-helm: 3.10.0 -> 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored and zowoq committed Oct 13, 2022
1 parent fbcc270 commit 5e16627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/helm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "kubernetes-helm";
version = "3.10.0";
version = "3.10.1";

src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "sha256-oYM7T0t/U7Y/O4u3t9eDjfoxjVeNFBPJdlPs+p9PXOM=";
sha256 = "sha256-OyU97zyN7fZMZAD2BEp8TW2z2E9Rl/yeiVkQaJ1GWZk=";
};
vendorSha256 = "sha256-cyqTed3IZ5JFHYTphrOzSmcAc9xyre2LuMC3p0rfh/Y=";
vendorSha256 = "sha256-vyHT/N5lat/vqM2jK4Q+jJOtZpS52YCYGcJqfa5e0KM=";

subPackages = [ "cmd/helm" ];
ldflags = [
Expand Down

0 comments on commit 5e16627

Please sign in to comment.