Skip to content

Commit

Permalink
helmfile-wrapped: 0.168.0 -> 0.169.0 (NixOS#349842)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg authored Oct 19, 2024
2 parents fe7f792 + fa96f9d commit 7b9070e
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 @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "helmfile";
version = "0.168.0";
version = "0.169.0";

src = fetchFromGitHub {
owner = "helmfile";
repo = "helmfile";
rev = "v${version}";
hash = "sha256-qpYTYOzQWhjuVANOPpLDsYZyhvRl6FnNQz5ssDZHohw=";
hash = "sha256-HGdNCGCJ8LsXyRSinNu1EDy9XuI7mTHONAgti2SETWw=";
};

vendorHash = "sha256-pCP5PxxOLlqQBmqufpo6G69v4M+NxMpTlIUY6TnclVA=";
vendorHash = "sha256-zWgza1eiO4UF/RL2Z4R4bvO+tgcN1KT8nBZor/plY+A=";

proxyVendor = true; # darwin/linux hash mismatch

Expand Down

0 comments on commit 7b9070e

Please sign in to comment.