From ef3f1f80e7d4002658b795b6677e2ec7790622df Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 12 Dec 2020 04:20:00 +0000 Subject: recursive: 1.064 -> 1.069 --- pkgs/data/fonts/recursive/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgs/data/fonts') diff --git a/pkgs/data/fonts/recursive/default.nix b/pkgs/data/fonts/recursive/default.nix index 39d63e7dd99..ff5070b1bd7 100644 --- a/pkgs/data/fonts/recursive/default.nix +++ b/pkgs/data/fonts/recursive/default.nix @@ -1,7 +1,7 @@ { lib, fetchzip }: let - version = "1.064"; + version = "1.069"; in fetchzip { name = "recursive-${version}"; @@ -12,10 +12,9 @@ fetchzip { mkdir -p $out/share/fonts/ unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype - unzip -j $downloadedFile \*.woff2 -d $out/share/fonts/woff2 ''; - sha256 = "1pbrqk848nkaambvsz0n8f88xdm8hyib83in27rmal739qh9d1z6"; + sha256 = "07l35vkarj8f748vbnca98zrl0yl456ddqf1wpmshs24r97cx96h"; meta = with lib; { homepage = "https://recursive.design/"; -- cgit 1.4.1