0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

This commit is contained in:
R. RyanTM 2025-03-10 00:51:38 +10:00 committed by GitHub
parent 011cc1ed74
commit b4c253e01f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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