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 a7df54b + 7ac5805 commit d952b8cCopy full SHA for d952b8c
pkgs/by-name/st/storj-uplink/package.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "storj-uplink";
9
- version = "1.121.3";
+ version = "1.122.2";
10
11
src = fetchFromGitHub {
12
owner = "storj";
13
repo = "storj";
14
rev = "v${version}";
15
- hash = "sha256-Q/iQUgXeYvGDBuVL8hhHU7SK+sNVQtXCDBoRYFO+N9Y=";
+ hash = "sha256-PO5if8fBbWkLSEFuRues/B4+yWo6I4TNH25SybGU1Rg=";
16
};
17
18
subPackages = [ "cmd/uplink" ];
19
20
- vendorHash = "sha256-XgHTzE982POxbCzlfSt05y+h8DJb/3fiFV5l/Fu8vGg=";
+ vendorHash = "sha256-mISSkuBU0E/ss5hLq5S4luStqJ/r9Vy1VVe5hMLehSc=";
21
22
ldflags = [
23
"-s"
0 commit comments