Merge pull request #62240 from dtzWill/update/libertinus-6.9

libertinus: 6.8 -> 6.9
This commit is contained in:
Will Dietz 2019-06-04 01:30:39 -05:00 committed by GitHub
commit 3aedbeb35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
let let
version = "6.8"; version = "6.9";
in fetchFromGitHub rec { in fetchFromGitHub rec {
name = "libertinus-${version}"; name = "libertinus-${version}";
@ -14,7 +14,7 @@ in fetchFromGitHub rec {
install -m444 -Dt $out/share/fonts/opentype *.otf install -m444 -Dt $out/share/fonts/opentype *.otf
install -m444 -Dt $out/share/doc/${name} *.txt install -m444 -Dt $out/share/doc/${name} *.txt
''; '';
sha256 = "0iwbw3sw8rcsifpzw72g3cz0a960scv7cib8mwrw53282waqq2gc"; sha256 = "0765a7w0askkhrjmjk638gcm9h6fcm1jpaza8iw9afr3sz1s0xlq";
meta = with lib; { meta = with lib; {
description = "A fork of the Linux Libertine and Linux Biolinum fonts"; description = "A fork of the Linux Libertine and Linux Biolinum fonts";