alacritty-theme: 0-unstable-2025-02-16 → 0-unstable-2025-02-20 (#386729)

This commit is contained in:
R. RyanTM
2025-03-09 14:51:38 +00:00
committed by GitHub
parent 011cc1ed74
commit b4c253e01f
+3 -3
View File
@@ -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" ];
};