qbittorrent-enhanced-nox: 5.1.0.10 -> 5.1.0.11 (#410801)
This commit is contained in:
commit
058cd936a6
@ -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 // {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user