recursive: 1.062 -> 1.064

This commit is contained in:
Mario Rodas 2020-09-02 21:54:00 -05:00
parent 2eacb60353
commit 4adac63234

View File

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "1.062";
version = "1.064";
in
fetchzip {
name = "recursive-${version}";
@ -15,7 +15,7 @@ fetchzip {
unzip -j $downloadedFile \*.woff2 -d $out/share/fonts/woff2
'';
sha256 = "06qilfa0c897shh7m7rpwia02nay8cjwnizzzba27ylzy5pwd96r";
sha256 = "1pbrqk848nkaambvsz0n8f88xdm8hyib83in27rmal739qh9d1z6";
meta = with lib; {
homepage = "https://recursive.design/";