11 version = "0-unstable-2024-07-20";
13 src = fetchFromGitHub {
16 rev = "64844ec52b7a17d621ddceacf77e1e933f856b3c";
17 hash = "sha256-Unz8DQtm4sc/u0ciWoOdLcAEDZL+AjD+2T4q61Gzdns=";
19 passthru.updateScript = unstableGitUpdater {
20 # only "latest" tag pointing at HEAD
21 hardcodeZeroVersion = true;
25 nativeBuildInputs = [ luaPackages.moonscript ];
26 scriptPath = "build/webm.lua";
29 description = "Simple WebM maker for mpv, with no external dependencies";
30 homepage = "https://github.com/ekisu/mpv-webm";
31 license = licenses.mit;
32 platforms = platforms.all;
33 maintainers = with maintainers; [ pbsds ];