Merge pull request #33029 from sifmelcara/update/crystal-0.24.1

crystal: 0.23.1 -> 0.24.1
This commit is contained in:
Graham Christensen
2017-12-25 14:12:23 -05:00
committed by GitHub
3 changed files with 21 additions and 25 deletions

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "shards-${version}";
version = "0.7.1";
version = "0.7.2";
src = fetchurl {
url = "https://github.com/crystal-lang/shards/archive/v${version}.tar.gz";
sha256 = "31de819c66518479682ec781a39ef42c157a1a8e6e865544194534e2567cb110";
sha256 = "1qiv9zzpccf6i5r2qrzbl84wgvqapbs0csazayhcpzfjfhg6i8wp";
};
buildInputs = [ crystal libyaml which ];