ponyc: 0.28.0 -> 0.28.1

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
This commit is contained in:
R. RyanTM 2019-06-17 07:46:22 -07:00 committed by Frederik Rietdijk
parent 20fa4f63b7
commit 3297873118

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
pname = "ponyc";
version = "0.28.0";
version = "0.28.1";
src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
sha256 = "011qxhiq75j6d37ws4nb6a8bdfw2cvlcsb2fgdkn1hx2xb81h6wc";
sha256 = "1yi41a03039yz9rf34l9iq8haf5vb6gwzplr04rahfhd8xsd38gq";
};
buildInputs = [ llvm makeWrapper which ];