alacritty-theme: 0-unstable-2025-03-20 -> 0-unstable-2025-04-30

This commit is contained in:
R. Ryantm
2025-05-05 06:42:02 +00:00
parent fa24fdbb9c
commit 007afb833f

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" ];
};