qbittorrent-enhanced-nox: 5.0.2.10 -> 5.0.3.10

This commit is contained in:
R. Ryantm
2024-12-23 15:04:53 +00:00
parent 02d93dd7ec
commit 5c5fab76c2
@@ -7,13 +7,13 @@
(qbittorrent.override { inherit guiSupport; }).overrideAttrs (old: rec {
pname = "qbittorrent-enhanced" + lib.optionalString (!guiSupport) "-nox";
version = "5.0.2.10";
version = "5.0.3.10";
src = fetchFromGitHub {
owner = "c0re100";
repo = "qBittorrent-Enhanced-Edition";
rev = "release-${version}";
hash = "sha256-9RCG530zWQ+qzP0Y+y69NFlBWVA8GT29dY8aC1cvq7o=";
hash = "sha256-efQFjdJeVMrPvCQ5aYtUb65hozKc73MnP0/Kheti9BI=";
};
meta = old.meta // {