Skip to content

Commit 9ac118a

Browse files
committedJul 30, 2017
powerline-fonts: 2015-12-11 -> 2017-05-25
1 parent 758bf31 commit 9ac118a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/data/fonts/powerline-fonts/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ stdenv, fetchFromGitHub }:
22

33
stdenv.mkDerivation {
4-
name = "powerline-fonts-2015-12-11";
4+
name = "powerline-fonts-2017-05-25";
55

66
src = fetchFromGitHub {
77
owner = "powerline";
88
repo = "fonts";
9-
rev = "a44abd0e742ad6e7fd8d8bc4c3cad5155c9f3a92";
10-
sha256 = "1pwz83yh28yd8aj6fbyfz8z3q3v67psszpd9mp4vv0ms9w8b5ajn";
9+
rev = "fe396ef6f6b9b315f30af7d7229ff21f67a66e12";
10+
sha256 = "1l72kf0zqdp52hbnphky5cl0a1p9fghldvq7ppbnnrhmcwvavprs";
1111
};
1212

1313
dontBuild = true;

0 commit comments

Comments
 (0)
Please sign in to comment.