Skip to content

Commit

Permalink
storj-uplink: 1.113.4 -> 1.114.3 (#346545)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 6, 2024
2 parents 4620cb3 + 411239c commit 99ba77e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/sync/storj-uplink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];

Expand Down

0 comments on commit 99ba77e

Please sign in to comment.