ponyc: 0.16.1 -> 0.17.0

https://github.com/ponylang/ponyc/issues/2135
This commit is contained in:
Kamil Chmielewski 2017-08-07 10:37:11 +02:00
parent f152749c99
commit cc7777f5f8

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
name = "ponyc-${version}";
version = "0.16.1";
version = "0.17.0";
src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
sha256 = "175yivc5vjwfdcqcpkdqmdfy72pn4k62n4j3qagfbwya7frq2car";
sha256 = "06g811x7vc275ypn3laqcsq7lmp2w8al6ipkpknhpq9c6lf7dvcp";
};
buildInputs = [ llvm makeWrapper which ];