storj-uplink: 1.119.3 -> 1.119.8 (#369176)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 6cb4a2a0 98f9d01a

+3 -3
+3 -3
pkgs/by-name/st/storj-uplink/package.nix
··· 6 7 buildGoModule rec { 8 pname = "storj-uplink"; 9 - version = "1.119.3"; 10 11 src = fetchFromGitHub { 12 owner = "storj"; 13 repo = "storj"; 14 rev = "v${version}"; 15 - hash = "sha256-O+DCMgrhlunqetL2GYbNSuSbfcyYNNP3kf9bL6P3uHQ="; 16 }; 17 18 subPackages = [ "cmd/uplink" ]; 19 20 - vendorHash = "sha256-DgW1RCyTDfbc7BiMeMVMWY1gHNdxiLxojAn0NGNeWqA="; 21 22 ldflags = [ 23 "-s"
··· 6 7 buildGoModule rec { 8 pname = "storj-uplink"; 9 + version = "1.119.8"; 10 11 src = fetchFromGitHub { 12 owner = "storj"; 13 repo = "storj"; 14 rev = "v${version}"; 15 + hash = "sha256-7SlKUqniRgQfmrBEVnvn7KDa9/QmMmYb7NMrNABGSiU="; 16 }; 17 18 subPackages = [ "cmd/uplink" ]; 19 20 + vendorHash = "sha256-eYFdoc5gtY7u9LFT7EAnooxrOC1y9fIA0ESTP+rPpCc="; 21 22 ldflags = [ 23 "-s"