Skip to content

Commit

Permalink
kubernetes-helm: 3.9.4 -> 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Sep 21, 2022
1 parent 7ab0da7 commit f7f334c
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.9.4";
version = "3.10.0";

src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "sha256-KIqbugEzwjlDcQPiQQjN+i05rcMNIbYpGufVYZwQ/uQ=";
sha256 = "sha256-oYM7T0t/U7Y/O4u3t9eDjfoxjVeNFBPJdlPs+p9PXOM=";
};
vendorSha256 = "sha256-ZOY25wgxCdVQafdhBW4Z3aQxOGTs7N3SvSDJ/Fu5psg=";
vendorSha256 = "sha256-cyqTed3IZ5JFHYTphrOzSmcAc9xyre2LuMC3p0rfh/Y=";

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

0 comments on commit f7f334c

Please sign in to comment.