summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/qbittorrent
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-12 17:31:02 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-05-13 21:48:26 +0200
commitbdbe365529fe19966a468f625b273b46bb7d9331 (patch)
treee920a812f13c90926075e5edd5afbb6bf24f6ff0 /pkgs/applications/networking/p2p/qbittorrent
parentc46ad204202e3fbb78c1ec0c29f57b594cc6c623 (diff)
downloadnixpkgs-bdbe365529fe19966a468f625b273b46bb7d9331.tar
nixpkgs-bdbe365529fe19966a468f625b273b46bb7d9331.tar.gz
nixpkgs-bdbe365529fe19966a468f625b273b46bb7d9331.tar.bz2
nixpkgs-bdbe365529fe19966a468f625b273b46bb7d9331.tar.lz
nixpkgs-bdbe365529fe19966a468f625b273b46bb7d9331.tar.xz
nixpkgs-bdbe365529fe19966a468f625b273b46bb7d9331.tar.zst
nixpkgs-bdbe365529fe19966a468f625b273b46bb7d9331.zip
qbittorrent: 4.1.5 -> 4.1.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qbittorrent/versions
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 81c493fedcf..9696c55bd86 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.5";
+  version = "4.1.6";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qbittorrent";
     rev = "release-${version}";
-    sha256 = "09zcygaxfv9g6av0vsvlyzv4v65wvj766xyfx31yz5ig3xan6ak1";
+    sha256 = "1y9kv84sy5fg64wbl4xpm8qh0hjba7ibk045cazp0m736rjmxk8c";
   };
 
   # NOTE: 2018-05-31: CMake is working but it is not officially supported