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.
2 parents d85d1f3 + 4141c81 commit d417129Copy full SHA for d417129
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-20";
+ version = "0-unstable-2025-03-20";
12
13
src = fetchFromGitHub {
14
owner = "alacritty";
15
repo = "alacritty-theme";
16
- rev = "687675f3f2245c80ff8bfe8180b0eb40dfc0bc86";
17
- hash = "sha256-kxOPURbK/tzHSO7eZRCV2l4XOj7BNT5bCTc0Qcifuww=";
+ rev = "86c578469e2bf784faf6f916883bf48349ff4f6d";
+ hash = "sha256-0phAQvPPiwE7MneaN7XoLZKPgAIDGYf3fYvYUjhbts8=";
18
sparseCheckout = [ "themes" ];
19
};
20
0 commit comments