Merge pull request #127004 from r-ryantm/auto-update/csound
csound: 6.15.0 -> 6.16.0
This commit is contained in:
commit
6a1adc9531
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
# When updating, please check if https://github.com/csound/csound/issues/1078
|
# When updating, please check if https://github.com/csound/csound/issues/1078
|
||||||
# has been fixed in the new version so we can use the normal fluidsynth
|
# has been fixed in the new version so we can use the normal fluidsynth
|
||||||
# version and remove fluidsynth 1.x from nixpkgs again.
|
# version and remove fluidsynth 1.x from nixpkgs again.
|
||||||
version = "6.15.0";
|
version = "6.16.0";
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "csound";
|
owner = "csound";
|
||||||
repo = "csound";
|
repo = "csound";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1vld6v55jxvv3ddr21kh41s4cdkhnm5wpffvd097zqrqh1aq08r0";
|
sha256 = "sha256-1+P2W8auc34sNJdKHUcilOBCK+Is9GHnM+J+M4oNR3U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp
|
cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp
|
||||||
|
|
Loading…
Reference in a new issue