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

storj-uplink: 1.100.3 -> 1.100.4
This commit is contained in:
Nick Cao 2024-03-29 11:18:05 -04:00 committed by GitHub
commit c0cc39c806
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.100.3";
version = "1.100.4";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-/aR6M/zL7xL+ujmGgu9J8Toiy7/0ou76nYJ0vwd5RVM=";
hash = "sha256-LPckEiuw+3WlEnW07jql+TFggB6mEzrvC7NI+pVBCLY=";
};
subPackages = [ "cmd/uplink" ];