Skip to content

Commit

Permalink
Merge pull request #66060 from r-ryantm/auto-update/ponyc
Browse files Browse the repository at this point in the history
ponyc: 0.28.1 -> 0.30.0
  • Loading branch information
mmahut committed Aug 12, 2019
2 parents 36d3a8a + f177ac6 commit 81e28b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/ponyc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation ( rec {
pname = "ponyc";
version = "0.28.1";
version = "0.30.0";

src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
sha256 = "1yi41a03039yz9rf34l9iq8haf5vb6gwzplr04rahfhd8xsd38gq";
sha256 = "1gs9x4rw4mfv499j3k1brm8gbz7pjl8dyr7v68pa2f563cbzwaq9";
};

buildInputs = [ llvm makeWrapper which ];
Expand Down

0 comments on commit 81e28b4

Please sign in to comment.