about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-04-23 17:09:21 +0100
committerGitHub <noreply@github.com>2020-04-23 17:09:21 +0100
commitb16a5e2847b4e78a29be9fb2d157706f4ca84083 (patch)
tree1e953061060ad95038fe317a11f9bf0a66e715c6
parent6dfd563633ba75e814f821e3b431ebefdc69da51 (diff)
parent5abb13d3e0b97910ea8ee6011b35866a9dc83e70 (diff)
downloadnixlib-b16a5e2847b4e78a29be9fb2d157706f4ca84083.tar
nixlib-b16a5e2847b4e78a29be9fb2d157706f4ca84083.tar.gz
nixlib-b16a5e2847b4e78a29be9fb2d157706f4ca84083.tar.bz2
nixlib-b16a5e2847b4e78a29be9fb2d157706f4ca84083.tar.lz
nixlib-b16a5e2847b4e78a29be9fb2d157706f4ca84083.tar.xz
nixlib-b16a5e2847b4e78a29be9fb2d157706f4ca84083.tar.zst
nixlib-b16a5e2847b4e78a29be9fb2d157706f4ca84083.zip
Merge pull request #85863 from Luflosi/update/kitty
kitty: 0.17.2 -> 0.17.3
-rw-r--r--pkgs/applications/misc/kitty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/kitty/default.nix b/pkgs/applications/misc/kitty/default.nix
index d16822279206..90dd04c9d680 100644
--- a/pkgs/applications/misc/kitty/default.nix
+++ b/pkgs/applications/misc/kitty/default.nix
@@ -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 = [