libertinus: 6.8 -> 6.9

https://github.com/alif-type/libertinus/releases/tag/v6.9
This commit is contained in:
Will Dietz 2019-05-29 22:51:18 -05:00
parent d07364d651
commit 366478088c
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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