mpvScripts.uosc: 5.6.2 -> 5.8.0 (#399816)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-24 21:26:13 +02:00
committed by GitHub
+3 -3
View File
@@ -9,21 +9,21 @@
buildLua (finalAttrs: {
pname = "uosc";
version = "5.6.2";
version = "5.8.0";
scriptPath = "src/uosc";
src = fetchFromGitHub {
owner = "tomasklaen";
repo = "uosc";
rev = finalAttrs.version;
hash = "sha256-UbSEJGlLSX5wZpfj+Cb3LfWw17pnjxIJUNtP8dclKoU=";
hash = "sha256-O8GLYsFoDQmYvHWLwfWo1zcQvCsV2RqAe/m+R5cOITI=";
};
passthru.updateScript = gitUpdater { };
tools = buildGoModule {
pname = "uosc-bin";
inherit (finalAttrs) version src;
vendorHash = "sha256-nkY0z2GiDxfNs98dpe+wZNI3dAXcuHaD/nHiZ2XnZ1Y=";
vendorHash = "sha256-oRXChHeVQj6nXvKOVV125sM8wD33Dxxv0r/S7sl6SxQ=";
};
# the script uses custom "texture" fonts as the background for ui elements.