qbittorrent: 4.6.3 -> 4.6.4

This commit is contained in:
R. Ryantm 2024-03-25 12:28:14 +00:00
parent b1b78f4369
commit dbfbe0a0d8

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.3"; version = "4.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "qbittorrent"; owner = "qbittorrent";
repo = "qBittorrent"; repo = "qBittorrent";
rev = "release-${version}"; rev = "release-${version}";
hash = "sha256-4RVJ7xQY9zcB8+RUr80P9xKUXGxt0ATSzYmRDfZIowU="; hash = "sha256-98iE+VM32eq56eB4B0KNrj8+DbmRSsyAb7eMlprSsjs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [