storj-uplink: 1.119.8 -> 1.119.15 (#372175)

Co-authored-by: felipeqq2 <hey@felipeqq2.rocks>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-08 20:53:21 +00:00
committed by GitHub
co-authored by felipeqq2
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.119.8";
version = "1.119.15";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-7SlKUqniRgQfmrBEVnvn7KDa9/QmMmYb7NMrNABGSiU=";
hash = "sha256-XKTsgSkcVZ/2iYnEP0eeLjLEM4c2w9+XhvBqRFQAW+U=";
};
subPackages = [ "cmd/uplink" ];