Merge pull request #57326 from r-ryantm/auto-update/mxml
minixml: 2.12 -> 3.0
This commit is contained in:
commit
483654e377
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mxml-${version}";
|
name = "mxml-${version}";
|
||||||
version = "2.12";
|
version = "3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "michaelrsweet";
|
owner = "michaelrsweet";
|
||||||
repo = "mxml";
|
repo = "mxml";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1m8z503vnfpm576gjpp1h7zmx09n50if2i28v24yx80j820ip94s";
|
sha256 = "0madp2v2md3xq96aham91byns6qy4byd5pbg28q827fdahfhpmq7";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A small XML library";
|
description = "A small XML library";
|
||||||
homepage = https://www.msweet.org/mxml/;
|
homepage = https://www.msweet.org/mxml/;
|
||||||
license = licenses.lgpl2;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue