Merge pull request #294425 from r-ryantm/auto-update/alacritty-theme
alacritty-theme: unstable-2024-02-28 -> unstable-2024-03-06
This commit is contained in:
commit
44df7e86c0
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation (self: {
|
||||
name = "alacritty-theme";
|
||||
version = "unstable-2024-02-28";
|
||||
version = "unstable-2024-03-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alacritty";
|
||||
repo = "alacritty-theme";
|
||||
rev = "4aefb7c079721474078b28bbf9f582b592749ca6";
|
||||
hash = "sha256-+35S6eQkxLBuS/fDKD5bglQDIuz2xeEc5KSaK6k7IjI=";
|
||||
rev = "cb786242b6f5e00a57e2f541e7bf1115f3950650";
|
||||
hash = "sha256-fZJ0F4zJy6HOwWtZGm5yN4WfeFNJnW/UJhoQSZ0Bpxk=";
|
||||
};
|
||||
|
||||
dontConfigure = true;
|
||||
|
|
Loading…
Reference in a new issue