Unverified Commit f2677c36 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

storj-uplink: 1.102.2 -> 1.102.4
parents a83833c4 cabaa9ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];