Merge pull request #159839 from r-ryantm/auto-update/vazir-fonts

vazir-fonts: 22.1.0 -> 30.1.0
This commit is contained in:
Mario Rodas 2022-02-13 09:35:26 -05:00 committed by GitHub
commit b83a1352cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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