kitty: 0.21.0 -> 0.21.1

https://github.com/kovidgoyal/kitty/releases/tag/v0.21.1
This commit is contained in:
Luflosi 2021-06-14 10:24:36 +02:00
parent d11e9b1fe5
commit f3cd158eac
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.21.0";
version = "0.21.1";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "sha256-n8ipIQAfKPVApJhuTrlSSsd6dlPeCUvk7rdiVmL9i+4=";
sha256 = "sha256-/+OSVjC4++A4kaxEfI2kIgjXxL67lfoXCdH2PykLWxA=";
};
buildInputs = [