storj-uplink: 1.130.6 -> 1.131.3 (#417439)

Co-authored-by: felipeqq2 <felipeqq2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-17 22:59:18 +00:00
committed by GitHub
co-authored by felipeqq2
+3 -3
View File
@@ -6,18 +6,18 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.130.6";
version = "1.131.3";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-5IFMIiDP+HmR/yc7OQjs23lO5Cw12lZBsD8oIo2CaLE=";
hash = "sha256-9ZBe9m6HD9Cz8afyGqPLnKqrA6OPaxB2azUgr9VP5OY=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-PnRnnl3uFs889eYQbD+oNvDtJgNepNIJ90KTjnGthI8=";
vendorHash = "sha256-8g5NZpw2T2NuyizSh/cA2seSChEGWzlZmR82Xg0ClKQ=";
ldflags = [
"-s"