kitty: 0.18.0 -> 0.18.1

https://github.com/kovidgoyal/kitty/releases/tag/v0.18.1
This commit is contained in:
Luflosi 2020-06-23 14:20:45 +02:00
parent 21a21a4224
commit f877a9abb8
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -20,14 +20,14 @@
with python3Packages; with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "kitty"; pname = "kitty";
version = "0.18.0"; version = "0.18.1";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kovidgoyal"; owner = "kovidgoyal";
repo = "kitty"; repo = "kitty";
rev = "v${version}"; rev = "v${version}";
sha256 = "15i4ld65a5rfbaxxdh6kgg9h0ih73iqjskk82h8j72qgzkc6g3hf"; sha256 = "1g4mfgygyl143k0k6d3cb8b2l05ahiamlcqs1iqi66pc73cax4z6";
}; };
buildInputs = [ buildInputs = [