qbittorrent-enhanced-nox: 5.1.0.10 -> 5.1.0.11 (#410801)

This commit is contained in:
jopejoe1 2025-06-11 15:11:36 +02:00 committed by GitHub
commit 058cd936a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
(qbittorrent.override { inherit guiSupport; }).overrideAttrs (old: rec { (qbittorrent.override { inherit guiSupport; }).overrideAttrs (old: rec {
pname = "qbittorrent-enhanced" + lib.optionalString (!guiSupport) "-nox"; pname = "qbittorrent-enhanced" + lib.optionalString (!guiSupport) "-nox";
version = "5.1.0.10"; version = "5.1.0.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "c0re100"; owner = "c0re100";
repo = "qBittorrent-Enhanced-Edition"; repo = "qBittorrent-Enhanced-Edition";
rev = "release-${version}"; rev = "release-${version}";
hash = "sha256-VJqQFx9OvfuGyIfot9CgKiyGawOD3mYIdux20Atjea0="; hash = "sha256-LY79Y7sG6EHGOh1hRujAOMRK3MKSAblJ+FFuGlj13iQ=";
}; };
meta = old.meta // { meta = old.meta // {