Skip to content

Commit

Permalink
libui-ng: 4.1-unstable-2024-05-19 -> 4.1-unstable-2024-12-08
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 12, 2024
1 parent 52a2613 commit 895749b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/li/libui-ng/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "libui-ng";
version = "4.1-unstable-2024-05-19";
version = "4.1-unstable-2024-12-08";

src = fetchFromGitHub {
owner = "libui-ng";
repo = "libui-ng";
rev = "49b04c4cf8ae4d3e38e389f446ef75170eb62762";
hash = "sha256-W9LnUBUKwx1x3+BEeUanisBGR2Q4dnbcMM5k8mCondM=";
rev = "ba11e53d6afd0a12831f988f350c376de50a8841";
hash = "sha256-edzQhuQsLJkfJsmyioLrI+YTG1qyd6ZGPtPRtSgxvuw=";
};

postPatch = lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) ''
Expand Down

0 comments on commit 895749b

Please sign in to comment.