Skip to content

Commit

Permalink
ponyc: 0.33.0 -> 0.33.1 (NixOS#76368)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Dec 29, 2019
1 parent 124ec9c commit 62ef779
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 {
pname = "ponyc";
version = "0.33.0";
version = "0.33.1";

src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
sha256 = "0a0sw902nrayg0s1zrkhfpvrmdqw19nif67hsv0ijrckcq37bjcz";
sha256 = "0wqbnvxdzzwr9q4v9ha9r9jjymr6y8ba1rb2lkzrng4g9p6xqbxy";
};

buildInputs = [ llvm makeWrapper which libxml2 ];
Expand Down

0 comments on commit 62ef779

Please sign in to comment.