about summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-28 22:26:47 -0500
committerGitHub <noreply@github.com>2020-08-28 22:26:47 -0500
commita2358df011ebec4b8aca8f579f1b811ebdfff81b (patch)
tree52d09dbdb3ef912c04cd421842feae998b2b9601 /pkgs/data/fonts
parenteb86495d7cc3f01f1eb97af365665905d3a8cbe2 (diff)
parent90fad2391a5d910c2f2d6862c08fbb77d10612c9 (diff)
Merge pull request #96471 from marsam/update-recursive
recursive: 1.059 -> 1.062
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/recursive/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/fonts/recursive/default.nix b/pkgs/data/fonts/recursive/default.nix
index 441a51033b603..9fc4b46c95225 100644
--- a/pkgs/data/fonts/recursive/default.nix
+++ b/pkgs/data/fonts/recursive/default.nix
@@ -1,12 +1,12 @@
 { lib, fetchzip }:
 
 let
-  version = "1.059";
+  version = "1.062";
 in
 fetchzip {
   name = "recursive-${version}";
 
-  url = "https://github.com/arrowtype/recursive/releases/download/${version}/Recursive-${version}.zip";
+  url = "https://github.com/arrowtype/recursive/releases/download/${version}/ArrowType-Recursive-${version}.zip";
 
   postFetch = ''
     mkdir -p $out/share/fonts/
@@ -15,7 +15,7 @@ fetchzip {
     unzip -j $downloadedFile \*.woff2 -d $out/share/fonts/woff2
   '';
 
-  sha256 = "0dlv8nrcqdn5vn3s918in5ph6kx6rg607kgp66p6ibpbg2s8ljy7";
+  sha256 = "06qilfa0c897shh7m7rpwia02nay8cjwnizzzba27ylzy5pwd96r";
 
   meta = with lib; {
     homepage = "https://recursive.design/";