Merge pull request #158065 from r-ryantm/auto-update/kitty

kitty: 0.24.1 -> 0.24.2
This commit is contained in:
pennae 2022-02-04 01:43:33 +00:00 committed by GitHub
commit 75b305d5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,14 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
version = "0.24.1";
version = "0.24.2";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "sha256-WPkyub7CwNXRksUmqiZeznnSqEPFpyHTeFLQ+D4Fb5c=";
sha256 = "sha256-nGBdoOueX8tcxXRDqKQ/Q+woT6rNQeLXwy1MJbwizKs=";
};
buildInputs = [