mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libertinus: 6.8 -> 6.9
https://github.com/alif-type/libertinus/releases/tag/v6.9
This commit is contained in:
parent
d07364d651
commit
366478088c
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user