Skip to content

Commit

Permalink
ponyc: 0.22.6 -> 0.23.0 (#41833)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchm authored and xeji committed Jun 11, 2018
1 parent b325fc7 commit 0cc063e
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 {
name = "ponyc-${version}";
version = "0.22.6";
version = "0.23.0";

src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
sha256 = "05y0qcfdyzv6cgizhbg6yl7rrlbfbkcr0jmxjlzhvhz7dypk20cl";
sha256 = "1m0zvl30926652akyzpvy5m7jn35697d5mkg3xbn3yqwbsfk4yhk";
};

buildInputs = [ llvm makeWrapper which ];
Expand Down

0 comments on commit 0cc063e

Please sign in to comment.