mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
mpvScripts.cutter: Add updateScript
This commit is contained in:
parent
4109990857
commit
4c968b4204
@ -1,4 +1,4 @@
|
||||
{ lib, buildLua, fetchFromGitHub, makeWrapper }:
|
||||
{ lib, buildLua, fetchFromGitHub, makeWrapper, unstableGitUpdater }:
|
||||
|
||||
buildLua {
|
||||
pname = "video-cutter";
|
||||
@ -10,6 +10,7 @@ buildLua {
|
||||
rev = "01a0396c075d5f8bbd1de5b571e6231f8899ab65";
|
||||
sha256 = "sha256-veoRFzUCRH8TrvR7x+WWoycpDyxqrJZ/bnp61dVc0pE=";
|
||||
};
|
||||
passthru.updateScript = unstableGitUpdater {};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user