about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-06 22:00:49 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-06 22:00:49 -0700
commitcfdcc03feb7c22d6dffc55f7f9f6f0a611624077 (patch)
treee138236a30a4bc8a838a10f66beb7f500d83f9e8 /pkgs/applications/networking/p2p
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-cfdcc03feb7c22d6dffc55f7f9f6f0a611624077.tar
nixlib-cfdcc03feb7c22d6dffc55f7f9f6f0a611624077.tar.gz
nixlib-cfdcc03feb7c22d6dffc55f7f9f6f0a611624077.tar.bz2
nixlib-cfdcc03feb7c22d6dffc55f7f9f6f0a611624077.tar.lz
nixlib-cfdcc03feb7c22d6dffc55f7f9f6f0a611624077.tar.xz
nixlib-cfdcc03feb7c22d6dffc55f7f9f6f0a611624077.tar.zst
nixlib-cfdcc03feb7c22d6dffc55f7f9f6f0a611624077.zip
qbittorrent: 4.0.4 -> 4.1.0
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.1.0 with grep in /nix/store/dyvbm73pl2qs0khv1yzyfsxsyf8kx7yi-qbittorrent-4.1.0
- directory tree listing: https://gist.github.com/a5b770d088c453aa2a25dc90cfc3c348
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 90d68a96e5c0..b2e9333beb3e 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -10,11 +10,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "qbittorrent-${version}";
-  version = "4.0.4";
+  version = "4.1.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
-    sha256 = "13sw0sdw2agm49plp9xvkg6wva274drpvgz76dqj4j2kfxx9s2jk";
+    sha256 = "0fdr74sc31x421sb69vlgal1hxpccjxxk8hrrzz9f5bg4jv895pw";
   };
 
   nativeBuildInputs = [ pkgconfig which ];