mpvScripts.quality-menu: 4.2.0 -> 4.2.1 (#424226)

This commit is contained in:
Paul Meyer 2025-07-14 10:14:07 +02:00 committed by GitHub
commit 4095d463eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildLua rec {
pname = "mpv-quality-menu";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "christoph-heinrich";
repo = "mpv-quality-menu";
rev = "v${version}";
hash = "sha256-uaU4W72P7zhHzxmfr59icCAl1mJ3ycLGzkGcYasHllI=";
hash = "sha256-W+6OYjh0S7nYrNC/P9sF7t6p1Rt/awOtO865cr6qtR0=";
};
passthru.updateScript = gitUpdater { rev-prefix = "v"; };