overlays: remove invidious patch

This commit is contained in:
Aaron Bieber 2023-12-01 14:48:46 -07:00
parent 37f98b851c
commit 85b3208c69
No known key found for this signature in database

View File

@ -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