Skip to content

Commit

Permalink
ponyc: 0.18.1 -> 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchm authored and vbgl committed Sep 5, 2017
1 parent f91b4de commit b80c364
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.18.1";
version = "0.19.0";

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

buildInputs = [ llvm makeWrapper which ];
Expand Down

0 comments on commit b80c364

Please sign in to comment.