overlays: remove invidious patch
This commit is contained in:
parent
37f98b851c
commit
85b3208c69
@ -49,17 +49,6 @@ in
|
||||
})
|
||||
matrix-synapse
|
||||
heisenbridge
|
||||
(_: super: {
|
||||
invidious = super.invidious.overrideAttrs (_: {
|
||||
patches = [
|
||||
(super.fetchpatch {
|
||||
name = "invidious-newpipe.diff";
|
||||
url = "https://patch-diff.githubusercontent.com/raw/iv-org/invidious/pull/4037.patch";
|
||||
hash = "sha256-KyqQtmfIPIX48S8SZnSlvCLvdw6Ws1u0oWEk8jLKWlU=";
|
||||
})
|
||||
];
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
||||
# Example Python dep overlay
|
||||
|
Loading…
Reference in New Issue
Block a user