10 version = "unstable-2023-11-18";
12 src = fetchFromGitHub {
15 rev = "6b5863f68275b3dc91c2507284c039ec8a4cbd97";
16 hash = "sha256-rJamBm6FyxWcJO7VXXOUTO9piWCkPfEVdqGKGeJ/h0c=";
18 passthru.updateScript = unstableGitUpdater {};
21 nativeBuildInputs = [ luaPackages.moonscript ];
22 scriptPath = "build/webm.lua";
25 description = "Simple WebM maker for mpv, with no external dependencies";
26 homepage = "https://github.com/ekisu/mpv-webm";
27 license = licenses.mit;
28 platforms = platforms.all;
29 maintainers = with maintainers; [ pbsds ];