qbittorrent-enhanced: 5.0.3.10 -> 5.0.4.10

This commit is contained in:
R. Ryantm
2025-02-28 17:02:20 +00:00
parent 31782c65e2
commit 36634ebfa5
@@ -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 // {