about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-13 11:04:43 -0400
committerGitHub <noreply@github.com>2024-05-13 11:04:43 -0400
commita8ff6fa618f64efb823d8ee982a32d2000430a62 (patch)
treea79f14dd4f237b276e89537b976d8f95c2d3f33c /pkgs/by-name
parent53b290239794afd3781dddd78ae83e20882c01e8 (diff)
parentc2a88a1c0e615b2cbe011ae9e449673dbf5877cd (diff)
Merge pull request #311280 from r-ryantm/auto-update/libui-ng
libui-ng: 4.1-unstable-2024-02-05 -> 4.1-unstable-2024-05-03
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/li/libui-ng/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/li/libui-ng/package.nix b/pkgs/by-name/li/libui-ng/package.nix
index 9cded1afcc7e9..80e0589ac2c12 100644
--- a/pkgs/by-name/li/libui-ng/package.nix
+++ b/pkgs/by-name/li/libui-ng/package.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libui-ng";
-  version = "4.1-unstable-2024-02-05";
+  version = "4.1-unstable-2024-05-03";
 
   src = fetchFromGitHub {
     owner = "libui-ng";
     repo = "libui-ng";
-    rev = "4d46de31eafad84c88b939356bcd64e6c5ee3821";
-    hash = "sha256-Yb8VdJe75uBzRnsfTOVxUXstZmu6dJ9nBuOrf86KO5s=";
+    rev = "56f1ad65f0f32bb1eb67a268cca4658fbe4567c1";
+    hash = "sha256-wo4iS/a1ErdipFDPYKvaGpO/JGtk6eU/qMLC4eUoHnA=";
   };
 
   postPatch = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) ''