3
0
Fork 0
forked from mirrors/nixpkgs

ponyc: 0.12.2 -> 0.13.0

https://github.com/ponylang/ponyc/issues/1823
This commit is contained in:
Kamil Chmielewski 2017-04-08 09:41:37 +02:00
parent efe12d6658
commit b55a9f86e4

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
name = "ponyc-${version}";
version = "0.12.2";
version = "0.13.0";
src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
sha256 = "1gp92fwfq9ic43c525p0idap99jq5fkjbijf0s8bxif3kng7rxbp";
sha256 = "1agb7aiii7pl8zsh3h0lfzghmm1ajj15gx1j48xjyvplxixdgn9j";
};
buildInputs = [ llvm makeWrapper which ];