Merge pull request #61556 from dtzWill/update/libertinus-6.8
libertinus: 6.6 -> 6.8
This commit is contained in:
commit
e44bc8d4a5
@ -1,11 +1,11 @@
|
|||||||
{ lib, fetchFromGitHub }:
|
{ lib, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "6.6";
|
version = "6.8";
|
||||||
in fetchFromGitHub rec {
|
in fetchFromGitHub rec {
|
||||||
name = "libertinus-${version}";
|
name = "libertinus-${version}";
|
||||||
|
|
||||||
owner = "khaledhosny";
|
owner = "alif-type";
|
||||||
repo = "libertinus";
|
repo = "libertinus";
|
||||||
rev = "v${version}";
|
rev = "v${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 = "11pxb2zwvjlk06zbqrfv2pgwsl4awf68fak1ks4881i8xbl1910m";
|
sha256 = "0iwbw3sw8rcsifpzw72g3cz0a960scv7cib8mwrw53282waqq2gc";
|
||||||
|
|
||||||
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";
|
||||||
@ -23,7 +23,7 @@ in fetchFromGitHub rec {
|
|||||||
that started as an OpenType math companion of the Libertine font family,
|
that started as an OpenType math companion of the Libertine font family,
|
||||||
but grown as a full fork to address some of the bugs in the fonts.
|
but grown as a full fork to address some of the bugs in the fonts.
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/khaledhosny/libertinus;
|
homepage = https://github.com/alif-type/libertinus;
|
||||||
license = licenses.ofl;
|
license = licenses.ofl;
|
||||||
maintainers = with maintainers; [ siddharthist ];
|
maintainers = with maintainers; [ siddharthist ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user