helmfile: 0.171.0 -> 1.0.0

This commit is contained in:
Eric Bailey 2025-04-30 12:12:15 -05:00
parent 395178e287
commit a05b5cbcd6
2 changed files with 8 additions and 3 deletions

View file

@ -297,6 +297,11 @@
For those unable to upgrade yet, there is a [v0 compatibility mode](https://www.openpolicyagent.org/docs/v1.0.1/v0-compatibility/)
available too.
- `helmfile` was updated to v1.0.0, which introduces several breaking changes.
See the release notes of
[v1.0.0](https://github.com/helmfile/helmfile/releases/v1.0.0) for more
information.
- `vscode-utils.buildVscodeExtension` now requires pname as an argument
- `nerdfonts` has been separated into individual font packages under the namespace `nerd-fonts`. The directories for font

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "helmfile";
version = "0.171.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "helmfile";
repo = "helmfile";
rev = "v${version}";
hash = "sha256-zZt0YxGbDqIhg2tXjQo5QnD09ASOUgFyQ1uWbGcujkc=";
hash = "sha256-JvjReRKFTwKku7DXjS8zq/KFdbPU9B9EccYUmTMLV6E=";
};
vendorHash = "sha256-sGqnM40Y1nr9dXcSSC1lkwh1ToRLpCMiWJhyMcxxH9U=";
vendorHash = "sha256-SWvRnoqxNJMRdAomvkIxGOdyeqVWblM9LaQ4wF2g6ms=";
proxyVendor = true; # darwin/linux hash mismatch