qbittorrent-enhanced: 5.0.3.10 -> 5.0.4.10 (#385847)

Co-authored-by: ByteSudoer <ByteSudoer@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-04 09:00:42 +00:00
committed by GitHub
co-authored by ByteSudoer
@@ -7,13 +7,13 @@
(qbittorrent.override { inherit guiSupport; }).overrideAttrs (old: rec {
pname = "qbittorrent-enhanced" + lib.optionalString (!guiSupport) "-nox";
version = "5.0.3.10";
version = "5.0.4.10";
src = fetchFromGitHub {
owner = "c0re100";
repo = "qBittorrent-Enhanced-Edition";
rev = "release-${version}";
hash = "sha256-efQFjdJeVMrPvCQ5aYtUb65hozKc73MnP0/Kheti9BI=";
hash = "sha256-qYGDPEg4BZZgHschgFjp23EnmaBtmM+UNoC2Lympt/g=";
};
meta = old.meta // {