mpvScripts.uosc: 5.6.0 -> 5.6.2 (#359802)

This commit is contained in:
R. RyanTM 2024-11-30 02:09:23 +10:00 committed by GitHub
parent 55303d50c4
commit e6b629da27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildLua (finalAttrs: {
pname = "uosc";
version = "5.6.0";
version = "5.6.2";
scriptPath = "src/uosc";
src = fetchFromGitHub {
owner = "tomasklaen";
repo = "uosc";
rev = finalAttrs.version;
hash = "sha256-oEU1mPDzaW5j6zMpnSn1baQ+qlr/MtErxRfiyVBWMHU=";
hash = "sha256-UbSEJGlLSX5wZpfj+Cb3LfWw17pnjxIJUNtP8dclKoU=";
};
passthru.updateScript = gitUpdater { };