storj-uplink: 1.124.4 -> 1.125.2 (#393164)

Co-authored-by: felipeqq2 <felipeqq2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-26 21:23:48 +00:00
committed by GitHub
co-authored by felipeqq2
+3 -3
View File
@@ -6,18 +6,18 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.124.4";
version = "1.125.2";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-3VrmFSE5YdZYxcEoWtEgonQz7ZERLfF12zcPExNToVs=";
hash = "sha256-O4lp6NsUpxaikjpcDfpS+FZZHKOxjOn1Lr052PlD0W4=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-d/ddvixerg30JZtQGNWycUR93Qeaha89W8unKUFPkDg=";
vendorHash = "sha256-OhYxrRTVbAbpPz25g27wgM30AQmQf3Uxh03ax8znFYY=";
ldflags = [
"-s"