summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2021-06-04 20:36:12 +0800
committerVonfry <mail@vonfry.name>2021-06-04 20:38:19 +0800
commit2735d8a6441c6ee197ca9a67d5df7352ff9b2edb (patch)
treef06a1e8fe27d9cd3ccc4a13c802d0e92f45cc4c7 /pkgs/data/fonts
parent425cfd7de4cdc6ee4a4e08ae2057b3f7c1714e73 (diff)
downloadnixpkgs-2735d8a6441c6ee197ca9a67d5df7352ff9b2edb.tar
nixpkgs-2735d8a6441c6ee197ca9a67d5df7352ff9b2edb.tar.gz
nixpkgs-2735d8a6441c6ee197ca9a67d5df7352ff9b2edb.tar.bz2
nixpkgs-2735d8a6441c6ee197ca9a67d5df7352ff9b2edb.tar.lz
nixpkgs-2735d8a6441c6ee197ca9a67d5df7352ff9b2edb.tar.xz
nixpkgs-2735d8a6441c6ee197ca9a67d5df7352ff9b2edb.tar.zst
nixpkgs-2735d8a6441c6ee197ca9a67d5df7352ff9b2edb.zip
emacs-all-the-icons-fonts: 3.2.0 -> 5.0.0
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix b/pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix
index e9c646d32d0..2f7a804ad08 100644
--- a/pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix
+++ b/pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix
@@ -1,7 +1,7 @@
 { lib, fetchzip }:
 
 let
-  version = "3.2.0";
+  version = "5.0.0";
 in fetchzip {
   name = "emacs-all-the-icons-fonts-${version}";
 
@@ -12,7 +12,7 @@ in fetchzip {
     unzip -j $downloadedFile \*.ttf -d $out/share/fonts/all-the-icons
   '';
 
-  sha256 = "0ps8q9nkx67ivgn8na4s012360v36jwr0951rsg7j6dyyw9g41jq";
+  sha256 = "0vc9bkm4pcc05llcd2c9zr3d88h3zmci0izla5wnw8hg1n0rsrii";
 
   meta = with lib; {
     description = "Icon fonts for emacs all-the-icons";