csound: update from 6.03.2 to 6.04
This commit is contained in:
parent
506f511afa
commit
e08d4f47d9
@ -12,13 +12,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "csound-6.03.2";
|
name = "csound-6.04";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/csound/Csound6.03.2.tar.gz;
|
url = mirror://sourceforge/csound/Csound6.04.tar.gz;
|
||||||
sha256 = "0w6ij57dbfjljpf05bb9r91jphwaq1v63rh0713vl2n11d73dy7m";
|
sha256 = "1030w38lxdwjz1irr32m9cl0paqmgr02lab2m7f7j1yihwxj1w0g";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake libsndfile flex bison alsaLib libpulseaudio tcltk ];
|
buildInputs = [ cmake libsndfile flex bison alsaLib libpulseaudio tcltk ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user