qbittorrent-enhanced-nox: 5.1.0.11 -> 5.1.2.10

This commit is contained in:
R. Ryantm
2025-07-09 10:19:09 +00:00
parent 247c3817d7
commit ce422ca32e
@@ -7,13 +7,13 @@
(qbittorrent.override { inherit guiSupport; }).overrideAttrs (old: rec {
pname = "qbittorrent-enhanced" + lib.optionalString (!guiSupport) "-nox";
version = "5.1.0.11";
version = "5.1.2.10";
src = fetchFromGitHub {
owner = "c0re100";
repo = "qBittorrent-Enhanced-Edition";
rev = "release-${version}";
hash = "sha256-LY79Y7sG6EHGOh1hRujAOMRK3MKSAblJ+FFuGlj13iQ=";
hash = "sha256-Q3gipRgZCzihKUQZZmETT65AUSEUfgj9dFxZFybq258=";
};
meta = old.meta // {