qbittorrent: 4.5.0 -> 4.5.1

This commit is contained in:
R. Ryantm
2023-02-25 00:53:58 +00:00
parent 21299ca839
commit d464a5bdff
@@ -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;