1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

storj-uplink: 1.110.3 -> 1.111.4 (#340814)

This commit is contained in:
Weijia Wang 2024-09-11 02:15:47 +02:00 committed by GitHub
commit 249fd74b66
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.110.3";
version = "1.111.4";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-hVgFr5fnoSZumNkImMIEbKCu7nIAT72bMi3wnsn95tc=";
hash = "sha256-WwqB0la3JBJ5074Y0erOIC60++pLLbFF3LhekbRBUWA=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-iXOL7YtSXTmLMS3nDvuUy2puWK83gbtVmrzD17C9JxU=";
vendorHash = "sha256-dA/XMBnFRDBqBlYz3j0Q6E7asmrixG71Vv52F9WX8ew=";
ldflags = [ "-s" "-w" ];