Skip to content

Commit 677bab0

Browse files
storj-uplink: 1.126.2 -> 1.127.1 (#401480)
Co-authored-by: felipeqq2 <[email protected]>
2 parents aa9f8a2 + 7b34147 commit 677bab0

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

1111
src = fetchFromGitHub {
1212
owner = "storj";
1313
repo = "storj";
1414
rev = "v${version}";
15-
hash = "sha256-dt4OzkblMxduZJZhUHWzYGrOLs+rzI3JXa16SlRs3MI=";
15+
hash = "sha256-Eu96Qw1ENxZ0EhZuAqicmDFvzvMD1DHvNs0s1dgUZ7U=";
1616
};
1717

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

20-
vendorHash = "sha256-1TZmG008XhA9lt4Vj7jdF0wyDFQ65hql0r+kU+RAx78=";
20+
vendorHash = "sha256-kbaUWzHDHiCVQWxIyaSfPY818NAJR2PhbB/552NkbdM=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)