From 2c8500e8a839f86ac276008c13a0ca5880e7ad36 Mon Sep 17 00:00:00 2001 From: Lin Jian Date: Fri, 2 Jun 2023 14:56:28 +0800 Subject: [PATCH] kitty-themes: unstable-2023-03-08 -> unstable-2023-06-01 --- 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 e4be8b5efe6c..07563345bd1a 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-03-08"; + version = "unstable-2023-06-01"; src = fetchFromGitHub { owner = "kovidgoyal"; repo = "kitty-themes"; - rev = "c01fcbd694353507c3cc7f657179bad1f32140a7"; - hash = "sha256-heJayOz/2Bey/zAwL2PR1OsfGyCPqMyxT1XzwHLhQ0w="; + rev = "f765eb1715d79c6cb3ad3d571342d612f21b810e"; + hash = "sha256-Y3N8cyqEsY/kB2xMIlPYnbuYUs8grzepPx/11maG4bo="; }; dontConfigure = true;