renge/invidious: Remove patch
It is included in the newer version.
This commit is contained in:
parent
10f2e5638f
commit
5f81e9db4b
|
@ -17,11 +17,6 @@
|
||||||
package = pkgs.unstable.invidious.overrideAttrs (o: o // {
|
package = pkgs.unstable.invidious.overrideAttrs (o: o // {
|
||||||
patches = (o.patches or [ ]) ++ [
|
patches = (o.patches or [ ]) ++ [
|
||||||
./0001-Prefer-opus-audio-streams-in-listen-mode.patch
|
./0001-Prefer-opus-audio-streams-in-listen-mode.patch
|
||||||
(pkgs.fetchpatch {
|
|
||||||
name = "0002-Update-shorts-params.patch";
|
|
||||||
url = "https://github.com/iv-org/invidious/commit/1a2d408d38fd0baef9a5538f3971fb7ac9abd147.patch";
|
|
||||||
hash = "sha256-uyAsILwxf77OZwJoTkvZ7m79w4WncTAyAr1cZbU6mhM=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue