Merge pull request #189406 from r-ryantm/auto-update/qbittorrent

qbittorrent: 4.4.3.1 -> 4.4.5
This commit is contained in:
Christian Kögler 2022-10-10 19:15:14 +02:00 committed by GitHub
commit 499e75fe31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@ assert trackerSearch -> (python3 != null);
with lib;
mkDerivation rec {
pname = "qbittorrent";
version = "4.4.3.1";
version = "4.4.5";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${version}";
sha256 = "sha256-byA6bzGdigmVptUFdgBjyg6Oimn5L6l1DDOuuBjwO0s=";
sha256 = "sha256-EgRDNOJ4szdZA5ipOuGy2R0oVdjWcuqPU3ecU3ZNK3g=";
};
enableParallelBuilding = true;