Merge pull request #57326 from r-ryantm/auto-update/mxml

minixml: 2.12 -> 3.0
This commit is contained in:
Silvan Mosberger 2019-03-28 21:06:09 +01:00 committed by GitHub
commit 483654e377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};