Skip to content

Commit 4aea81f

Browse files
versitygw: 1.0.13 -> 1.0.14 (#411930)
Co-authored-by: genga898 <[email protected]>
2 parents 79aa28e + 852eeab commit 4aea81f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ve/versitygw/package.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 = "versitygw";
9-
version = "1.0.13";
9+
version = "1.0.14";
1010

1111
src = fetchFromGitHub {
1212
owner = "versity";
1313
repo = "versitygw";
1414
tag = "v${version}";
15-
hash = "sha256-BsosWFzaN7P/QXPf86t+fJ6PkBGuykUCTmFEGCgclOE=";
15+
hash = "sha256-/64SiVZUXGRI3guvSIqDBXOmbxucPCZEceCObTee6jI=";
1616
};
1717

18-
vendorHash = "sha256-yDHuNqrCfrvKz4spofdw9EH7J9JZvpCYejlz893nwBk=";
18+
vendorHash = "sha256-HzPjHNZdQ+IJl91QviVG6zydhTb/1tOZGdFBpHLUTfE=";
1919

2020
doCheck = false; # Require access to online S3 services
2121

0 commit comments

Comments
 (0)