alacritty-theme: unstable-2024-02-25 -> unstable-2024-02-28

This commit is contained in:
R. Ryantm 2024-02-29 09:08:24 +00:00
parent 18b6efcdce
commit cf57c56b88

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (self: {
name = "alacritty-theme";
version = "unstable-2024-02-25";
version = "unstable-2024-02-28";
src = fetchFromGitHub {
owner = "alacritty";
repo = "alacritty-theme";
rev = "07c10441dae4d0490145a0f40178f8846b24e800";
hash = "sha256-aZlsKbFcm1bswx7k0cjwhj1MudR0Q0rD8sdHa7kQ0rY=";
rev = "4aefb7c079721474078b28bbf9f582b592749ca6";
hash = "sha256-+35S6eQkxLBuS/fDKD5bglQDIuz2xeEc5KSaK6k7IjI=";
};
dontConfigure = true;