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

storj-uplink: 1.86.2 -> 1.87.3
This commit is contained in:
Mario Rodas 2023-09-09 19:57:59 -05:00 committed by GitHub
commit df18867d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,18 +5,20 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.86.2";
version = "1.87.3";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-peWcgME+OCa9feNKLtTmZIGCpNxl+EdQfYDXV2BbclI=";
hash = "sha256-16h7PzZVFnaHMyODLk9tSrW8OiXQlcuDobANG1ZQVxs=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-sBez/IQzRIGQdOXr4Ikxh+dT8IQxtbxau5vo9VqGJvE=";
vendorHash = "sha256-gskOhLdrRzbvZwuOlm04fjeSXhNr/cqVGejEPZVtuBk=";
ldflags = [ "-s" "-w" ];
meta = with lib; {
description = "Command-line tool for Storj";