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

storj-uplink: 1.102.2 -> 1.102.4
This commit is contained in:
Mario Rodas 2024-04-22 22:32:21 -05:00 committed by GitHub
commit f2677c36a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.102.2";
version = "1.102.4";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-GpHX34iHKeoT7AuEf76QTpTIrATLZyAoUxMoIouhvyA=";
hash = "sha256-ryOWnVcJOUs9kToXtwjUTk7nwuAW0NCDn5Npn27hKXU=";
};
subPackages = [ "cmd/uplink" ];