From 175b1bd0872864ed9423f729afaa3614ce9f7aea Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 24 Jan 2025 06:50:16 +0000 Subject: [PATCH] alacritty-theme: 0-unstable-2025-01-03 -> 0-unstable-2025-01-21 --- pkgs/by-name/al/alacritty-theme/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/al/alacritty-theme/package.nix b/pkgs/by-name/al/alacritty-theme/package.nix index a5e7d6f44c0c..48c698be1196 100644 --- a/pkgs/by-name/al/alacritty-theme/package.nix +++ b/pkgs/by-name/al/alacritty-theme/package.nix @@ -8,13 +8,13 @@ stdenvNoCC.mkDerivation (self: { pname = "alacritty-theme"; - version = "0-unstable-2025-01-03"; + version = "0-unstable-2025-01-21"; src = fetchFromGitHub { owner = "alacritty"; repo = "alacritty-theme"; - rev = "aff9d111d43e1ad5c22d4e27fc1c98176e849fb9"; - hash = "sha256-GxCdyBihypHKkPlCVGiTAD4dP3ggkSyQSNS5AKUhSVo="; + rev = "69d07c3bc280add63906a1cebf6be326687bc9eb"; + hash = "sha256-G8sUu8GD44uqUyQ7sZrgrGxC4IOfhSn++WIc+U67zL0="; sparseCheckout = [ "themes" ]; };