1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

storj-uplink: 1.114.3 -> 1.116.5 (#354835)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-12 02:35:36 +00:00 committed by GitHub
commit cd3adea188
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.114.3";
version = "1.116.5";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-V7Vl2sViRl6olhCdJF4xtR7iyJCqJCrm39/Aq1T9GFQ=";
hash = "sha256-vQftcQU7WUDfVFKYswtpEHbSyReIcWF83vEQrEbzbHk=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-+eqT3VNqw3fOLwfCKPacIEcoXjuzPaY1EAZI95rgLDs=";
vendorHash = "sha256-4wkgQQGbQi9ZcBaExRQysL6r/rJZez9z7keaJReuAeg=";
ldflags = [ "-s" "-w" ];