3
0
Fork 0
forked from mirrors/nixpkgs

recursive: 1.051 -> 1.052

This commit is contained in:
R. RyanTM 2020-05-25 18:03:48 +00:00 committed by Dmitry Kalinkin
parent 3273a97f4a
commit 25e8015fed

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "1.051";
version = "1.052";
in
fetchzip {
name = "recursive-${version}";
@ -14,7 +14,7 @@ fetchzip {
unzip -j $downloadedFile \*.woff2 -d $out/share/fonts/woff2
'';
sha256 = "1cqlljbzvrxamswcqx8jbr61q4kji7yil5ic1mh60x4yfsk9x5wn";
sha256 = "1kam7wcn0rg89gw52pn174sz0r9lc2kjdz88l0jg20gwa3bjbpc6";
meta = with lib; {
homepage = "https://recursive.design/";