about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorMilan <me@pbb.lc>2020-12-19 18:23:00 +0100
committerGitHub <noreply@github.com>2020-12-19 18:23:00 +0100
commit9e2c96b26b19b2dd2465e8a0e04f8681753d9942 (patch)
tree45b83e5868e62b478d249643785b546cc568307d /pkgs/applications/networking/p2p
parentafead527c444e9459fc0a32c9b9992862ef9e77e (diff)
downloadnixlib-9e2c96b26b19b2dd2465e8a0e04f8681753d9942.tar
nixlib-9e2c96b26b19b2dd2465e8a0e04f8681753d9942.tar.gz
nixlib-9e2c96b26b19b2dd2465e8a0e04f8681753d9942.tar.bz2
nixlib-9e2c96b26b19b2dd2465e8a0e04f8681753d9942.tar.lz
nixlib-9e2c96b26b19b2dd2465e8a0e04f8681753d9942.tar.xz
nixlib-9e2c96b26b19b2dd2465e8a0e04f8681753d9942.tar.zst
nixlib-9e2c96b26b19b2dd2465e8a0e04f8681753d9942.zip
qbittorrent: 4.3.0.1 -> 4.3.1 (#107205)
Diffstat (limited to 'pkgs/applications/networking/p2p')
-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 9b6a8bd707d5..1550bfeb94d9 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.3.0.1";
+  version = "4.3.1";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qbittorrent";
     rev = "release-${version}";
-    sha256 = "068sf24mjvc2idimgpzvf7gjk8n9xrr3qqlqfx5j3j598ckm3yfp";
+    sha256 = "17ih00q7idrpl3b2vgh4smva6lazs5jw06pblriscn1lrwdvrc38";
   };
 
   # NOTE: 2018-05-31: CMake is working but it is not officially supported