storj-uplink: 1.128.4 -> 1.130.6 (#411324)

Co-authored-by: felipeqq2 <felipeqq2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-09 16:47: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.128.4";
version = "1.130.6";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-7CH//aZ7DOXIP6A1gAZpiFO55LrLtBhvtZl/tVhYl8g=";
hash = "sha256-5IFMIiDP+HmR/yc7OQjs23lO5Cw12lZBsD8oIo2CaLE=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-CTcFTEKj5s43OlrIC7lOh3Lh/6k8/Igckv0zwrdGKbE=";
vendorHash = "sha256-PnRnnl3uFs889eYQbD+oNvDtJgNepNIJ90KTjnGthI8=";
ldflags = [
"-s"