about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-04-19 23:36:04 +0200
committerGitHub <noreply@github.com>2024-04-19 23:36:04 +0200
commit92d295f588631b0db2da509f381b4fb1e74173c5 (patch)
tree7ed1f9e04991a537b59bbfdb4106ac7aae3ab28b
parenta8cff32225c6632f76c577332f9821a326477f25 (diff)
parenteaab16b15c392090f8f066f85ba5b0b5fd9c6a88 (diff)
Merge pull request #305287 from kashw2/kitty
kitty: 0.34.0 -> 0.34.1
-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 32faa487d65b1..675e47e5f57ac 100644
--- a/pkgs/applications/terminal-emulators/kitty/default.nix
+++ b/pkgs/applications/terminal-emulators/kitty/default.nix
@@ -31,14 +31,14 @@
 with python3Packages;
 buildPythonApplication rec {
   pname = "kitty";
-  version = "0.34.0";
+  version = "0.34.1";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "kovidgoyal";
     repo = "kitty";
     rev = "refs/tags/v${version}";
-    hash = "sha256-IP1CWMHiWnBSbt+78EQ6hfX2A9FDhlwt0KLthXtO4dA=";
+    hash = "sha256-r7KZcSqREILMp0F9ajeHS5sglq/o88h2t+4BgbABjOY=";
   };
 
   goModules = (buildGo122Module {