summary refs log tree commit diff
path: root/pkgs/applications/audio/csound
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-04 09:55:28 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-09-04 09:55:28 +0000
commitd7465fcc51d6b622cd32af33494b14fc2fab3312 (patch)
treef8c5cf4a6d9b9b6dffa7149575c5682f3f4f06f9 /pkgs/applications/audio/csound
parentbf007a2c0a8c60c4c552c3213b4f095de928ee23 (diff)
downloadnixpkgs-d7465fcc51d6b622cd32af33494b14fc2fab3312.tar
nixpkgs-d7465fcc51d6b622cd32af33494b14fc2fab3312.tar.gz
nixpkgs-d7465fcc51d6b622cd32af33494b14fc2fab3312.tar.bz2
nixpkgs-d7465fcc51d6b622cd32af33494b14fc2fab3312.tar.lz
nixpkgs-d7465fcc51d6b622cd32af33494b14fc2fab3312.tar.xz
nixpkgs-d7465fcc51d6b622cd32af33494b14fc2fab3312.tar.zst
nixpkgs-d7465fcc51d6b622cd32af33494b14fc2fab3312.zip
csound: 6.14.0 -> 6.15.0
Diffstat (limited to 'pkgs/applications/audio/csound')
-rw-r--r--pkgs/applications/audio/csound/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/csound/default.nix b/pkgs/applications/audio/csound/default.nix
index 944a2d189d7..d91e550334b 100644
--- a/pkgs/applications/audio/csound/default.nix
+++ b/pkgs/applications/audio/csound/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   # 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
   # version and remove fluidsynth 1.x from nixpkgs again.
-  version = "6.14.0";
+  version = "6.15.0";
 
   enableParallelBuilding = true;
 
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     owner = "csound";
     repo = "csound";
     rev = version;
-    sha256 = "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j";
+    sha256 = "1vld6v55jxvv3ddr21kh41s4cdkhnm5wpffvd097zqrqh1aq08r0";
   };
 
   cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp