rain-bittorrent: 2.2.0 -> 2.2.1 (#395698)

Co-authored-by: matthewdargan <matthewdargan57@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-04 03:01:17 +00:00
committed by GitHub
co-authored by matthewdargan
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "rain";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "cenkalti";
repo = "rain";
tag = "v${version}";
hash = "sha256-qR9iwE4EpTCsDhbU8mxalGDK31lneN1HPiXOBfhiZas=";
hash = "sha256-hXNup0ROW+0jFqMzC1bF48XZIIyzy7/jWepEp1sPF0Q=";
};
vendorHash = "sha256-j8IVymRwhLZ2EDJtmNGgFfQ0KOmLvClDCeMjvq5KagM=";
vendorHash = "sha256-e7adl7B2TFjkVlA2YQ3iXQRMhHThJHWOLPphmhdEmTE=";
meta = {
description = "BitTorrent client and library in Go";