storj-uplink: 1.118.8 -> 1.119.3

This commit is contained in:
R. Ryantm
2024-12-19 08:49:34 +00:00
parent a98c720fb6
commit 667e57cfcf

View File

@@ -6,18 +6,18 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.118.8";
version = "1.119.3";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-kVV5d3ULRg/yGWZJSR2gP0X3gaGPM3Uy0ZkLed1Kb+U=";
hash = "sha256-O+DCMgrhlunqetL2GYbNSuSbfcyYNNP3kf9bL6P3uHQ=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-5pNYC1ubjxaU7KPd4lsEOyAe/OU95UID4JtFJ6Q+E3w=";
vendorHash = "sha256-DgW1RCyTDfbc7BiMeMVMWY1gHNdxiLxojAn0NGNeWqA=";
ldflags = [
"-s"