summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/qbittorrent
diff options
context:
space:
mode:
authorチルノ <okinan@chiru.no>2018-08-14 03:24:47 -0500
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-14 10:24:47 +0200
commit5762a5771b5789fd3fa345ab375646e799adf3d8 (patch)
tree616f89284a880ea498b34198794c7c7cf7eef4bd /pkgs/applications/networking/p2p/qbittorrent
parent96c34ed7a515b631ad665b2f2d5429219e56a644 (diff)
downloadnixpkgs-5762a5771b5789fd3fa345ab375646e799adf3d8.tar
nixpkgs-5762a5771b5789fd3fa345ab375646e799adf3d8.tar.gz
nixpkgs-5762a5771b5789fd3fa345ab375646e799adf3d8.tar.bz2
nixpkgs-5762a5771b5789fd3fa345ab375646e799adf3d8.tar.lz
nixpkgs-5762a5771b5789fd3fa345ab375646e799adf3d8.tar.xz
nixpkgs-5762a5771b5789fd3fa345ab375646e799adf3d8.tar.zst
nixpkgs-5762a5771b5789fd3fa345ab375646e799adf3d8.zip
qbittorrent: 4.1.1 -> 4.1.2 (#45005)
Diffstat (limited to 'pkgs/applications/networking/p2p/qbittorrent')
-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 a1f27572396..599e569d3eb 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -10,13 +10,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "qbittorrent-${version}";
-  version = "4.1.1";
+  version = "4.1.2";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qbittorrent";
     rev = "release-${version}";
-    sha256 = "09bf1jr2sfdps8cb154gjw7zhdcpsamhnfbgacdmkfyd7qgcbykf";
+    sha256 = "1756hr92rvh4xlf6bk2wl24ypczhwf1rv1pdq05flk118jciqb05";
   };
 
   # NOTE: 2018-05-31: CMake is working but it is not officially supported