From 27e59eb95041306f6b26fcee990dc2429823f344 Mon Sep 17 00:00:00 2001 From: yxnxs Date: Wed, 12 Jun 2024 10:48:56 +0200 Subject: [PATCH] kitty-themes: 0-unstable-2024-05-28 -> 0-unstable-2024-06-12 Update kitty's theme.nix to use the latest version --- pkgs/applications/terminal-emulators/kitty/themes.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/terminal-emulators/kitty/themes.nix b/pkgs/applications/terminal-emulators/kitty/themes.nix index ba4ba0756b61..47ac58652a15 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;