Merge pull request #63725 from peterhoeg/u/crystal

crystal: init at 0.29.0
This commit is contained in:
Peter Hoeg
2019-06-25 12:59:56 +08:00
committed by GitHub
5 changed files with 74 additions and 15 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "shards-${version}";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "crystal-lang";
repo = "shards";
rev = "v${version}";
sha256 = "1cjn2lafr08yiqzlhyqx14jjjxf1y24i2kk046px07gljpnlgqwk";
sha256 = "19q0xww4v0h5ln9gz8d8zv0c9ig761ik7gw8y31yxynzgzihwpf4";
};
buildInputs = [ crystal libyaml pcre which ];