summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-04-27 23:04:54 +0200
committerLuflosi <luflosi@luflosi.de>2021-04-28 10:47:58 +0200
commit47f4780fc3a73372971af7c09049c46769738a57 (patch)
tree12766740428e87f446c6c98350e92743e7ff0b7b /pkgs/applications/terminal-emulators
parent4d098d6b39b21c44f5a48f9db737c2d205e59074 (diff)
downloadnixpkgs-47f4780fc3a73372971af7c09049c46769738a57.tar
nixpkgs-47f4780fc3a73372971af7c09049c46769738a57.tar.gz
nixpkgs-47f4780fc3a73372971af7c09049c46769738a57.tar.bz2
nixpkgs-47f4780fc3a73372971af7c09049c46769738a57.tar.lz
nixpkgs-47f4780fc3a73372971af7c09049c46769738a57.tar.xz
nixpkgs-47f4780fc3a73372971af7c09049c46769738a57.tar.zst
nixpkgs-47f4780fc3a73372971af7c09049c46769738a57.zip
kitty: 0.19.3 -> 0.20.2
https://github.com/kovidgoyal/kitty/releases/tag/v0.20.2
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/kitty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/kitty/default.nix b/pkgs/applications/terminal-emulators/kitty/default.nix
index 463998c2f68..5324dc8a10b 100644
--- a/pkgs/applications/terminal-emulators/kitty/default.nix
+++ b/pkgs/applications/terminal-emulators/kitty/default.nix
@@ -21,14 +21,14 @@
 with python3Packages;
 buildPythonApplication rec {
   pname = "kitty";
-  version = "0.19.3";
+  version = "0.20.2";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "kovidgoyal";
     repo = "kitty";
     rev = "v${version}";
-    sha256 = "0r49bybqy6c0n1lz6yc85py80wb40w757m60f5rszjf200wnyl6s";
+    sha256 = "sha256-FquvC3tL565711OQmq2ddNwpyJQGgn4dhG/TYZdCRU0=";
   };
 
   buildInputs = [