Merge pull request #61198 from dtzWill/update/public-sans-1.003
public-sans: 1.002 -> 1.003
This commit is contained in:
commit
3c917fd8c2
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user