gandom-fonts: 0.6 -> 0.8

This commit is contained in:
R. Ryantm 2022-02-15 11:51:47 +00:00
parent 3a641defd1
commit dc4a27829e

View File

@ -2,7 +2,7 @@
let
pname = "gandom-fonts";
version = "0.6";
version = "0.8";
in fetchFromGitHub {
name = "${pname}-${version}";
owner = "rastikerdar";
@ -13,7 +13,7 @@ in fetchFromGitHub {
tar xf $downloadedFile --strip=1
find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/gandom-fonts {} \;
'';
sha256 = "0zsq6s9ziyb5jz0v8aj00dlxd1aly0ibxgszd05dfvykmgz051lc";
sha256 = "sha256-EDS3wwKwe2BIcOCxu7DxkVLCoEoTPP31k5ID51lqn3M=";
meta = with lib; {
homepage = "https://github.com/rastikerdar/gandom-font";