mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
noto-fonts-cjk-sans: use official release version
noto-fonts-cjk has released Sans2.004
This commit is contained in:
parent
caf436a52b
commit
efb0a5d69b
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ rec {
|
|||
noto-fonts-cjk-sans = mkNotoCJK {
|
||||
typeface = "Sans";
|
||||
version = "2.004";
|
||||
rev = "9f7f3c38eab63e1d1fddd8d50937fe4f1eacdb1d";
|
||||
sha256 = "sha256-PWpcTBnBRK87ZuRI/PsGp2UMQgCCyfkLHwvB1mOl5K0=";
|
||||
rev = "Sans2.004";
|
||||
sha256 = "sha256-IgalJkiOAVjNxKaPAQWfb5hKeqclliR4qVXCq63FGWY=";
|
||||
};
|
||||
|
||||
noto-fonts-cjk-serif = mkNotoCJK {
|
||||
|
|
Loading…
Reference in a new issue