alacritty-theme: unstable-2023-10-12 -> unstable-2023-10-26
This commit is contained in:
parent
90e85bc7c1
commit
fcafe52bfe
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (self: {
|
stdenvNoCC.mkDerivation (self: {
|
||||||
name = "alacritty-theme";
|
name = "alacritty-theme";
|
||||||
version = "unstable-2023-10-12";
|
version = "unstable-2023-10-26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alacritty";
|
owner = "alacritty";
|
||||||
repo = "alacritty-theme";
|
repo = "alacritty-theme";
|
||||||
rev = "4cb179606c3dfc7501b32b6f011f9549cee949d3";
|
rev = "e1b08b5bc06d07dd65f5e72b12fd7f736e0e7928";
|
||||||
hash = "sha256-Ipe6LHr83oBdBMV3u4xrd+4zudHXiRBamUa/cOuHleY=";
|
hash = "sha256-wf0aT2uGe/6Ifv//lQStTm24yt2FX3kWQq5ebdmdPJ0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
Loading…
Reference in a new issue