summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-14 12:45:40 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-14 12:45:40 +0000
commit730b64875bdbab13cf51fa4cf9ec93d0511423ed (patch)
tree431b60fa5c38581ccc4bee0f0b561a2648ea8376 /pkgs/applications/audio
parent0905a5d99031c213c20c962e9501a2202602741b (diff)
downloadnixpkgs-730b64875bdbab13cf51fa4cf9ec93d0511423ed.tar
nixpkgs-730b64875bdbab13cf51fa4cf9ec93d0511423ed.tar.gz
nixpkgs-730b64875bdbab13cf51fa4cf9ec93d0511423ed.tar.bz2
nixpkgs-730b64875bdbab13cf51fa4cf9ec93d0511423ed.tar.lz
nixpkgs-730b64875bdbab13cf51fa4cf9ec93d0511423ed.tar.xz
nixpkgs-730b64875bdbab13cf51fa4cf9ec93d0511423ed.tar.zst
nixpkgs-730b64875bdbab13cf51fa4cf9ec93d0511423ed.zip
csound: 6.13.0 -> 6.14.0
Diffstat (limited to 'pkgs/applications/audio')
-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 4b426609fea..944a2d189d7 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.13.0";
+  version = "6.14.0";
 
   enableParallelBuilding = true;
 
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     owner = "csound";
     repo = "csound";
     rev = version;
-    sha256 = "14822ybqyp31z18gky2y9zadr9dkbhabg97y139py73w7v3af1bh";
+    sha256 = "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j";
   };
 
   cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp