summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1sixth <1sixth@shinta.ro>2022-05-25 19:08:05 +0800
committer1sixth <1sixth@shinta.ro>2022-05-25 19:12:57 +0800
commit4f1a81505f2d7294b8cbdd86799ca752474d45d4 (patch)
tree070ab05bcbf54e0123ed683bba8b3bae444d123f
parent7ee5f8670fc78ba48978f68232f96f636e4d4d89 (diff)
qbittorrent: 4.4.2 -> 4.4.3
-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 e00af5fdc805..61a20ffb8ad2 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -12,13 +12,13 @@ assert trackerSearch -> (python3 != null);
with lib;
mkDerivation rec {
pname = "qbittorrent";
- version = "4.4.2";
+ version = "4.4.3";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${version}";
- sha256 = "sha256-xBNN9YYKMDcoL1wvERjlAjV8vb2GVgwwlHtb5y0+f+8=";
+ sha256 = "sha256-Gcjs7Yueuw76/4is4ZyvlVr6xZ8D+So1+PjZGg6Curk=";
};
enableParallelBuilding = true;