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

storj-uplink: 1.100.2 -> 1.100.3
This commit is contained in:
Nick Cao 2024-03-19 09:12:57 -04:00 committed by GitHub
commit 4669d79394
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.100.2";
version = "1.100.3";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-wc6oK1zn04/1nwis9ndpkQc8dwY/J85zZbhkwmNFLek=";
hash = "sha256-/aR6M/zL7xL+ujmGgu9J8Toiy7/0ou76nYJ0vwd5RVM=";
};
subPackages = [ "cmd/uplink" ];