Loading doc/release-notes/rl-2505.section.md +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading pkgs/applications/networking/cluster/helmfile/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
doc/release-notes/rl-2505.section.md +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/networking/cluster/helmfile/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading