Merge pull request #159888 from r-ryantm/auto-update/sahel-fonts

sahel-fonts: 1.0.0-alpha22 -> 3.4.0
This commit is contained in:
Mario Rodas 2022-02-19 15:37:34 -05:00 committed by GitHub
commit bb97c91be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
let
pname = "sahel-fonts";
version = "1.0.0-alpha22";
version = "3.4.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/sahel-fonts {} \;
'';
sha256 = "0vj8ydv50rjanb0favd7rh4r9rv5fl39vqwvzkpgfdcdawn0xjm7";
sha256 = "sha256-MrKSgz9WpVgLS37uH/7S0LPBD/n3GLXeUCMBD7x5CG8=";
meta = with lib; {
homepage = "https://github.com/rastikerdar/sahel-font";