libui-ng: 4.1-unstable-2024-12-08 -> 4.1-unstable-2024-12-14 (#370161)

authored by Nick Cao and committed by GitHub 82967c67 5c822562

+3 -3
+3 -3
pkgs/by-name/li/libui-ng/package.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "libui-ng"; 16 - version = "4.1-unstable-2024-12-08"; 17 18 src = fetchFromGitHub { 19 owner = "libui-ng"; 20 repo = "libui-ng"; 21 - rev = "ba11e53d6afd0a12831f988f350c376de50a8841"; 22 - hash = "sha256-edzQhuQsLJkfJsmyioLrI+YTG1qyd6ZGPtPRtSgxvuw="; 23 }; 24 25 postPatch = lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) ''
··· 13 14 stdenv.mkDerivation rec { 15 pname = "libui-ng"; 16 + version = "4.1-unstable-2024-12-14"; 17 18 src = fetchFromGitHub { 19 owner = "libui-ng"; 20 repo = "libui-ng"; 21 + rev = "533953b82c8510b447fe52a89ee0a3ae6d60921b"; 22 + hash = "sha256-NrDY1EjHcSA0w/WR2UIAQQa6mbPSkVjp41h7uQzz838="; 23 }; 24 25 postPatch = lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) ''