rain-bittorrent: 1.13.0 -> 2.0.0 (#366845)

authored by nixpkgs-merge-bot[bot] and committed by GitHub a5077889 37626be7

+3 -3
+3 -3
pkgs/by-name/ra/rain-bittorrent/package.nix
··· 6 7 buildGoModule rec { 8 pname = "rain"; 9 - version = "1.13.0"; 10 11 src = fetchFromGitHub { 12 owner = "cenkalti"; 13 repo = "rain"; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-pz20vhr3idXja7wYIdVr1dosSpqYiQfeho66rqd718I="; 16 }; 17 18 - vendorHash = "sha256-40DK0D9TRJDfrMbBJNpcNzvjKb/uXN/Yz5Bb7oXBh+E="; 19 20 meta = { 21 description = "BitTorrent client and library in Go";
··· 6 7 buildGoModule rec { 8 pname = "rain"; 9 + version = "2.0.0"; 10 11 src = fetchFromGitHub { 12 owner = "cenkalti"; 13 repo = "rain"; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-bn1LblXwYqZxfCuOmnmWo4Q8Ltt7ARnDCyEI7iNuYHU="; 16 }; 17 18 + vendorHash = "sha256-SX686l6fsr3Gm+gyzNUZUSGXwAnxaTvUo/J57N10fmU="; 19 20 meta = { 21 description = "BitTorrent client and library in Go";