manifest: update

wip/nixpkgs-raku
GitHub Action 3 years ago
parent a5441c5e42
commit d8efe70dc5
  1. 1
      manifests/nightly/2021/2021-05-07.nix
  2. 3
      manifests/nightly/default.nix
  3. 1
      manifests/stable/1.52.0.nix
  4. 3
      manifests/stable/default.nix

File diff suppressed because one or more lines are too long

@ -947,5 +947,6 @@
"2021-05-04" = import ./2021/2021-05-04.nix;
"2021-05-05" = import ./2021/2021-05-05.nix;
"2021-05-06" = import ./2021/2021-05-06.nix;
latest = "2021-05-06";
"2021-05-07" = import ./2021/2021-05-07.nix;
latest = "2021-05-07";
}

File diff suppressed because one or more lines are too long

@ -33,5 +33,6 @@
"1.49.0" = import ./1.49.0.nix;
"1.50.0" = import ./1.50.0.nix;
"1.51.0" = import ./1.51.0.nix;
latest = "1.51.0";
"1.52.0" = import ./1.52.0.nix;
latest = "1.52.0";
}

Loading…
Cancel
Save