about summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot]2024-07-05 22:39:34 +0000
committerGitHub2024-07-05 22:39:34 +0000
commit833986ecfea9a91311070084c18782a843029367 (patch)
tree7e6d2f3a4c66588059df90a59bd26185b7b324c2
parentc5b193cd6ec0bab51394045852ca0c544ca23441 (diff)
parentea88b9c258862389c99468a6d7b31c4eba2d8891 (diff)
Merge pull request #324832 from r-ryantm/auto-update/lxgw-neoxihei
lxgw-neoxihei: 1.123.2 -> 1.124
-rw-r--r--pkgs/by-name/lx/lxgw-neoxihei/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/lx/lxgw-neoxihei/package.nix b/pkgs/by-name/lx/lxgw-neoxihei/package.nix
index e6aa12fc5c2f..f1f4b5a5e587 100644
--- a/pkgs/by-name/lx/lxgw-neoxihei/package.nix
+++ b/pkgs/by-name/lx/lxgw-neoxihei/package.nix
@@ -5,11 +5,11 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "lxgw-neoxihei";
-  version = "1.123.2";
+  version = "1.124";
 
   src = fetchurl {
     url = "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v${version}/LXGWNeoXiHei.ttf";
-    hash = "sha256-soVFPeoU4Rovk4xpXd90CjzQ1y1rx1OT/4eKCZNTd4Q=";
+    hash = "sha256-dvdzbUYFOuqBww03Dh8t3ocTJBzvZPlcAjwdFbDm9Ys=";
   };
 
   dontUnpack = true;