summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-12 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-12-12 04:20:00 +0000
commitef3f1f80e7d4002658b795b6677e2ec7790622df (patch)
treef9792967d81d62f46a9ae6b2cec1f4de5a8c945b /pkgs/data/fonts
parent708ffc009c8ba7d97f956de7f7171131b5d808c3 (diff)
downloadnixpkgs-ef3f1f80e7d4002658b795b6677e2ec7790622df.tar
nixpkgs-ef3f1f80e7d4002658b795b6677e2ec7790622df.tar.gz
nixpkgs-ef3f1f80e7d4002658b795b6677e2ec7790622df.tar.bz2
nixpkgs-ef3f1f80e7d4002658b795b6677e2ec7790622df.tar.lz
nixpkgs-ef3f1f80e7d4002658b795b6677e2ec7790622df.tar.xz
nixpkgs-ef3f1f80e7d4002658b795b6677e2ec7790622df.tar.zst
nixpkgs-ef3f1f80e7d4002658b795b6677e2ec7790622df.zip
recursive: 1.064 -> 1.069
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/recursive/default.nix5
1 files changed, 2 insertions, 3 deletions
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/";