From 4141c8113f4c7673097a266ab6aef3fd47278577 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 27 Mar 2025 10:02:02 +0000 Subject: [PATCH] alacritty-theme: 0-unstable-2025-02-20 -> 0-unstable-2025-03-20 --- 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 ad0825d4ec95..5df6dc00cd65 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-20"; + version = "0-unstable-2025-03-20"; src = fetchFromGitHub { owner = "alacritty"; repo = "alacritty-theme"; - rev = "687675f3f2245c80ff8bfe8180b0eb40dfc0bc86"; - hash = "sha256-kxOPURbK/tzHSO7eZRCV2l4XOj7BNT5bCTc0Qcifuww="; + rev = "86c578469e2bf784faf6f916883bf48349ff4f6d"; + hash = "sha256-0phAQvPPiwE7MneaN7XoLZKPgAIDGYf3fYvYUjhbts8="; sparseCheckout = [ "themes" ]; };