about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAdam C. Stephens <2071575+adamcstephens@users.noreply.github.com>2024-04-15 10:21:39 -0400
committerGitHub <noreply@github.com>2024-04-15 10:21:39 -0400
commitae10a6d34605a429d181fac36df840cc0be9309e (patch)
tree2906b93bb70a7fe19bc42e72759ba6aa011eec23 /pkgs/applications
parentc496479b741c6beeafd826f9714e488bbedee2f0 (diff)
parente72f5dc40e319b150098b6dc29017790c6f32ab0 (diff)
Merge pull request #304261 from kashw2/kitty
kitty: 0.33.1 -> 0.34.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/terminal-emulators/kitty/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/terminal-emulators/kitty/default.nix b/pkgs/applications/terminal-emulators/kitty/default.nix
index 790627e41db48..fa08dd15fe6d5 100644
--- a/pkgs/applications/terminal-emulators/kitty/default.nix
+++ b/pkgs/applications/terminal-emulators/kitty/default.nix
@@ -31,20 +31,20 @@
 with python3Packages;
 buildPythonApplication rec {
   pname = "kitty";
-  version = "0.33.1";
+  version = "0.34.0";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "kovidgoyal";
     repo = "kitty";
     rev = "refs/tags/v${version}";
-    hash = "sha256-E6gFGgySXs2oCS4Ipevbr9aPWzF4tb4Arl4w+4lQ+wg=";
+    hash = "sha256-IP1CWMHiWnBSbt+78EQ6hfX2A9FDhlwt0KLthXtO4dA=";
   };
 
   goModules = (buildGo122Module {
     pname = "kitty-go-modules";
     inherit src version;
-    vendorHash = "sha256-ypSZHJpk9wTXLH9sbmaSQB28iOIpv2nDPlgweM0Ldhs=";
+    vendorHash = "sha256-HNE0MWjL0PH20Glzb0GV6+lQu/Lslx8k/+YvlLHbHww=";
   }).goModules;
 
   buildInputs = [