shards: 0.13 -> 0.14 (#115471)

* shards: 0.13 -> 0.14

* fix
This commit is contained in:
Peter Hoeg 2021-03-09 11:18:52 +08:00 committed by GitHub
parent 4330c90149
commit 29b0d4d0b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -43,11 +43,11 @@ rec {
crystal = crystal_0_34;
};
shards_0_13 = generic {
version = "0.12.0";
sha256 = "0dginczw1gc5qlb9k4b6ldxzqz8n97jrrnjvj3mm9wcdbc9j6h3c";
shards_0_14 = generic {
version = "0.14.0";
sha256 = "sha256-HEyGXoGkQvLrk672/ekmBxnR1eRM//GwRPd/19LM8Wo=";
crystal = crystal_0_36;
};
shards = shards_0_13;
shards = shards_0_14;
}

View file

@ -2,7 +2,7 @@
molinillo = {
owner = "crystal-lang";
repo = "crystal-molinillo";
rev = "v0.1.0";
sha256 = "0rs0w59m6ccsgkdxfy3xv6alxsziy9sy9smz71cz0dnyvlzlnaxj";
rev = "v0.2.0";
sha256 = "0pzi8pbrjn03zgk3kbha2kqqq0crmr8gy98dr05kisafvbghzwnh";
};
}

View file

@ -12967,7 +12967,7 @@ in
inherit (callPackage ../development/tools/build-managers/shards { })
shards_0_11
shards_0_13
shards_0_14
shards;
shellcheck = callPackage ../development/tools/shellcheck {};