manifest: update

This commit is contained in:
GitHub Action
2023-04-03 02:17:54 +00:00
parent 9b8632040d
commit 7ec2ff598a
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -259,5 +259,6 @@
"2023-03-20" = import ./2023/2023-03-20.nix;
"2023-03-28" = import ./2023/2023-03-28.nix;
"2023-04-01" = import ./2023/2023-04-01.nix;
latest = "2023-04-01";
"2023-04-03" = import ./2023/2023-04-03.nix;
latest = "2023-04-03";
}

File diff suppressed because one or more lines are too long

View File

@@ -1638,5 +1638,6 @@
"2023-03-31" = import ./2023/2023-03-31.nix;
"2023-04-01" = import ./2023/2023-04-01.nix;
"2023-04-02" = import ./2023/2023-04-02.nix;
latest = "2023-04-02";
"2023-04-03" = import ./2023/2023-04-03.nix;
latest = "2023-04-03";
}