From b4c253e01feac22f6e38af5ed2ba4e49c89488c1 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 10 Mar 2025 00:51:38 +1000 Subject: [PATCH] =?UTF-8?q?alacritty-theme:=200-unstable-2025-02-16=20?= =?UTF-8?q?=E2=86=92=200-unstable-2025-02-20=20(#386729)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c89b786fb049..bbbe7b650f38 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-02-16"; + version = "0-unstable-2025-02-20"; src = fetchFromGitHub { owner = "alacritty"; repo = "alacritty-theme"; - rev = "082983da8e4811f3a6ddc0c54a161f2a89011c8e"; - hash = "sha256-FeZdkmYEHihTWWPhvDq257r91L9iVU0heIZXAOp3XQo="; + rev = "687675f3f2245c80ff8bfe8180b0eb40dfc0bc86"; + hash = "sha256-kxOPURbK/tzHSO7eZRCV2l4XOj7BNT5bCTc0Qcifuww="; sparseCheckout = [ "themes" ]; };