Skip to content

Commit

Permalink
ponyc: 0.25.0 -> 0.26.0
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ponyc/versions
  • Loading branch information
r-ryantm authored and fpletz committed Feb 3, 2019
1 parent 65b26c6 commit 725a972
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.25.0";
version = "0.26.0";

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

buildInputs = [ llvm makeWrapper which ];
Expand Down

0 comments on commit 725a972

Please sign in to comment.