kitty: 0.14.2 -> 0.14.3

This commit is contained in:
Roman Volosatovs 2019-07-29 10:44:34 +02:00
parent 9024838885
commit 046390bf97
No known key found for this signature in database
GPG Key ID: 2660C5FDCEBE6F87

View File

@ -9,6 +9,7 @@
IOKit,
Kernel,
OpenGL,
libcanberra,
libicns,
libpng,
librsvg,
@ -20,18 +21,20 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
version = "0.14.2";
version = "0.14.3";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "15iv3k7iryf10n8n67d37x24pzcarq97a3dr42lbld00k1lx19az";
sha256 = "0wi6b6b1nyp16rcpcghk6by62wy6qsamv1xdymyn0zbqgd8h9n6b";
};
buildInputs = [
ncurses harfbuzz
harfbuzz
libcanberra
ncurses
] ++ stdenv.lib.optionals stdenv.isDarwin [
Cocoa
CoreGraphics