about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authoryxnxs <jmutze2004@gmail.com>2024-06-12 10:48:56 +0200
committeryxnxs <jmutze2004@gmail.com>2024-06-12 11:20:30 +0200
commit27e59eb95041306f6b26fcee990dc2429823f344 (patch)
treea54c555f2f63832fc50001b391d0ac4d83f30296 /pkgs/applications/terminal-emulators
parent37c6554b22af24d14f4ce44490d7f4c5f759d80a (diff)
kitty-themes: 0-unstable-2024-05-28 -> 0-unstable-2024-06-12
Update kitty's theme.nix to use the latest version
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-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 ba4ba0756b611..47ac58652a152 100644
--- a/pkgs/applications/terminal-emulators/kitty/themes.nix
+++ b/pkgs/applications/terminal-emulators/kitty/themes.nix
@@ -6,13 +6,13 @@
 
 stdenvNoCC.mkDerivation {
   pname = "kitty-themes";
-  version = "0-unstable-2024-05-28";
+  version = "0-unstable-2024-06-12";
 
   src = fetchFromGitHub {
     owner = "kovidgoyal";
     repo = "kitty-themes";
-    rev = "891ca835de3112e69f1dfc87fd6cfab354a30f25";
-    hash = "sha256-Ah5qR5tMy1JlmT4rgYdHags4ZuuAOz1wzoByjo8T8TI=";
+    rev = "9589f0dffc817d6e8b86a5b2dc56d7c3db201a9b";
+    hash = "sha256-8bZkYFb/HOIg2Uk7b/Apn30AAlRF0ztLh27AUlHW6Wk=";
   };
 
   dontConfigure = true;