alacritty-theme: 0-unstable-2025-03-20 -> 0-unstable-2025-04-30 (#401898)

This commit is contained in:
OTABI Tomoya
2025-05-06 16:40:30 +09:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (self: {
pname = "alacritty-theme";
version = "0-unstable-2025-03-20";
version = "0-unstable-2025-04-30";
src = fetchFromGitHub {
owner = "alacritty";
repo = "alacritty-theme";
rev = "86c578469e2bf784faf6f916883bf48349ff4f6d";
hash = "sha256-0phAQvPPiwE7MneaN7XoLZKPgAIDGYf3fYvYUjhbts8=";
rev = "2f97742d8d7c65f5b0562d124c1efd5e28294a97";
hash = "sha256-zc/saPCspfLA9mddnRmFiqYfdmBs/o5bgnQlD5lm7Ls=";
sparseCheckout = [ "themes" ];
};