csound: update from 5.18.02 to 5.19.01
This commit is contained in:
parent
2d22254e87
commit
8e9ed874bf
@ -12,13 +12,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "csound-5.18.02";
|
name = "csound-5.19.01";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/csound/Csound5.18.02.tar.gz;
|
url = mirror://sourceforge/csound/Csound5.19.01.tar.gz;
|
||||||
sha256 = "4c461cf3bf60b83671224949dd33805379b7121bf2c0ad6af5e191e7f6f8adc8";
|
sha256 = "078i69jwgadmxwa5ffn8h1py7cmd9asa8swnh38fyp56lzgzn669";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake libsndfile flex bison alsaLib pulseaudio tcltk ];
|
buildInputs = [ cmake libsndfile flex bison alsaLib pulseaudio tcltk ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user