0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

mpvScripts.uosc: 5.8.0 -> 5.9.2 (#410193)

This commit is contained in:
Wolfgang Walther 2025-06-01 11:44:31 +00:00 committed by GitHub
commit 16fe2aecca
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.8.0";
version = "5.9.2";
scriptPath = "src/uosc";
src = fetchFromGitHub {
owner = "tomasklaen";
repo = "uosc";
rev = finalAttrs.version;
hash = "sha256-O8GLYsFoDQmYvHWLwfWo1zcQvCsV2RqAe/m+R5cOITI=";
hash = "sha256-tBSMLzwiKAXdbvyI80ihl0x/ZcDrNd4e7r1g7+CrLgQ=";
};
passthru.updateScript = gitUpdater { };