Skip to content

Commit

Permalink
ponyc: 0.10.0 -> 0.11.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 80bd50a)
  • Loading branch information
globin committed Mar 13, 2017
1 parent 64f3d0c commit 82b389f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/ponyc/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation ( rec {
name = "ponyc-${version}";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
sha256 = "1v314abmhlqsj8iyab61cf8nb4kbddv1ycnw29z53mpbmivk4gn0";
sha256 = "0jjzc1711km53zkkxwy4r9ki9yxdx8mdjrp7g3mkr42p7q5h4w70";
};

buildInputs = [ llvm makeWrapper which ];
Expand Down

0 comments on commit 82b389f

Please sign in to comment.