about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-26 22:06:22 -0500
committerGitHub <noreply@github.com>2018-12-26 22:06:22 -0500
commit984c8431816fbb691709145806e553e7fd61b9c6 (patch)
tree36f9069f9782a16a2168ae810c2968af93293c6a /pkgs/applications
parent3ccb95ea81449f82a734b87736055088bff4dbef (diff)
parentf58229ac1bd277e3dc8302857746dbf1bb345d84 (diff)
downloadnixlib-984c8431816fbb691709145806e553e7fd61b9c6.tar
nixlib-984c8431816fbb691709145806e553e7fd61b9c6.tar.gz
nixlib-984c8431816fbb691709145806e553e7fd61b9c6.tar.bz2
nixlib-984c8431816fbb691709145806e553e7fd61b9c6.tar.lz
nixlib-984c8431816fbb691709145806e553e7fd61b9c6.tar.xz
nixlib-984c8431816fbb691709145806e553e7fd61b9c6.tar.zst
nixlib-984c8431816fbb691709145806e553e7fd61b9c6.zip
Merge pull request #52895 from ivan/qbittorrent-4.1.5
qbittorrent: 4.1.4 -> 4.1.5
Diffstat (limited to 'pkgs/applications')
-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 532efa68f9ae..81c493fedcf1 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.4";
+  version = "4.1.5";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qbittorrent";
     rev = "release-${version}";
-    sha256 = "1hclyahgzj775h1fnv2rck9cw3r2yp2r6p1q263mj890n32gf3hp";
+    sha256 = "09zcygaxfv9g6av0vsvlyzv4v65wvj766xyfx31yz5ig3xan6ak1";
   };
 
   # NOTE: 2018-05-31: CMake is working but it is not officially supported