Skip to content

Commit b3b62c6

Browse files
authored
vouch: 1.9.0 -> 1.9.2 (#555)
1 parent 8914eb1 commit b3b62c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/vouch/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "vouch";
9-
version = "1.9.0";
9+
version = "1.9.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "attestantio";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-EPBMFff9NoGy8L+aNilVZ2oHo2QcgwLyPxhRZDY6QrY=";
15+
hash = "sha256-1FH4H4iH5uc7nUYVlQdqwYylB9puNJ557LLgy3ovcRI=";
1616
};
1717

18-
vendorHash = "sha256-sRoLkvULqYtA76TqgoEQK7CS59oalGH5V0SXlvlHWGw=";
18+
vendorHash = "sha256-h5MQ3v3YLKxyOK16wb/p8ND68P5LaugWiIXXG8mtXqE=";
1919

2020
runVend = true;
2121

0 commit comments

Comments
 (0)