kitty: 0.9.1 -> 0.10.1

This commit is contained in:
José Luis Lafuente 2018-05-25 12:30:31 +02:00
parent dccd2e9a9b
commit 6040ceb92e
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

@ -5,7 +5,7 @@
with python3Packages; with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
version = "0.9.1"; version = "0.10.1";
name = "kitty-${version}"; name = "kitty-${version}";
format = "other"; format = "other";
@ -13,7 +13,7 @@ buildPythonApplication rec {
owner = "kovidgoyal"; owner = "kovidgoyal";
repo = "kitty"; repo = "kitty";
rev = "v${version}"; rev = "v${version}";
sha256 = "08j2k3852c64z4mgh1j0dgdj6c2alkckpav67lzg1lxsz3w2izh2"; sha256 = "1xwrrj0g70hh8zsjbd05x0js776xlf7c6mdsmrqlw4y7jfnlgl45";
}; };
buildInputs = [ buildInputs = [