Skip to content

Commit 9d962cd

Browse files
storj-uplink: 1.120.4 -> 1.121.3 (#378897)
Co-authored-by: felipeqq2 <[email protected]>
2 parents 95525cc + 4725775 commit 9d962cd

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.120.4";
9+
version = "1.121.3";
1010

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

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

20-
vendorHash = "sha256-kLXrKFJ/g2xenYTZ13loaZ7XAgRhmo2Iwen7P4esBIs=";
20+
vendorHash = "sha256-XgHTzE982POxbCzlfSt05y+h8DJb/3fiFV5l/Fu8vGg=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)