We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4026f commit 2bdec17Copy full SHA for 2bdec17
pkgs/by-name/va/vals/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "vals";
11
- version = "0.39.2";
+ version = "0.39.4";
12
13
src = fetchFromGitHub {
14
rev = "v${version}";
15
owner = "helmfile";
16
repo = pname;
17
- sha256 = "sha256-FRFkr3bic2bXC+k+Zbbi9Oni/m4uiOqY6cIgzuJZiqU=";
+ sha256 = "sha256-UHiVAT7EE+rH+fcTDtTrTTVYktsePUojfAQgPWRNui0=";
18
};
19
20
- vendorHash = "sha256-DOnoO5LaLilqlEfbZQw46l1LtHuxj6OfuwVZZNYuQB8=";
+ vendorHash = "sha256-5Wg5cRr470GikN1cuot4HkErK0VPHYPfQiC4d/frSsc=";
21
22
proxyVendor = true;
23
0 commit comments