manifest: update

main
GitHub Action 3 years ago
parent 4129ba9dac
commit c02c2d8635
  1. 1
      manifests/nightly/2021/2021-10-22.nix
  2. 3
      manifests/nightly/default.nix
  3. 1
      manifests/stable/1.56.0.nix
  4. 3
      manifests/stable/default.nix

File diff suppressed because one or more lines are too long

@ -1113,5 +1113,6 @@
"2021-10-19" = import ./2021/2021-10-19.nix;
"2021-10-20" = import ./2021/2021-10-20.nix;
"2021-10-21" = import ./2021/2021-10-21.nix;
latest = "2021-10-21";
"2021-10-22" = import ./2021/2021-10-22.nix;
latest = "2021-10-22";
}

File diff suppressed because one or more lines are too long

@ -38,5 +38,6 @@
"1.53.0" = import ./1.53.0.nix;
"1.54.0" = import ./1.54.0.nix;
"1.55.0" = import ./1.55.0.nix;
latest = "1.55.0";
"1.56.0" = import ./1.56.0.nix;
latest = "1.56.0";
}

Loading…
Cancel
Save