Merge pull request #85863 from Luflosi/update/kitty

kitty: 0.17.2 -> 0.17.3
This commit is contained in:
Jörg Thalheim 2020-04-23 17:09:21 +01:00 committed by GitHub
commit b16a5e2847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,14 +20,14 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
version = "0.17.2";
version = "0.17.3";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "0xiwz89ynhh8aj0c9jbqfsxf129hnzs0gz4bzcparnjisq2sh3cq";
sha256 = "1nx8gjavq8kc656ayh3wign1f68b46jbnmy8zyks25wg0p9gid8l";
};
buildInputs = [