Merge pull request #28408 from kamilchm/ponyc

ponyc: 0.17.0 -> 0.18.0
This commit is contained in:
Jörg Thalheim 2017-08-19 19:11:22 +01:00 committed by GitHub
commit b1222d767e

View File

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