ponyc: 0.21.0 -> 0.21.2

This commit is contained in:
Yurii Rashkovskii 2018-01-05 09:52:11 -08:00
parent f1c236a987
commit a15bd7816a
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
name = "ponyc-${version}";
version = "0.21.0";
version = "0.21.2";
src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
sha256 = "0kpnmgxhha22nhl2bmch47cpr0d9h5718h3w9h7qqwd994xcfk9z";
sha256 = "0gdkm1mihn266km3q5ma7nhvjpzwdzmy39cxb7kkz8aal2nmvwri";
};
buildInputs = [ llvm makeWrapper which ];