summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2020-04-06 10:33:10 -0400
committerEdmund Wu <fangkazuto@gmail.com>2020-04-06 10:33:10 -0400
commit41ff847b8b8cff963df2d8607ad02a2e02bf1f8e (patch)
tree68abacf607a81aee1abd188e4fbf81d84a4c0dc2
parentMerge pull request #84156 from marsam/update-grpc (diff)
downloadnixpkgs-41ff847b8b8cff963df2d8607ad02a2e02bf1f8e.tar.gz
recursive: 1.046 -> 1.047
-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 352d75853093..015b084aed77 100644
--- a/pkgs/data/fonts/recursive/default.nix
+++ b/pkgs/data/fonts/recursive/default.nix
@@ -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/";