Skip to content

Commit

Permalink
storj-uplink: 1.119.8 -> 1.119.15 (#372175)
Browse files Browse the repository at this point in the history
Co-authored-by: felipeqq2 <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and felipeqq2 authored Jan 8, 2025
2 parents edd4b0b + 1ec8614 commit a926246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/st/storj-uplink/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "storj-uplink";
version = "1.119.8";
version = "1.119.15";

src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-7SlKUqniRgQfmrBEVnvn7KDa9/QmMmYb7NMrNABGSiU=";
hash = "sha256-XKTsgSkcVZ/2iYnEP0eeLjLEM4c2w9+XhvBqRFQAW+U=";
};

subPackages = [ "cmd/uplink" ];
Expand Down

0 comments on commit a926246

Please sign in to comment.