Skip to content

Commit 930d66c

Browse files
vouch: 1.11.1 -> 1.12.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb70eb8 commit 930d66c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vouch/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
buildGoModule rec {
99
pname = "vouch";
10-
version = "1.11.1";
10+
version = "1.12.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "attestantio";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-LdcIXagKeOxCZAY1odIf9+6y/X3l9vl/xtQZFjHkBEc=";
16+
hash = "sha256-+q2Mbp3MZsd+cni90Vq0Q09XeYyXzDNj1Vw4Z/Kz1/M=";
1717
};
1818

19-
vendorHash = "sha256-cb5qHLy8ZfhlkbdE1/ceMQorpBDuQEauQ1ptWfJT6Tk=";
19+
vendorHash = "sha256-LAthOCmfthYI5qsXpsD5rUGQo3YLCqnPBoTBDdmBBkQ=";
2020

2121
runVend = true;
2222

0 commit comments

Comments
 (0)