Update dependencies

This commit is contained in:
Charlotte Van Petegem 2023-04-27 17:47:04 +02:00
parent de4ff42ce5
commit af840bd9df
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 19 additions and 19 deletions

View file

@ -16,7 +16,7 @@
patches = (old.patches or [ ]) ++ [
(fetchpatch {
url = https://github.com/yt-dlp/yt-dlp/pull/6654.patch;
hash = "sha256-MDQKda37LqvhUhr+0yJqsmziTs/eUZ/LRfKyyVDbrBM=";
hash = "sha256-ezJjZyxaSsPfXRoyxL2FQhbO1YUtwhb6mM0atFfO3JY=";
})
];
}))