about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-10-19 21:27:02 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-10-19 21:27:02 -0500
commit84f1b1101e1b886517896d0a1f8a345c37ec2e59 (patch)
tree40a609b4c392f4931ea26b565c27a86a7da2ef8b
parentce4181027814af6c25273057c1ee63c71923d7a7 (diff)
recursive: 1.079 -> 1.082
-rw-r--r--pkgs/data/fonts/recursive/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/recursive/default.nix b/pkgs/data/fonts/recursive/default.nix
index caff63da8c7c7..a1d99c33b85b9 100644
--- a/pkgs/data/fonts/recursive/default.nix
+++ b/pkgs/data/fonts/recursive/default.nix
@@ -1,7 +1,7 @@
 { lib, fetchzip }:
 
 let
-  version = "1.079";
+  version = "1.082";
 in
 fetchzip {
   name = "recursive-${version}";
@@ -14,7 +14,7 @@ fetchzip {
     unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
   '';
 
-  sha256 = "sha256-nRFjfbbZG9wDHGbGfS+wzViKF/ogWs8i/6OG0rkDHDg=";
+  sha256 = "1hjyjvzhfgqw58py4gk58fwyp5pxr3j8j76ppj6apg4dndfhs0lp";
 
   meta = with lib; {
     homepage = "https://recursive.design/";