Will Dietz 5 years ago
parent 8e1852ac7e
commit 7f4b2d062d
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
  1. 4
      pkgs/data/fonts/public-sans/default.nix

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "1.002";
version = "1.003";
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 = "1j792i6350sp63l04jww5rpnsfz9zkj97rd378yxnpnwf2a8nv4k";
sha256 = "02ranwr1bw4n9n1ljw234nzhj2a0hgradniib37nh10maark5wg3";
meta = with stdenv.lib; {
description = "A strong, neutral, principles-driven, open source typeface for text or display";

Loading…
Cancel
Save