ponyc: 0.15.0 -> 0.16.1

pony-stable: unstable-2017-04-20 -> unstable-2017-07-26

https://github.com/ponylang/ponyc/issues/2101
This commit is contained in:
Kamil Chmielewski
2017-07-30 22:09:03 +02:00
committed by Robin Gloster
parent 1e049308c0
commit 549d5f57df
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
name = "ponyc-${version}";
version = "0.15.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
sha256 = "02hmn066jswaij2ib0faabm2i9cqz562z6s0vakgwnxyrk4qayif";
sha256 = "175yivc5vjwfdcqcpkdqmdfy72pn4k62n4j3qagfbwya7frq2car";
};
buildInputs = [ llvm makeWrapper which ];