libui-ng: unstable-2024-02-05 -> 4.1-unstable-2024-02-05

This commit is contained in:
OPNA2608 2024-03-03 18:39:57 +01:00
parent 6e045bdb7b
commit cbc714a4d5

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "libui-ng";
version = "unstable-2024-02-05";
version = "4.1-unstable-2024-02-05";
src = fetchFromGitHub {
owner = "libui-ng";
@ -47,7 +47,9 @@ stdenv.mkDerivation rec {
(lib.mesonBool "examples" (!stdenv.isDarwin))
];
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "alpha";
};
meta = with lib; {
description = "A portable GUI library for C";