From 49f367d412e01054407c55b19ffae51b8ad1dd38 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 20 Nov 2023 13:32:04 +0000 Subject: [PATCH] alacritty-theme: unstable-2023-10-26 -> unstable-2023-11-07 --- pkgs/data/themes/alacritty-theme/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/data/themes/alacritty-theme/default.nix b/pkgs/data/themes/alacritty-theme/default.nix index 203b260e251b..e8dd692eb6e4 100644 --- a/pkgs/data/themes/alacritty-theme/default.nix +++ b/pkgs/data/themes/alacritty-theme/default.nix @@ -6,13 +6,13 @@ stdenvNoCC.mkDerivation (self: { name = "alacritty-theme"; - version = "unstable-2023-10-26"; + version = "unstable-2023-11-07"; src = fetchFromGitHub { owner = "alacritty"; repo = "alacritty-theme"; - rev = "e1b08b5bc06d07dd65f5e72b12fd7f736e0e7928"; - hash = "sha256-wf0aT2uGe/6Ifv//lQStTm24yt2FX3kWQq5ebdmdPJ0="; + rev = "808b81b2e88884e8eca5d951b89f54983fa6c237"; + hash = "sha256-g5tM6VBPLXin5s7X0PpzWOOGTEwHpVUurWOPqM/O13A="; }; dontConfigure = true;