Unverified Commit 9e906749 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

storj-uplink: 1.100.4 -> 1.102.2
parents 335a5a5d 1ad2a4a8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,18 +5,18 @@

buildGoModule rec {
  pname = "storj-uplink";
  version = "1.100.4";
  version = "1.102.2";

  src = fetchFromGitHub {
    owner = "storj";
    repo = "storj";
    rev = "v${version}";
    hash = "sha256-LPckEiuw+3WlEnW07jql+TFggB6mEzrvC7NI+pVBCLY=";
    hash = "sha256-GpHX34iHKeoT7AuEf76QTpTIrATLZyAoUxMoIouhvyA=";
  };

  subPackages = [ "cmd/uplink" ];

  vendorHash = "sha256-84PI1tZFiodnGvMwObELVxXMCgIWINOrO0ISAWRnxRM=";
  vendorHash = "sha256-atIb/SmOShLIhvEsTcegX7+xoDXN+SI5a7TQrXpqdUg=";

  ldflags = [ "-s" "-w" ];