3
0
Fork 0
forked from mirrors/nixpkgs

shards: 0.14 -> 0.15

This commit is contained in:
Artturin 2021-07-30 19:11:50 +03:00
parent 47fd3efed8
commit 0f55588885
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,7 @@
, fetchFromGitHub
, crystal_0_34
, crystal_0_36
, crystal_1_0
}:
let
generic =
@ -49,5 +50,11 @@ rec {
crystal = crystal_0_36;
};
shards = shards_0_14;
shards_0_15 = generic {
version = "0.15.0";
sha256 = "sha256-/C6whh5RbTBkFWqpn0GqyVe0opbrklm8xPv5MIG99VU=";
crystal = crystal_1_0;
};
shards = shards_0_15;
}

View file

@ -14723,6 +14723,7 @@ with pkgs;
inherit (callPackage ../development/tools/build-managers/shards { })
shards_0_11
shards_0_14
shards_0_15
shards;
shellcheck = callPackage ../development/tools/shellcheck {};