public-sans: 1.002 -> 1.003

https://github.com/uswds/public-sans/releases/tag/v1.003
This commit is contained in:
Will Dietz 2019-05-07 23:54:22 -05:00
parent 8e1852ac7e
commit 7f4b2d062d
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

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