vazir-fonts: 30.1.0 -> 32.0.0

This commit is contained in:
R. Ryantm 2022-03-15 15:31:08 +00:00
parent 1a268c42c8
commit e92f338feb

View file

@ -2,7 +2,7 @@
let
pname = "vazir-fonts";
version = "30.1.0";
version = "32.0.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 = "sha256-J1l6rBFgaXFtGnK0pH7GbaYTt5TI/OevjZrXmaEgkB4=";
sha256 = "sha256-Uy8hgBtCcTLwXu9FkLN1WavUfP74Jf53ChxVGS3UBVM=";
meta = with lib; {
homepage = "https://github.com/rastikerdar/vazir-font";