kitty: 0.20.2 -> 0.20.3

https://github.com/kovidgoyal/kitty/releases/tag/v0.20.3
This commit is contained in:
Luflosi 2021-05-06 13:48:40 +02:00
parent a4c8569ed5
commit 00872b6a76
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -21,14 +21,14 @@
with python3Packages; with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "kitty"; pname = "kitty";
version = "0.20.2"; version = "0.20.3";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kovidgoyal"; owner = "kovidgoyal";
repo = "kitty"; repo = "kitty";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-FquvC3tL565711OQmq2ddNwpyJQGgn4dhG/TYZdCRU0="; sha256 = "sha256-rORIrbUqtQZuU6TjjYP7IZHfCPeLnrNy6wInnAwhG48=";
}; };
buildInputs = [ buildInputs = [