summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-09 09:17:06 +0800
committerGitHub <noreply@github.com>2021-12-09 09:17:06 +0800
commit9da11d94ee46af4956c7cc4ac526a99b0305132d (patch)
treedc8d1d381d9a48a0f90f0d20f4f441ae52c9f9bb /pkgs
parent2563419cba3fbaefaa4c649784ae3135ad4824b8 (diff)
parent24eae504485ade9d83dd92026dcffb3f281612f7 (diff)
downloadnixpkgs-9da11d94ee46af4956c7cc4ac526a99b0305132d.tar
nixpkgs-9da11d94ee46af4956c7cc4ac526a99b0305132d.tar.gz
nixpkgs-9da11d94ee46af4956c7cc4ac526a99b0305132d.tar.bz2
nixpkgs-9da11d94ee46af4956c7cc4ac526a99b0305132d.tar.lz
nixpkgs-9da11d94ee46af4956c7cc4ac526a99b0305132d.tar.xz
nixpkgs-9da11d94ee46af4956c7cc4ac526a99b0305132d.tar.zst
nixpkgs-9da11d94ee46af4956c7cc4ac526a99b0305132d.zip
Merge pull request #149755 from bobby285271/torrential
torrential: 2.0.0 -> 2.0.1
Diffstat (limited to 'pkgs')
-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 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 = [