storj-uplink: 1.131.3 -> 1.131.4 (#420111)

Co-authored-by: felipeqq2 <felipeqq2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-26 13:45:00 +00:00
committed by GitHub
co-authored by felipeqq2
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.131.3";
version = "1.131.4";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-9ZBe9m6HD9Cz8afyGqPLnKqrA6OPaxB2azUgr9VP5OY=";
hash = "sha256-jDZ7Y+3CnuL5vIVns+5PdmMjfqbP0K596HDivu++zyA=";
};
subPackages = [ "cmd/uplink" ];