storj-uplink: 1.100.4 -> 1.102.2

This commit is contained in:
R. Ryantm 2024-04-16 14:52:57 +00:00
parent 81a5d0fcbb
commit 1ad2a4a801
1 changed files with 3 additions and 3 deletions

View File

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.100.4";
version = "1.102.2";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-LPckEiuw+3WlEnW07jql+TFggB6mEzrvC7NI+pVBCLY=";
hash = "sha256-GpHX34iHKeoT7AuEf76QTpTIrATLZyAoUxMoIouhvyA=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-84PI1tZFiodnGvMwObELVxXMCgIWINOrO0ISAWRnxRM=";
vendorHash = "sha256-atIb/SmOShLIhvEsTcegX7+xoDXN+SI5a7TQrXpqdUg=";
ldflags = [ "-s" "-w" ];