Mario Rodas 3 years ago
parent f3e7e37dfb
commit 92cc9524c0
  1. 4
      pkgs/data/fonts/recursive/default.nix

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

Loading…
Cancel
Save