summary refs log tree commit diff
path: root/pkgs/data/fonts/powerline-fonts
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2018-12-12 20:14:27 +0100
committerRok Garbas <rok@garbas.si>2018-12-12 20:59:07 +0100
commitc2f6ab16a9828be1a1b4fbe99102f8e8a3c13a43 (patch)
tree044137e19f248f1a7d5e393275813883681fe1c5 /pkgs/data/fonts/powerline-fonts
parent3dbbd9f8c221949e442a4803981cd6d1aed24be8 (diff)
downloadnixpkgs-c2f6ab16a9828be1a1b4fbe99102f8e8a3c13a43.tar
nixpkgs-c2f6ab16a9828be1a1b4fbe99102f8e8a3c13a43.tar.gz
nixpkgs-c2f6ab16a9828be1a1b4fbe99102f8e8a3c13a43.tar.bz2
nixpkgs-c2f6ab16a9828be1a1b4fbe99102f8e8a3c13a43.tar.lz
nixpkgs-c2f6ab16a9828be1a1b4fbe99102f8e8a3c13a43.tar.xz
nixpkgs-c2f6ab16a9828be1a1b4fbe99102f8e8a3c13a43.tar.zst
nixpkgs-c2f6ab16a9828be1a1b4fbe99102f8e8a3c13a43.zip
powerline-fonts: 2017-05-25 -> 2018-11-11
Diffstat (limited to 'pkgs/data/fonts/powerline-fonts')
-rw-r--r--pkgs/data/fonts/powerline-fonts/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/fonts/powerline-fonts/default.nix b/pkgs/data/fonts/powerline-fonts/default.nix
index 9f42324e6d6..c932c7f06c0 100644
--- a/pkgs/data/fonts/powerline-fonts/default.nix
+++ b/pkgs/data/fonts/powerline-fonts/default.nix
@@ -1,9 +1,9 @@
 { stdenv, fetchzip}:
 
 fetchzip {
-  name = "powerline-fonts-2017-05-25";
+  name = "powerline-fonts-2018-11-11";
 
-  url = https://github.com/powerline/fonts/archive/fe396ef6f6b9b315f30af7d7229ff21f67a66e12.zip;
+  url = https://github.com/powerline/fonts/archive/e80e3eba9091dac0655a0a77472e10f53e754bb0.zip;
 
   postFetch = ''
     mkdir -p $out/share/fonts/opentype
@@ -22,7 +22,7 @@ fetchzip {
     unzip -j $downloadedFile '*/PSF/*.psf.gz' -d $out/share/fonts/psf
   '';
 
-  sha256 = "07yjbwri7nnnnynps86sz0dlivwqw7gfw045v63q969nab9dw388";
+  sha256 = "0irifak86gn7hawzgxcy53s22y215mxc2kjncv37h7q44jsqdqww";
 
   meta = with stdenv.lib; {
     homepage = https://github.com/powerline/fonts;