alacritty-theme: unstable-2024-02-28 -> unstable-2024-03-06
This commit is contained in:
parent
2be8f78d23
commit
916409661c
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-2024-02-28";
|
version = "unstable-2024-03-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alacritty";
|
owner = "alacritty";
|
||||||
repo = "alacritty-theme";
|
repo = "alacritty-theme";
|
||||||
rev = "4aefb7c079721474078b28bbf9f582b592749ca6";
|
rev = "cb786242b6f5e00a57e2f541e7bf1115f3950650";
|
||||||
hash = "sha256-+35S6eQkxLBuS/fDKD5bglQDIuz2xeEc5KSaK6k7IjI=";
|
hash = "sha256-fZJ0F4zJy6HOwWtZGm5yN4WfeFNJnW/UJhoQSZ0Bpxk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
Loading…
Reference in a new issue