Skip to content

Commit 2fd630e

Browse files
selfuryonaldoborrero
authored andcommitted
chore(vouch): update vouch v1.9.2 -> v1.11.1
1 parent 740cf71 commit 2fd630e

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.9.2";
10+
version = "1.11.1";
1111

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

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

2121
runVend = true;
2222

0 commit comments

Comments
 (0)