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

qbittorrent: 4.5.0 -> 4.5.1
This commit is contained in:
Weijia Wang
2023-02-26 18:36:14 +02:00
committed by GitHub
@@ -11,13 +11,13 @@ assert trackerSearch -> (python3 != null);
mkDerivation rec {
pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
version = "4.5.0";
version = "4.5.1";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${version}";
hash = "sha256-mDjY6OAegMjU/z5+/BUbodxJjntFbk5bsfOfqIWa87o=";
hash = "sha256-FpnWN++tgARETeUQhY9yXUPPz5FpOimqCUvBCfy0sAY=";
};
enableParallelBuilding = true;