alacritty-theme: unstable-2023-11-07 → unstable-2023-12-28

Necessary for alacritty v0.13, as the configuration language changed (TOML instead of YAML)
This commit is contained in:
nicoo 2023-12-29 14:42:34 +00:00 committed by r-vdp
parent e524f32b79
commit 1fdcdc2f1b
No known key found for this signature in database

View file

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (self: {
name = "alacritty-theme";
version = "unstable-2023-11-07";
version = "unstable-2023-12-28";
src = fetchFromGitHub {
owner = "alacritty";
repo = "alacritty-theme";
rev = "808b81b2e88884e8eca5d951b89f54983fa6c237";
hash = "sha256-g5tM6VBPLXin5s7X0PpzWOOGTEwHpVUurWOPqM/O13A=";
rev = "b7a59c92fd54a005893b99479fb0aa466a37a4b7";
hash = "sha256-UBWH4Q9MliqcolFq1tZrfRdzCkUO1pRn84qvZEVw8Gg=";
};
dontConfigure = true;