Skip to content

Commit b88fa1d

Browse files
authored
vals: 0.38.0 -> 0.39.0 (NixOS#374340)
2 parents d8c7883 + 663e007 commit b88fa1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/va/vals/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "vals";
11-
version = "0.38.0";
11+
version = "0.39.0";
1212

1313
src = fetchFromGitHub {
1414
rev = "v${version}";
1515
owner = "helmfile";
1616
repo = pname;
17-
sha256 = "sha256-dN4712rZ/nElYpthW+27WSFOeNmV2Bm7Zx/OEIrKwsQ=";
17+
sha256 = "sha256-Og3klt2FvfSbgplHgO4waG41apu+EePaBxVbVxaTPB0=";
1818
};
1919

20-
vendorHash = "sha256-EihgFqD80YlFaEJfeS2C91ifk7yYhZQcgEUteIk3siM=";
20+
vendorHash = "sha256-F+eEnYdsXCmFuhJT3qWIrYCOkuEZdz2XFSMIccgz/+o=";
2121

2222
proxyVendor = true;
2323

0 commit comments

Comments
 (0)