We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79aa28e + 852eeab commit 4aea81fCopy full SHA for 4aea81f
pkgs/by-name/ve/versitygw/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "versitygw";
9
- version = "1.0.13";
+ version = "1.0.14";
10
11
src = fetchFromGitHub {
12
owner = "versity";
13
repo = "versitygw";
14
tag = "v${version}";
15
- hash = "sha256-BsosWFzaN7P/QXPf86t+fJ6PkBGuykUCTmFEGCgclOE=";
+ hash = "sha256-/64SiVZUXGRI3guvSIqDBXOmbxucPCZEceCObTee6jI=";
16
};
17
18
- vendorHash = "sha256-yDHuNqrCfrvKz4spofdw9EH7J9JZvpCYejlz893nwBk=";
+ vendorHash = "sha256-HzPjHNZdQ+IJl91QviVG6zydhTb/1tOZGdFBpHLUTfE=";
19
20
doCheck = false; # Require access to online S3 services
21
0 commit comments