summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-25 22:59:16 +0200
committerGitHub <noreply@github.com>2022-05-25 22:59:16 +0200
commitf4cce5bdc3ca14d85b61d2369308b67deada69b2 (patch)
tree0fa0c1e3b054fff6fc1b7265f3c0633711e1d1f2
parent1e2fcc635f5c7814d59e1d36c6053288a1015e76 (diff)
parent4f1a81505f2d7294b8cbdd86799ca752474d45d4 (diff)
Merge pull request #174477 from 1sixth/qbittorrent-4.4.3
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;