From 24eae504485ade9d83dd92026dcffb3f281612f7 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 9 Dec 2021 08:39:09 +0800 Subject: [PATCH] torrential: 2.0.0 -> 2.0.1 --- pkgs/applications/networking/p2p/torrential/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/p2p/torrential/default.nix b/pkgs/applications/networking/p2p/torrential/default.nix index 1954ebe543d..50dd38d8d24 100644 --- a/pkgs/applications/networking/p2p/torrential/default.nix +++ b/pkgs/applications/networking/p2p/torrential/default.nix @@ -25,13 +25,13 @@ stdenv.mkDerivation rec { pname = "torrential"; - version = "2.0.0"; + version = "2.0.1"; src = fetchFromGitHub { owner = "davidmhewitt"; repo = "torrential"; rev = version; - sha256 = "sha256-78eNIz7Lgeq4LTog04TMNuL27Gv0UZ0poBaw8ia1R/g="; + sha256 = "sha256-W9Is6l8y5XSlPER2BLlf+cyMPPdEQuaP4xM59VhfDE0="; }; nativeBuildInputs = [