Merge branch 'master' into staging-next

Hydra nixpkgs: ?compare=1523575
This commit is contained in:
Vladimír Čunát
2019-06-05 11:06:44 +02:00
234 changed files with 2709 additions and 1956 deletions

View File

@@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "3.5";
version = "3.7";
in fetchzip {
name = "inter-${version}";
@@ -12,14 +12,14 @@ in fetchzip {
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';
sha256 = "0zqixzzbb3n1j4jvpjm0hlxc32j53hgq4j078gihjkhgvjhsklf2";
sha256 = "1ja1v3605vp09azpabgmk710kic85zxwi4kksmqj9z805fmxddp6";
meta = with lib; {
homepage = https://rsms.me/inter/;
description = "A typeface specially designed for user interfaces";
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ demize ];
maintainers = with maintainers; [ demize dtzWill ];
};
}

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";

View File

@@ -0,0 +1,24 @@
{ lib, fetchzip }:
let
pname = "national-park-typeface";
version = "206464";
in fetchzip {
name = "${pname}-${version}";
url = "https://files.cargocollective.com/c${version}/NationalPark.zip";
postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile National\*.otf -d $out/share/fonts/opentype/
'';
sha256 = "044gh4xcasp8i9ny6z4nmns1am2pk5krc4ann2afq35v9bnl2q5d";
meta = with lib; {
description = ''Typeface designed to mimic the national park service
signs that are carved using a router bit'';
homepage = https://nationalparktypeface.com/;
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
};
}

View File

@@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "1.003";
version = "1.004";
in fetchzip rec {
name = "public-sans-${version}";
@@ -12,7 +12,7 @@ in fetchzip rec {
unzip $downloadedFile fonts/{otf,variable}/\*.\[ot\]tf -d $out/share/
'';
sha256 = "02ranwr1bw4n9n1ljw234nzhj2a0hgradniib37nh10maark5wg3";
sha256 = "1d9ll6gvvlmlykv868lq7xmwldlfjp94k0rjqifipg3q1qv051lg";
meta = with lib; {
description = "A strong, neutral, principles-driven, open source typeface for text or display";