kitty: 0.17.2 -> 0.17.3

https://github.com/kovidgoyal/kitty/releases/tag/v0.17.3
This commit is contained in:
Luflosi 2020-04-23 14:00:23 +02:00
parent f02a129313
commit 5abb13d3e0
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.17.2"; version = "0.17.3";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kovidgoyal"; owner = "kovidgoyal";
repo = "kitty"; repo = "kitty";
rev = "v${version}"; rev = "v${version}";
sha256 = "0xiwz89ynhh8aj0c9jbqfsxf129hnzs0gz4bzcparnjisq2sh3cq"; sha256 = "1nx8gjavq8kc656ayh3wign1f68b46jbnmy8zyks25wg0p9gid8l";
}; };
buildInputs = [ buildInputs = [