minixml: upgrade from 2.6 to 2.8
Tested with yoshimi and zynaddsubfx
This commit is contained in:
parent
2142d7542b
commit
927ed152f4
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mxml-${version}";
|
name = "mxml-${version}";
|
||||||
version = "2.6";
|
version = "2.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.easysw.com/pub/mxml/${version}/${name}.tar.gz";
|
url = "http://www.msweet.org/files/project3/${name}.tar.gz";
|
||||||
sha256 = "15cpqr43cwvy1ms67rfav8l9fjgybkaqfq7nhag8qnhd3bd4glxh";
|
sha256 = "1m8i62dfmgfc1v8y3zx0r4i2hr5n86yw01xh5kiq53bi3bwnk4qc";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user