We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011cc1e commit b4c253eCopy full SHA for b4c253e
pkgs/by-name/al/alacritty-theme/package.nix
@@ -8,13 +8,13 @@
8
9
stdenvNoCC.mkDerivation (self: {
10
pname = "alacritty-theme";
11
- version = "0-unstable-2025-02-16";
+ version = "0-unstable-2025-02-20";
12
13
src = fetchFromGitHub {
14
owner = "alacritty";
15
repo = "alacritty-theme";
16
- rev = "082983da8e4811f3a6ddc0c54a161f2a89011c8e";
17
- hash = "sha256-FeZdkmYEHihTWWPhvDq257r91L9iVU0heIZXAOp3XQo=";
+ rev = "687675f3f2245c80ff8bfe8180b0eb40dfc0bc86";
+ hash = "sha256-kxOPURbK/tzHSO7eZRCV2l4XOj7BNT5bCTc0Qcifuww=";
18
sparseCheckout = [ "themes" ];
19
};
20
0 commit comments