Skip to content

Commit

Permalink
rain-bittorrent: 1.13.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 20, 2024
1 parent e84636c commit 09a3af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ra/rain-bittorrent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "rain";
version = "1.13.0";
version = "2.0.0";

src = fetchFromGitHub {
owner = "cenkalti";
repo = "rain";
rev = "refs/tags/v${version}";
hash = "sha256-pz20vhr3idXja7wYIdVr1dosSpqYiQfeho66rqd718I=";
hash = "sha256-bn1LblXwYqZxfCuOmnmWo4Q8Ltt7ARnDCyEI7iNuYHU=";
};

vendorHash = "sha256-40DK0D9TRJDfrMbBJNpcNzvjKb/uXN/Yz5Bb7oXBh+E=";
vendorHash = "sha256-SX686l6fsr3Gm+gyzNUZUSGXwAnxaTvUo/J57N10fmU=";

meta = {
description = "BitTorrent client and library in Go";
Expand Down

0 comments on commit 09a3af9

Please sign in to comment.