Skip to content

Commit

Permalink
Merge pull request #84265 from marsam/update-recursive
Browse files Browse the repository at this point in the history
recursive: 1.043 -> 1.046
  • Loading branch information
marsam committed Apr 4, 2020
2 parents 299672a + c538814 commit 6155a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/recursive/default.nix
@@ -1,7 +1,7 @@
{ lib, fetchzip }:

let
version = "1.043";
version = "1.046";
in
fetchzip {
name = "recursive-${version}";
Expand All @@ -14,7 +14,7 @@ fetchzip {
unzip -j $downloadedFile \*.woff2 -d $out/share/fonts/woff2
'';

sha256 = "0y7wg3ssr4j0r8dyxd0i0ji8bjvipzsqf0l6wznl5sfxk41mvjvd";
sha256 = "1j2rygkcmm2gpial24lks907mxjnhjrvl8z4skl8b43a55fg7mmp";

meta = with lib; {
homepage = "https://recursive.design/";
Expand Down

0 comments on commit 6155a72

Please sign in to comment.