mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
mpvScripts.mpv-playlistmanager: Add updateScript
This commit is contained in:
parent
66a1cca952
commit
160de305f5
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildLua, fetchFromGitHub, yt-dlp }:
|
{ lib, buildLua, fetchFromGitHub, unstableGitUpdater, yt-dlp }:
|
||||||
|
|
||||||
buildLua rec {
|
buildLua rec {
|
||||||
pname = "mpv-playlistmanager";
|
pname = "mpv-playlistmanager";
|
||||||
@ -10,6 +10,7 @@ buildLua rec {
|
|||||||
rev = "e479cbc7e83a07c5444f335cfda13793681bcbd8";
|
rev = "e479cbc7e83a07c5444f335cfda13793681bcbd8";
|
||||||
sha256 = "sha256-Nh4g8uSkHWPjwl5wyqWtM+DW9fkEbmCcOsZa4eAF6Cs=";
|
sha256 = "sha256-Nh4g8uSkHWPjwl5wyqWtM+DW9fkEbmCcOsZa4eAF6Cs=";
|
||||||
};
|
};
|
||||||
|
passthru.updateScript = unstableGitUpdater {};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace playlistmanager.lua \
|
substituteInPlace playlistmanager.lua \
|
||||||
|
Loading…
Reference in New Issue
Block a user