Merge staging-next into staging

This commit is contained in:
zowoq
2021-02-19 10:47:46 +10:00
192 changed files with 4485 additions and 2295 deletions
@@ -1,7 +1,7 @@
{ lib
, fetchFromGitHub
, crystal_0_34
, crystal_0_35
, crystal_0_36
}:
let
generic =
@@ -36,17 +36,18 @@ let
in
rec {
# needed for anything that requires the old v1 shards format
shards_0_11 = generic {
version = "0.11.1";
sha256 = "05qnhc23xbmicdl4fwyxfpcvd8jq4inzh6v7jsjjw4n76vzb1f71";
crystal = crystal_0_34;
};
shards_0_12 = generic {
shards_0_13 = generic {
version = "0.12.0";
sha256 = "0dginczw1gc5qlb9k4b6ldxzqz8n97jrrnjvj3mm9wcdbc9j6h3c";
crystal = crystal_0_35;
crystal = crystal_0_36;
};
shards = shards_0_12;
shards = shards_0_13;
}