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 95525cc + 4725775 commit 9d962cdCopy full SHA for 9d962cd
pkgs/by-name/st/storj-uplink/package.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "storj-uplink";
9
- version = "1.120.4";
+ version = "1.121.3";
10
11
src = fetchFromGitHub {
12
owner = "storj";
13
repo = "storj";
14
rev = "v${version}";
15
- hash = "sha256-Ze3eQCySw3S6sKXwJCW6M+UV1FWp47syCWxIQdKttOs=";
+ hash = "sha256-Q/iQUgXeYvGDBuVL8hhHU7SK+sNVQtXCDBoRYFO+N9Y=";
16
};
17
18
subPackages = [ "cmd/uplink" ];
19
20
- vendorHash = "sha256-kLXrKFJ/g2xenYTZ13loaZ7XAgRhmo2Iwen7P4esBIs=";
+ vendorHash = "sha256-XgHTzE982POxbCzlfSt05y+h8DJb/3fiFV5l/Fu8vGg=";
21
22
ldflags = [
23
"-s"
0 commit comments