mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
minixml: upgrade from 2.6 to 2.8
Tested with yoshimi and zynaddsubfx
This commit is contained in:
parent
2142d7542b
commit
927ed152f4
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mxml-${version}";
|
||||
version = "2.6";
|
||||
version = "2.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.easysw.com/pub/mxml/${version}/${name}.tar.gz";
|
||||
sha256 = "15cpqr43cwvy1ms67rfav8l9fjgybkaqfq7nhag8qnhd3bd4glxh";
|
||||
url = "http://www.msweet.org/files/project3/${name}.tar.gz";
|
||||
sha256 = "1m8i62dfmgfc1v8y3zx0r4i2hr5n86yw01xh5kiq53bi3bwnk4qc";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue