tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
versitygw: 1.0.17 -> 1.0.18
R. Ryantm
4 months ago
b7429be8
3b2b417c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ve
versitygw
package.nix
+3
-3
pkgs/by-name/ve/versitygw/package.nix
···
6
7
buildGoModule rec {
8
pname = "versitygw";
9
-
version = "1.0.17";
10
11
src = fetchFromGitHub {
12
owner = "versity";
13
repo = "versitygw";
14
tag = "v${version}";
15
-
hash = "sha256-RNxB0VxyYeR3CkzNVkDiAwV6qAUAl37JzHTSWbvaiTs=";
16
};
17
18
-
vendorHash = "sha256-YJ7p19o3SWLLdSRuqqIUvtyF6UBJ8AKhMqe7SuIIlG4=";
19
20
doCheck = false; # Require access to online S3 services
21
···
6
7
buildGoModule rec {
8
pname = "versitygw";
9
+
version = "1.0.18";
10
11
src = fetchFromGitHub {
12
owner = "versity";
13
repo = "versitygw";
14
tag = "v${version}";
15
+
hash = "sha256-IZWcRlVfXAZjkgwD9sdIX6Z2YEshkV+q4vUwPFSB5P4=";
16
};
17
18
+
vendorHash = "sha256-L7cxMkPJVDG91PXWA3eu0hWRcDfbp3U3HKXc1IziCBM=";
19
20
doCheck = false; # Require access to online S3 services
21