kitty: 0.19.3 -> 0.20.2

https://github.com/kovidgoyal/kitty/releases/tag/v0.20.2
This commit is contained in:
Luflosi 2021-04-27 23:04:54 +02:00
parent 4d098d6b39
commit 47f4780fc3
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

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