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

storj-uplink: 1.107.2 -> 1.108.1
This commit is contained in:
Aleksana
2024-07-10 17:59:48 +08:00
committed by GitHub
@@ -5,18 +5,18 @@
buildGoModule rec {
pname = "storj-uplink";
version = "1.107.2";
version = "1.108.1";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-1VO0kPR9kdterLfLRJrtKfIowppApBCZZaY7yTCncrc=";
hash = "sha256-4paP42Cu5/j+rYU//YGPTrgkz+RsG6AcJi8si0i6MNw=";
};
subPackages = [ "cmd/uplink" ];
vendorHash = "sha256-CyUthAKwJwocZtvNEy5p/1WmqT4DIl0jN63hiQncrwY=";
vendorHash = "sha256-0ukCBIQayJWPWLDFqo23OFTfPJySgD5fftL0b6p0pFY=";
ldflags = [ "-s" "-w" ];