summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-12 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-05-12 04:20:00 +0000
commit06f9c15ebbd33c55f059019f346080013920808f (patch)
tree9189614eb29e57d11bda80c0fa4829e5f51de36b
parentff6e5ed3f3bbe89645e785ef2cf4badf404fd3f3 (diff)
downloadnixpkgs-06f9c15ebbd33c55f059019f346080013920808f.tar
nixpkgs-06f9c15ebbd33c55f059019f346080013920808f.tar.gz
nixpkgs-06f9c15ebbd33c55f059019f346080013920808f.tar.bz2
nixpkgs-06f9c15ebbd33c55f059019f346080013920808f.tar.lz
nixpkgs-06f9c15ebbd33c55f059019f346080013920808f.tar.xz
nixpkgs-06f9c15ebbd33c55f059019f346080013920808f.tar.zst
nixpkgs-06f9c15ebbd33c55f059019f346080013920808f.zip
public-sans: 2.000 -> 2.001
https://github.com/uswds/public-sans/releases/tag/v2.001
-rw-r--r--pkgs/data/fonts/public-sans/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/data/fonts/public-sans/default.nix b/pkgs/data/fonts/public-sans/default.nix
index 88da0cb5d55..be75da9e665 100644
--- a/pkgs/data/fonts/public-sans/default.nix
+++ b/pkgs/data/fonts/public-sans/default.nix
@@ -1,7 +1,7 @@
 { lib, fetchzip }:
 
 let
-  version = "2.000";
+  version = "2.001";
 in fetchzip {
   name = "public-sans-${version}";
 
@@ -13,11 +13,12 @@ in fetchzip {
     unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
   '';
 
-  sha256 = "0r34h9mim5c3h48cpq2m2ixkdqhv3i594pip10pavkmskldpbha5";
+  sha256 = "sha256-Ba7D4J72GZQsGn0KINRib9BmHsAnoEsAwAOC+M3CkMU=";
 
   meta = with lib; {
     description = "A strong, neutral, principles-driven, open source typeface for text or display";
     homepage = "https://public-sans.digital.gov/";
+    changelog = "https://github.com/uswds/public-sans/raw/v${version}/FONTLOG.txt";
     license = licenses.ofl;
     maintainers = with maintainers; [ dtzWill ];
     platforms = platforms.all;