rain-bittorrent: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2025-01-04 04:26:08 +01:00
committed by Weijia Wang
parent 8cb0cd700b
commit d7a789c2a4
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "rain";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "cenkalti";
repo = "rain";
tag = "v${version}";
hash = "sha256-bn1LblXwYqZxfCuOmnmWo4Q8Ltt7ARnDCyEI7iNuYHU=";
hash = "sha256-6Y+q7up6JyzBM4qov3k4l/ZUP7XsGVXvG0C6VKA/42g=";
};
vendorHash = "sha256-SX686l6fsr3Gm+gyzNUZUSGXwAnxaTvUo/J57N10fmU=";