Merge pull request #84477 from eadwu/recursive/1.047

recursive: 1.046 -> 1.047
This commit is contained in:
Mario Rodas 2020-04-06 19:43:31 -05:00 committed by GitHub
commit 36fbfe285d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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