Merge pull request #318052 from r-ryantm/auto-update/mpvScripts.mpvacious

mpvScripts.mpvacious: 0.34 -> 0.35
This commit is contained in:
Masum Reza 2024-06-20 23:52:48 +05:30 committed by GitHub
commit 37d855d335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
buildLua rec {
pname = "mpvacious";
version = "0.34";
version = "0.35";
src = fetchFromGitHub {
owner = "Ajatt-Tools";
repo = "mpvacious";
rev = "v${version}";
sha256 = "sha256-YsbeMWGpRi9wUdnrMA2YQXXWQUALxDOTs+gBJ56okkI=";
sha256 = "sha256-LcO17zkGkXWqSjWPTA3cVwRnmSrhTlS3W4RhhYaKgY4=";
};
passthru.updateScript = gitUpdater { rev-prefix = "v"; };