Skip to content

Commit

Permalink
helmfile: 0.170.0 -> 0.170.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 31, 2025
1 parent 06d633e commit 01b0e9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/helmfile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "helmfile";
version = "0.170.0";
version = "0.170.1";

src = fetchFromGitHub {
owner = "helmfile";
repo = "helmfile";
rev = "v${version}";
hash = "sha256-HlSpY7+Qct2vxtAejrwmmWhnWq+jVycjuxQ42KScpSs=";
hash = "sha256-qu/0l+4fZUk7H5sCZopmCNxja5hI5WwfXga90Yeuy7o=";
};

vendorHash = "sha256-BmEtzUUORY/ck158+1ItVeiG9mzXdikjjUX7XwQ7xoo=";
vendorHash = "sha256-vAv/VlAvkPRWrOHDNkt4VdXXjqi65RVjYtvqSJjb8ds=";

proxyVendor = true; # darwin/linux hash mismatch

Expand Down

0 comments on commit 01b0e9d

Please sign in to comment.