summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-01 09:41:38 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-11 16:55:17 +0000
commitf66ae7bf05fd0fd58ec7cf0dd425ab2551378776 (patch)
treeec277d4f89249ff842d391a34035f4e82080b3c9
parentMerge pull request #186539 from NixOS/backport-186338-to-release-22.05 (diff)
downloadnixpkgs-origin/backport-184534-to-release-22.05.tar.gz
qbittorrent: 4.4.3 -> 4.4.3.1origin/backport-184534-to-release-22.05
(cherry picked from commit 7f3e30173afc7dbbb5929e13482a61e749da890a)
-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 61a20ffb8ad2..66c175bd8745 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.3";
+ version = "4.4.3.1";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${version}";
- sha256 = "sha256-Gcjs7Yueuw76/4is4ZyvlVr6xZ8D+So1+PjZGg6Curk=";
+ sha256 = "sha256-byA6bzGdigmVptUFdgBjyg6Oimn5L6l1DDOuuBjwO0s=";
};
enableParallelBuilding = true;