Luflosi 3 years ago
parent a4c8569ed5
commit 00872b6a76
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
  1. 4
      pkgs/applications/terminal-emulators/kitty/default.nix

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

Loading…
Cancel
Save