manifest: update

This commit is contained in:
GitHub Action
2023-02-10 02:33:07 +00:00
parent 50ee0fa4d0
commit 9cfdc72e60
6 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -250,5 +250,6 @@
"2023-01-25" = import ./2023/2023-01-25.nix;
"2023-02-02" = import ./2023/2023-02-02.nix;
"2023-02-09" = import ./2023/2023-02-09.nix;
latest = "2023-02-09";
"2023-02-10" = import ./2023/2023-02-10.nix;
latest = "2023-02-10";
}

File diff suppressed because one or more lines are too long

View File

@@ -1586,5 +1586,6 @@
"2023-02-07" = import ./2023/2023-02-07.nix;
"2023-02-08" = import ./2023/2023-02-08.nix;
"2023-02-09" = import ./2023/2023-02-09.nix;
latest = "2023-02-09";
"2023-02-10" = import ./2023/2023-02-10.nix;
latest = "2023-02-10";
}

File diff suppressed because one or more lines are too long

View File

@@ -54,5 +54,6 @@
"1.66.0" = import ./1.66.0.nix;
"1.66.1" = import ./1.66.1.nix;
"1.67.0" = import ./1.67.0.nix;
latest = "1.67.0";
"1.67.1" = import ./1.67.1.nix;
latest = "1.67.1";
}