libui-ng: unstable-2023-12-19 -> unstable-2024-02-05

This commit is contained in:
Mario Rodas 2024-02-13 04:20:00 +00:00
parent 3851331538
commit b189a84014

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "libui-ng";
version = "unstable-2023-12-19";
version = "unstable-2024-02-05";
src = fetchFromGitHub {
owner = "libui-ng";
repo = "libui-ng";
rev = "8de4a5c8336f82310df1c6dad51cb732113ea114";
hash = "sha256-ZMt2pEHwxXxLWtK8Rm7hky9Kxq5ZIB0olBLf1d9wVfc=";
rev = "4d46de31eafad84c88b939356bcd64e6c5ee3821";
hash = "sha256-Yb8VdJe75uBzRnsfTOVxUXstZmu6dJ9nBuOrf86KO5s=";
};
postPatch = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) ''