summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 07:15:54 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-08 09:01:03 -0700
commit4a95dd41a843269f28603790edf005fb8ff6ea27 (patch)
treefe848c457d24f789ed434cba0b06176bf48bd46a /pkgs
parent2fdca375dd8857d7e84f62dcdfe15f80579b09c5 (diff)
downloadnixpkgs-4a95dd41a843269f28603790edf005fb8ff6ea27.tar
nixpkgs-4a95dd41a843269f28603790edf005fb8ff6ea27.tar.gz
nixpkgs-4a95dd41a843269f28603790edf005fb8ff6ea27.tar.bz2
nixpkgs-4a95dd41a843269f28603790edf005fb8ff6ea27.tar.lz
nixpkgs-4a95dd41a843269f28603790edf005fb8ff6ea27.tar.xz
nixpkgs-4a95dd41a843269f28603790edf005fb8ff6ea27.tar.zst
nixpkgs-4a95dd41a843269f28603790edf005fb8ff6ea27.zip
qbittorrent: 4.1.7 -> 4.1.8
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')
-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 a579ae15181..c5142c2f9e2 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.1.7";
+  version = "4.1.8";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qbittorrent";
     rev = "release-${version}";
-    sha256 = "1z4k64h3ik1a7ir4v9g3ar1wq8zfh4r2pq43hr2wvlamm2111gdv";
+    sha256 = "1mx59mazfmd5yaqdgb6cm8hr5sbp2xgzz3y3yipq1fwq85dj3r5w";
   };
 
   # NOTE: 2018-05-31: CMake is working but it is not officially supported