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

storj-uplink: 1.108.3 -> 1.109.2
This commit is contained in:
Nick Cao 2024-08-13 16:20:21 -04:00 committed by GitHub
commit 8732685e4e
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.108.3";
version = "1.109.2";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-ZCQRzbu1cNSid/A/NOJm0p/voGP1sXqhxKcSgnu16EI=";
hash = "sha256-IVT3BWyDijhpt+bMn7u2f2JiGc0onAjbajHMzzbVt20=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-0ukCBIQayJWPWLDFqo23OFTfPJySgD5fftL0b6p0pFY=";
vendorHash = "sha256-+m7XOpKzg0clbRh2Rpi8JqhLoJLJsA7tT3g6FkmoVc4=";
ldflags = [ "-s" "-w" ];