rain-bittorrent: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm
2026-06-11 13:23:46 +00:00
parent edf8e66dd6
commit a25854498c
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "rain";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "cenkalti";
repo = "rain";
tag = "v${finalAttrs.version}";
hash = "sha256-g7KzqQymnB37nngi4CUuFMoLTUpc5iA3YKEoD+nJ814=";
hash = "sha256-PrzpaFGi4uGIXQ/L8dgJl7NrLD2SQwuI2vfCq2NPLLg=";
};
vendorHash = "sha256-U4NZR3vJRLTrhE1CoCAB+7pkVnvxlJpbLmIGMFuZzWc=";
vendorHash = "sha256-/OjWPt4X4xfcFgX8H2dd2T/wl/wH9Nz1l0uA2Ejd21Q=";
meta = {
description = "BitTorrent client and library in Go";