manifest: update

This commit is contained in:
GitHub Action
2025-05-04 02:38:35 +00:00
parent bd32e88bef
commit dd280c4369
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -94,5 +94,6 @@
"2025-04-20" = import ./2025/2025-04-20.nix;
"2025-04-27" = import ./2025/2025-04-27.nix;
"2025-04-30" = import ./2025/2025-04-30.nix;
latest = "2025-04-30";
"2025-05-04" = import ./2025/2025-05-04.nix;
latest = "2025-05-04";
}

File diff suppressed because one or more lines are too long

View File

@@ -481,5 +481,6 @@
"2025-05-01" = import ./2025/2025-05-01.nix;
"2025-05-02" = import ./2025/2025-05-02.nix;
"2025-05-03" = import ./2025/2025-05-03.nix;
latest = "2025-05-03";
"2025-05-04" = import ./2025/2025-05-04.nix;
latest = "2025-05-04";
}