mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
mpvScripts.blacklistExtensions: unstable-2023-12-18 -> unstable-2024-01-11
This commit is contained in:
parent
3df632c2fb
commit
c413d90a11
@ -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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user