Unverified Commit 99ba77e3 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

storj-uplink: 1.113.4 -> 1.114.3 (#346545)

parents 4620cb39 411239ca
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.113.4";
  version = "1.114.3";

  src = fetchFromGitHub {
    owner = "storj";
    repo = "storj";
    rev = "v${version}";
    hash = "sha256-nf2fNnkY6Z0T5dfSRUmqYpstV5yP+dJiZqB/AF3NR94=";
    hash = "sha256-V7Vl2sViRl6olhCdJF4xtR7iyJCqJCrm39/Aq1T9GFQ=";
  };

  subPackages = [ "cmd/uplink" ];

  vendorHash = "sha256-NnFCs64xUoFFHFQs/3YtdJkUurd3TxNieZJ96VqnJaU=";
  vendorHash = "sha256-+eqT3VNqw3fOLwfCKPacIEcoXjuzPaY1EAZI95rgLDs=";

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