Unverified Commit cd3adea1 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

storj-uplink: 1.114.3 -> 1.116.5 (#354835)

parents cb10e349 04a4f839
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.114.3";
  version = "1.116.5";

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

  subPackages = [ "cmd/uplink" ];

  vendorHash = "sha256-+eqT3VNqw3fOLwfCKPacIEcoXjuzPaY1EAZI95rgLDs=";
  vendorHash = "sha256-4wkgQQGbQi9ZcBaExRQysL6r/rJZez9z7keaJReuAeg=";

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