Update yt-dlp go-play patch
This commit is contained in:
parent
62d323d741
commit
1673c19d07
1 changed files with 1 additions and 8 deletions
|
@ -15,17 +15,10 @@
|
|||
jq
|
||||
xsv
|
||||
(yt-dlp.overrideAttrs (old: {
|
||||
version = "unstable";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "yt-dlp";
|
||||
repo = "yt-dlp";
|
||||
rev = "b423b6a48e0b19260bc95ab7d72d2138d7f124dc";
|
||||
hash = "sha256-09eELJXIekLGVHjDr9XXPYjsew+ZsSkcAmcMF27mcv8=";
|
||||
};
|
||||
patches = (old.patches or [ ]) ++ [
|
||||
(pkgs.fetchpatch {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/yt-dlp/yt-dlp/pull/6654.diff";
|
||||
hash = "sha256-TNOkhfCf02WZaHyTvlBKBfRre719mdScRJ0azyLTSyQ=";
|
||||
hash = "sha256-o9T5xGbrP/OgXUGw0s8fiD3+D63leF+OrrLFRBKN7SM=";
|
||||
})
|
||||
];
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue