kitty: 0.14.6 -> 0.15.0

https://github.com/kovidgoyal/kitty/releases/tag/v0.15.0
This commit is contained in:
Maximilian Bosch 2019-11-27 10:23:06 +01:00
parent 1b5df99e7a
commit d1cf282914
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.6";
version = "0.15.0";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "1rb5ys9xsdhd2qa3kz5gqzz111c6b14za98va6hlglk69wqlmb51";
sha256 = "1gh8lcyqpkwvmjxwiq5d43sd43bg3c49fyy2x8drqdzj34gc49qg";
};
buildInputs = [