Merge pull request #304569 from r-ryantm/auto-update/storj-uplink

storj-uplink: 1.100.4 -> 1.102.2
This commit is contained in:
Weijia Wang 2024-04-17 00:15:38 +02:00 committed by GitHub
commit 9e906749ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];