recursive: 1.057 -> 1.059

https://github.com/arrowtype/recursive/releases/tag/1.059
This commit is contained in:
Mario Rodas 2020-08-25 20:20:20 -05:00
parent 0a4b693f99
commit f190d0fdda
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "1.057";
version = "1.059";
in
fetchzip {
name = "recursive-${version}";
@ -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/";