Skip to content

Commit

Permalink
ponyc: 0.19.0 -> 0.19.1
Browse files Browse the repository at this point in the history
ponylang/ponyc#2226
(cherry picked from commit a2666e3)
  • Loading branch information
kamilchm authored and fpletz committed Sep 17, 2017
1 parent 2874ab0 commit ecbbef8
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.19.0";
version = "0.19.1";

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

buildInputs = [ llvm makeWrapper which ];
Expand Down

0 comments on commit ecbbef8

Please sign in to comment.