forked from mirrors/nixpkgs
shards: 0.14 -> 0.15
This commit is contained in:
parent
47fd3efed8
commit
0f55588885
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue