storj-uplink: 1.137.5 -> 1.140.3

This commit is contained in:
R. Ryantm
2025-10-21 11:32:12 +00:00
parent 65a2cad20c
commit 6b2c3433e7
+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" ];