summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-20 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-01-20 04:20:00 +0000
commitcb436209c94c9b8eadda0d5e366ae9819216e8eb (patch)
tree9ada2a01a7a3550979a2dd80c9756e70ea791fe1
parent4a8c551c8938f02418dae001e5910c90f1d1495b (diff)
recursive: 1.069 -> 1.071
https://github.com/arrowtype/recursive/releases/tag/v1.070 https://github.com/arrowtype/recursive/releases/tag/v1.071
-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 ff5070b1bd7a..d6929153bf45 100644
--- a/pkgs/data/fonts/recursive/default.nix
+++ b/pkgs/data/fonts/recursive/default.nix
@@ -1,12 +1,12 @@
{ lib, fetchzip }:
let
- version = "1.069";
+ version = "1.071";
in
fetchzip {
name = "recursive-${version}";
- url = "https://github.com/arrowtype/recursive/releases/download/${version}/ArrowType-Recursive-${version}.zip";
+ url = "https://github.com/arrowtype/recursive/releases/download/v${version}/ArrowType-Recursive-${version}.zip";
postFetch = ''
mkdir -p $out/share/fonts/
@@ -14,7 +14,7 @@ fetchzip {
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
'';
- sha256 = "07l35vkarj8f748vbnca98zrl0yl456ddqf1wpmshs24r97cx96h";
+ sha256 = "0db410vcvgawb89f11l2v7w3b7l70wzlwwv8df3vnangl3mdv13z";
meta = with lib; {
homepage = "https://recursive.design/";