qbittorrent: 4.4.2 -> 4.4.3

This commit is contained in:
1sixth 2022-05-25 19:08:05 +08:00
parent 7ee5f8670f
commit 4f1a81505f
No known key found for this signature in database
GPG Key ID: 55A1774C8F50733A

View File

@ -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;