about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/kitty
diff options
context:
space:
mode:
authorBeisenherz, Steffen [CBC] <steffen.beisenherz@rtl.de>2024-01-23 16:05:18 +0100
committerBeisenherz, Steffen [CBC] <steffen.beisenherz@rtl.de>2024-01-23 16:05:18 +0100
commit1dd21e0a1b13a72a5ebb414cfe6504e9b53e3211 (patch)
treeea90ce13cd82f7062a0d72e2f8063a16da5acfe2 /pkgs/applications/terminal-emulators/kitty
parent5f4b928aadf25ad15ccb187c893c635cbe2a889b (diff)
kitty-themes: unstable-2032-09-15 -> unstable-2023-12-28
Updated the kitty-themes revision to use
Diffstat (limited to 'pkgs/applications/terminal-emulators/kitty')
-rw-r--r--pkgs/applications/terminal-emulators/kitty/themes.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/terminal-emulators/kitty/themes.nix b/pkgs/applications/terminal-emulators/kitty/themes.nix
index 6ca522e4090f4..1459642bc98a7 100644
--- a/pkgs/applications/terminal-emulators/kitty/themes.nix
+++ b/pkgs/applications/terminal-emulators/kitty/themes.nix
@@ -5,13 +5,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "kitty-themes";
-  version = "unstable-2023-09-15";
+  version = "unstable-2023-12-28";
 
   src = fetchFromGitHub {
     owner = "kovidgoyal";
     repo = "kitty-themes";
-    rev = "c9c12d20f83b9536febb21e4b53e176c0ccccb51";
-    hash = "sha256-dhzYTHaaTrbE5k+xEC01Y9jGb+ZmEyvWMb4a2WWKGCw=";
+    rev = "46d9dfe230f315a6a0c62f4687f6b3da20fd05e4";
+    hash = "sha256-jlYim4YXByT6s6ce0TydZuhX0Y1ZDcAq2XKNONisSzE=";
   };
 
   dontConfigure = true;