programs: remove patch from yt-dlp

This commit is contained in:
Charlotte Van Petegem 2023-08-28 15:39:05 +02:00
parent 39c5e1e355
commit 43177d6924
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -14,14 +14,7 @@
home.packages = with pkgs; [
jq
xsv
(yt-dlp.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(pkgs.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/yt-dlp/yt-dlp/pull/6654.diff";
hash = "sha256-o9T5xGbrP/OgXUGw0s8fiD3+D63leF+OrrLFRBKN7SM=";
})
];
}))
yt-dlp
];
};
}