recursive: 1.071 -> 1.077

This commit is contained in:
R. RyanTM 2021-03-23 03:33:04 +00:00
parent 6a0b9d6992
commit 8a6dff12ff

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "1.071";
version = "1.077";
in
fetchzip {
name = "recursive-${version}";
@ -14,7 +14,7 @@ fetchzip {
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
'';
sha256 = "0db410vcvgawb89f11l2v7w3b7l70wzlwwv8df3vnangl3mdv13z";
sha256 = "sha256-deztulQ33TIMevEQOP5OS8tmf6UjXT8IiVpRjkdismY=";
meta = with lib; {
homepage = "https://recursive.design/";