storj-uplink: 1.120.4 -> 1.121.3 (#378897)

Co-authored-by: felipeqq2 <felipeqq2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-03 15:47:11 +00:00 committed by GitHub
commit 9d962cd4ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.120.4";
version = "1.121.3";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-Ze3eQCySw3S6sKXwJCW6M+UV1FWp47syCWxIQdKttOs=";
hash = "sha256-Q/iQUgXeYvGDBuVL8hhHU7SK+sNVQtXCDBoRYFO+N9Y=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-kLXrKFJ/g2xenYTZ13loaZ7XAgRhmo2Iwen7P4esBIs=";
vendorHash = "sha256-XgHTzE982POxbCzlfSt05y+h8DJb/3fiFV5l/Fu8vGg=";
ldflags = [
"-s"