Merge pull request #107327 from Luflosi/update/kitty

kitty: 0.19.2 -> 0.19.3
This commit is contained in:
Daniël de Kok 2020-12-21 17:00:27 +01:00 committed by GitHub
commit 37bcab3c1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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