3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69751 from r-ryantm/auto-update/ponyc

ponyc: 0.30.0 -> 0.31.0
This commit is contained in:
Mario Rodas 2019-09-27 23:45:52 -05:00 committed by GitHub
commit 15f9bdb648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
pname = "ponyc";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
sha256 = "1gs9x4rw4mfv499j3k1brm8gbz7pjl8dyr7v68pa2f563cbzwaq9";
sha256 = "0cchikwga59b3p7ip9d6kxz50w5yvk1dh1dcmbix4fwfwc3zdm75";
};
buildInputs = [ llvm makeWrapper which ];