From 6e0fad2f9c7c0a7772f5c1a398d23ab93df45b21 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 31 Oct 2024 01:08:45 +0100 Subject: [PATCH] qbittorrent: 5.0.0 -> 5.0.1 Signed-off-by: Sefa Eyeoglu --- pkgs/applications/networking/p2p/qbittorrent/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix index e6cd3a31adf5..ffda991b0c37 100644 --- a/pkgs/applications/networking/p2p/qbittorrent/default.nix +++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix @@ -29,13 +29,13 @@ in stdenv.mkDerivation rec { pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox"; - version = "5.0.0"; + version = "5.0.1"; src = fetchFromGitHub { owner = "qbittorrent"; repo = "qBittorrent"; rev = "release-${version}"; - hash = "sha256-iwqJaRfwJTL6SimWTNqqqFPXxSKrgo6whYY70llZyGs"; + hash = "sha256-BmfTQGftQIkRrlSpJy0yHTh0r3D2CWLIo+tnL0+OeA4="; }; nativeBuildInputs = [