vazir-fonts: 22.1.0 -> 30.1.0

This commit is contained in:
R. Ryantm 2022-02-13 13:01:51 +00:00
parent b7adb6b1df
commit 08a3f8b13d

View File

@ -2,7 +2,7 @@
let let
pname = "vazir-fonts"; pname = "vazir-fonts";
version = "22.1.0"; version = "30.1.0";
in fetchFromGitHub { in fetchFromGitHub {
name = "${pname}-${version}"; name = "${pname}-${version}";
@ -14,7 +14,7 @@ in fetchFromGitHub {
tar xf $downloadedFile --strip=1 tar xf $downloadedFile --strip=1
find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/truetype {} \; find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/truetype {} \;
''; '';
sha256 = "1nh3pyyw3082aizdwgyihh4z122z7kzp45ry7lzdhq9lshkpzglc"; sha256 = "sha256-J1l6rBFgaXFtGnK0pH7GbaYTt5TI/OevjZrXmaEgkB4=";
meta = with lib; { meta = with lib; {
homepage = "https://github.com/rastikerdar/vazir-font"; homepage = "https://github.com/rastikerdar/vazir-font";