Skip to content

Commit d952b8c

Browse files
storj-uplink: 1.121.3 -> 1.122.2 (#382610)
Co-authored-by: felipeqq2 <[email protected]>
2 parents a7df54b + 7ac5805 commit d952b8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/storj-uplink/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
buildGoModule rec {
88
pname = "storj-uplink";
9-
version = "1.121.3";
9+
version = "1.122.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "storj";
1313
repo = "storj";
1414
rev = "v${version}";
15-
hash = "sha256-Q/iQUgXeYvGDBuVL8hhHU7SK+sNVQtXCDBoRYFO+N9Y=";
15+
hash = "sha256-PO5if8fBbWkLSEFuRues/B4+yWo6I4TNH25SybGU1Rg=";
1616
};
1717

1818
subPackages = [ "cmd/uplink" ];
1919

20-
vendorHash = "sha256-XgHTzE982POxbCzlfSt05y+h8DJb/3fiFV5l/Fu8vGg=";
20+
vendorHash = "sha256-mISSkuBU0E/ss5hLq5S4luStqJ/r9Vy1VVe5hMLehSc=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)