Merge pull request #32356 from tex/kitty

kitty 0.5.0 -> 0.5.1
This commit is contained in:
Frederik Rietdijk 2017-12-05 20:29:46 +01:00 committed by GitHub
commit 70878270af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
with python3Packages;
buildPythonApplication rec {
version = "0.5.0";
version = "0.5.1";
name = "kitty-${version}";
format = "other";
@ -10,7 +10,7 @@ buildPythonApplication rec {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "1w202rsgswagb3kiqbwg4xixcglip2hhz6wj1qx9x2whi4zl1l68";
sha256 = "0zs5b1sxi2f1lgpjs1qvd15gz6m1wfpyqskyyr0vmm4ch3rgp5zz";
};
buildInputs = [ fontconfig glfw ncurses libunistring harfbuzz ];