minixml: 2.12 -> 3.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mxml/versions
This commit is contained in:
R. RyanTM 2019-03-10 18:52:02 -07:00 committed by Silvan Mosberger
parent 213d6dd6ac
commit f9de74d28c
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "mxml-${version}";
version = "2.12";
version = "3.0";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = "mxml";
rev = "v${version}";
sha256 = "1m8z503vnfpm576gjpp1h7zmx09n50if2i28v24yx80j820ip94s";
sha256 = "0madp2v2md3xq96aham91byns6qy4byd5pbg28q827fdahfhpmq7";
};
enableParallelBuilding = true;
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A small XML library";
homepage = https://www.msweet.org/mxml/;
license = licenses.lgpl2;
license = licenses.asl20;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];
};