about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-09 08:39:09 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-09 08:39:09 +0800
commit24eae504485ade9d83dd92026dcffb3f281612f7 (patch)
tree798daebedce70b9837f7a72b30240a72d6292fb5 /pkgs/applications/networking/p2p
parent8ae9ae17b4de60e4b6d59b7de1dca08ce61d8af2 (diff)
torrential: 2.0.0 -> 2.0.1
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/torrential/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/torrential/default.nix b/pkgs/applications/networking/p2p/torrential/default.nix
index 1954ebe543da2..50dd38d8d246b 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 = [