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

qbittorrent: 4.6.4 -> 4.6.5
This commit is contained in:
Aleksana 2024-05-31 22:34:27 +08:00 committed by GitHub
commit 524fc5fc94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,13 +30,13 @@ stdenv.mkDerivation rec {
pname = "qbittorrent" pname = "qbittorrent"
+ lib.optionalString (guiSupport && qtVersion == "5") "-qt5" + lib.optionalString (guiSupport && qtVersion == "5") "-qt5"
+ lib.optionalString (!guiSupport) "-nox"; + lib.optionalString (!guiSupport) "-nox";
version = "4.6.4"; version = "4.6.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "qbittorrent"; owner = "qbittorrent";
repo = "qBittorrent"; repo = "qBittorrent";
rev = "release-${version}"; rev = "release-${version}";
hash = "sha256-98iE+VM32eq56eB4B0KNrj8+DbmRSsyAb7eMlprSsjs="; hash = "sha256-umJObvPv4VjdAZdQEuhqFCRvi1eZQViu1IO88oeTTq8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [