kitty: 0.14.5 -> 0.14.6

https://sw.kovidgoyal.net/kitty/changelog.html#id1
This commit is contained in:
Maximilian Bosch 2019-09-28 02:53:54 +02:00
parent 07ca91187c
commit 04d6fa1385
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -21,14 +21,14 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
version = "0.14.5";
version = "0.14.6";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "0qx3wj4n3zgjcpd1vjjwdlz8d1vp8bkxihsg2khlla1izandgxxa";
sha256 = "1rb5ys9xsdhd2qa3kz5gqzz111c6b14za98va6hlglk69wqlmb51";
};
buildInputs = [
@ -123,6 +123,6 @@ buildPythonApplication rec {
description = "A modern, hackable, featureful, OpenGL based terminal emulator";
license = licenses.gpl3;
platforms = platforms.darwin ++ platforms.linux;
maintainers = with maintainers; [ tex rvolosatovs ];
maintainers = with maintainers; [ tex rvolosatovs ma27 ];
};
}