Skip to content

Commit

Permalink
Merge pull request #96327 from marsam/update-recursive
Browse files Browse the repository at this point in the history
recursive: 1.057 -> 1.059
  • Loading branch information
marsam committed Aug 26, 2020
2 parents c5dc369 + f190d0f commit f2a2577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/recursive/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, fetchzip }:

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

sha256 = "0qsqldnhgl93h1izminjajjymvyxsw91ngdbxlhgbqvadg77325y";
sha256 = "0dlv8nrcqdn5vn3s918in5ph6kx6rg607kgp66p6ibpbg2s8ljy7";

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

0 comments on commit f2a2577

Please sign in to comment.