mpvScripts.uosc: 5.2.0 -> 5.5.0 (#338909)

This commit is contained in:
OTABI Tomoya 2024-09-14 10:48:12 +09:00 committed by GitHub
commit e175594837
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.2.0";
version = "5.5.0";
scriptPath = "src/uosc";
src = fetchFromGitHub {
owner = "tomasklaen";
repo = "uosc";
rev = finalAttrs.version;
hash = "sha256-0GPDna9uOuhFDhA9A1fbkoKkgSB76qiDzJVQ9gjGcWo=";
hash = "sha256-WFsqA5kGefQmvihLUuQBfMmKoUHiO7ofxpwISRygRm4=";
};
passthru.updateScript = gitUpdater { };