about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorDaniel Șerbănescu <daniel@serbanescu.dk>2020-03-26 11:28:31 +0100
committerDaniel Șerbănescu <daniel@serbanescu.dk>2020-03-26 11:28:31 +0100
commitcc03fb4210c472e7ed172079af0a4016228bbee1 (patch)
tree32fbb2a0880528ff0342aa15496eac7b8126c130 /pkgs/applications/networking
parent8e8efc7ace2c120f5ad17e4c62787bcba103b4df (diff)
downloadnixlib-cc03fb4210c472e7ed172079af0a4016228bbee1.tar
nixlib-cc03fb4210c472e7ed172079af0a4016228bbee1.tar.gz
nixlib-cc03fb4210c472e7ed172079af0a4016228bbee1.tar.bz2
nixlib-cc03fb4210c472e7ed172079af0a4016228bbee1.tar.lz
nixlib-cc03fb4210c472e7ed172079af0a4016228bbee1.tar.xz
nixlib-cc03fb4210c472e7ed172079af0a4016228bbee1.tar.zst
nixlib-cc03fb4210c472e7ed172079af0a4016228bbee1.zip
libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/p2p/qbittorrent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix
index 8ab83c8a4ba4..3dd55f3c5b85 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -10,13 +10,13 @@ with lib;
 
 mkDerivation rec {
   pname = "qbittorrent";
-  version = "4.2.1";
+  version = "4.2.2";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qbittorrent";
     rev = "release-${version}";
-    sha256 = "0bz4l7awkx4qf3gh9c8gj8fab989439zj8qy4x9r36wxdjg5cxil";
+    sha256 = "1iqgwhgwa2kx85zj1rwfnnclr1433a7m2gbs3j7w6rx39vxnzhcc";
   };
 
   # NOTE: 2018-05-31: CMake is working but it is not officially supported