about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLin Jian <me@linj.tech>2023-06-02 14:56:28 +0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-06-02 11:25:23 +0000
commit2c8500e8a839f86ac276008c13a0ca5880e7ad36 (patch)
tree71fde24c3890850e568c8c02b033edf9c09cbc01 /pkgs
parente3fb99b926f092da1e782bd4635ca00c1dc15f93 (diff)
kitty-themes: unstable-2023-03-08 -> unstable-2023-06-01
Diffstat (limited to 'pkgs')
-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 e4be8b5efe6ce..07563345bd1a0 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;