qbittorrent: 4.6.0 -> 4.6.1

This commit is contained in:
Pavel Sobolev 2023-11-21 11:50:57 +03:00
parent 34847de9d5
commit b16be474e9
No known key found for this signature in database

View File

@ -29,13 +29,13 @@ stdenv.mkDerivation rec {
pname = "qbittorrent"
+ lib.optionalString (guiSupport && qtVersion == "5") "-qt5"
+ lib.optionalString (!guiSupport) "-nox";
version = "4.6.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${version}";
hash = "sha256-o9zMGjVCXLqdRdXzRs1kFPDMFJXQWBEtWwIfeIyFxJw=";
hash = "sha256-XpPRiWC4HO8t++Fv4Que6TjwSs+go0K/bJWzmGkbLOY=";
};
nativeBuildInputs = [