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

qbittorrent: 4.6.2 -> 4.6.3
This commit is contained in:
h7x4
2024-01-20 01:40:54 +01:00
committed by GitHub
@@ -30,13 +30,13 @@ stdenv.mkDerivation rec {
pname = "qbittorrent"
+ lib.optionalString (guiSupport && qtVersion == "5") "-qt5"
+ lib.optionalString (!guiSupport) "-nox";
version = "4.6.2";
version = "4.6.3";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${version}";
hash = "sha256-+leX0T+yJUG6F7WbHa3nCexQZmd7RRfK8Uc+suMJ+vI=";
hash = "sha256-4RVJ7xQY9zcB8+RUr80P9xKUXGxt0ATSzYmRDfZIowU=";
};
nativeBuildInputs = [