about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-06 09:11:47 +0200
committerGitHub <noreply@github.com>2023-03-06 09:11:47 +0200
commit21eda9bc80bef824a037582b1e5a43ba74e92daa (patch)
tree9fc65d48353669b0f3026d21bcc5f123980c611d /pkgs
parentf1901002bab8353ac64acfb8e7c37ebfbfe9d9c7 (diff)
parentf8ae1e7fe9934d335ee7886f1f8e583213c47fbe (diff)
Merge pull request #219790 from r-ryantm/auto-update/lxgw-neoxihei
lxgw-neoxihei: 1.006 -> 1.007
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/data/fonts/lxgw-neoxihei/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/lxgw-neoxihei/default.nix b/pkgs/data/fonts/lxgw-neoxihei/default.nix
index 3ae29a8e2a41a..2ca2473b36471 100644
--- a/pkgs/data/fonts/lxgw-neoxihei/default.nix
+++ b/pkgs/data/fonts/lxgw-neoxihei/default.nix
@@ -5,11 +5,11 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "lxgw-neoxihei";
-  version = "1.006";
+  version = "1.007";
 
   src = fetchurl {
     url = "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v${version}/LXGWNeoXiHei.ttf";
-    hash = "sha256-n7TTunWOHGWLxvs75r5My1il0KELOZbAgTGqtMpQ+mQ=";
+    hash = "sha256-ChYpRCw8DAo8bo6fJ+5LyF+FGmER+4nY2aEx1GIROdU=";
   };
 
   dontUnpack = true;