storj-uplink: 1.137.5 -> 1.140.3 (#447399)

This commit is contained in:
Weijia Wang
2025-10-24 21:54:26 +00:00
committed by GitHub
+3 -3
View File
@@ -6,18 +6,18 @@
buildGoModule (finalAttrs: {
pname = "storj-uplink";
version = "1.137.5";
version = "1.140.3";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
tag = "v${finalAttrs.version}";
hash = "sha256-QvmCtW8szGoo7sNHbChvtkTOUOxf1TQHQCoYeV1pN9o=";
hash = "sha256-B33czQ2ffOsTEFpexwhIuxWp8xZMLrjwX+pMbPh1R7U=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-YWqrdjB6lOOdt99XOrh27O1gza6qZ2Xn+9XfTnwOJsw=";
vendorHash = "sha256-qlzHbGOcr+TeWkGNsGYsUodHaKbAW/5qyObRhOFa10M=";
ldflags = [ "-s" ];