ponyc: 0.20.0 -> 0.21.0

https://github.com/ponylang/ponyc/issues/2379
This commit is contained in:
Kamil Chmielewski
2017-12-17 21:52:11 +01:00
parent afe9649210
commit 860ce9e386
2 changed files with 24 additions and 16 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
name = "ponyc-${version}";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
sha256 = "0shln9v0bp0q9qfipm3834vl284q5vwz9333yzgx46d0l2ivggyi";
sha256 = "0kpnmgxhha22nhl2bmch47cpr0d9h5718h3w9h7qqwd994xcfk9z";
};
buildInputs = [ llvm makeWrapper which ];