Merge pull request #312125 from r-ryantm/auto-update/storj-uplink

storj-uplink: 1.104.1 -> 1.104.5
This commit is contained in:
Pol Dellaiera 2024-05-16 21:53:46 +02:00 committed by GitHub
commit 3e5e0cd19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.104.1";
version = "1.104.5";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-wB8SK91eJp+8Jjc/bfMqDQQC3FYtSLEjpqVdxEq9P3c=";
hash = "sha256-tzAArj813Hn/iH3LEsz1bytoOr2GfI5kyKZdXNgYwSE=";
};
subPackages = [ "cmd/uplink" ];