kitty-themes: unstable-2023-06-01 -> unstable-2023-09-15

+4 -4
+4 -4
pkgs/applications/terminal-emulators/kitty/themes.nix
··· 5 6 stdenvNoCC.mkDerivation rec { 7 pname = "kitty-themes"; 8 - version = "unstable-2023-06-01"; 9 10 src = fetchFromGitHub { 11 owner = "kovidgoyal"; 12 repo = "kitty-themes"; 13 - rev = "f765eb1715d79c6cb3ad3d571342d612f21b810e"; 14 - hash = "sha256-Y3N8cyqEsY/kB2xMIlPYnbuYUs8grzepPx/11maG4bo="; 15 }; 16 17 dontConfigure = true; ··· 30 homepage = "https://github.com/kovidgoyal/kitty-themes"; 31 description = "Themes for the kitty terminal emulator"; 32 license = lib.licenses.gpl3Only; 33 - maintainers = with lib.maintainers; [ AndersonTorres nelsonjeppesen ]; 34 platforms = lib.platforms.all; 35 }; 36 }
··· 5 6 stdenvNoCC.mkDerivation rec { 7 pname = "kitty-themes"; 8 + version = "unstable-2023-09-15"; 9 10 src = fetchFromGitHub { 11 owner = "kovidgoyal"; 12 repo = "kitty-themes"; 13 + rev = "c9c12d20f83b9536febb21e4b53e176c0ccccb51"; 14 + hash = "sha256-dhzYTHaaTrbE5k+xEC01Y9jGb+ZmEyvWMb4a2WWKGCw="; 15 }; 16 17 dontConfigure = true; ··· 30 homepage = "https://github.com/kovidgoyal/kitty-themes"; 31 description = "Themes for the kitty terminal emulator"; 32 license = lib.licenses.gpl3Only; 33 + maintainers = with lib.maintainers; [ ]; 34 platforms = lib.platforms.all; 35 }; 36 }