Merge pull request #288603 from marsam/update-libui-ng

libui-ng: unstable-2023-12-19 -> unstable-2024-02-05
This commit is contained in:
Mario Rodas 2024-02-14 08:10:54 -05:00 committed by GitHub
commit 689f69fcd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,17 +7,18 @@
, meson , meson
, ninja , ninja
, pkg-config , pkg-config
, unstableGitUpdater
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libui-ng"; pname = "libui-ng";
version = "unstable-2023-12-19"; version = "unstable-2024-02-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libui-ng"; owner = "libui-ng";
repo = "libui-ng"; repo = "libui-ng";
rev = "8de4a5c8336f82310df1c6dad51cb732113ea114"; rev = "4d46de31eafad84c88b939356bcd64e6c5ee3821";
hash = "sha256-ZMt2pEHwxXxLWtK8Rm7hky9Kxq5ZIB0olBLf1d9wVfc="; hash = "sha256-Yb8VdJe75uBzRnsfTOVxUXstZmu6dJ9nBuOrf86KO5s=";
}; };
postPatch = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) '' postPatch = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) ''
@ -46,6 +47,8 @@ stdenv.mkDerivation rec {
(lib.mesonBool "examples" (!stdenv.isDarwin)) (lib.mesonBool "examples" (!stdenv.isDarwin))
]; ];
passthru.updateScript = unstableGitUpdater { };
meta = with lib; { meta = with lib; {
description = "A portable GUI library for C"; description = "A portable GUI library for C";
homepage = "https://github.com/libui-ng/libui-ng"; homepage = "https://github.com/libui-ng/libui-ng";