Merge pull request #281919 from r-ryantm/auto-update/mpvScripts.blacklistExtensions

mpvScripts.blacklistExtensions: unstable-2023-12-18 -> unstable-2024-01-11
This commit is contained in:
Nick Cao 2024-01-19 10:17:08 -05:00 committed by GitHub
commit 65a2d4006f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,12 +13,12 @@ let
mkScript = name: args:
let self = rec {
pname = camelToKebab name;
version = "unstable-2023-12-18";
version = "unstable-2024-01-11";
src = fetchFromGitHub {
owner = "occivink";
repo = "mpv-scripts";
rev = "f0426bd6b107b1f4b124552dae923b62f58ce3b6";
hash = "sha256-oag5lcDoezyNXs5EBr0r0UE3ikeftvbfxSzfbxV1Oy0=";
rev = "d0390c8e802c2e888ff4a2e1d5e4fb040f855b89";
hash = "sha256-pc2aaO7lZaoYMEXv5M0WI7PtmqgkNbdtNiLZZwVzppM=";
};
passthru.updateScript = unstableGitUpdater {};