summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 18:01:44 +0000
committerGitHub <noreply@github.com>2021-07-19 18:01:44 +0000
commitc455b1a6573b382552403a7fec2ed7d90a4277a3 (patch)
treecbeea06a9ba98b142336247979e50e88569c9a72 /pkgs/applications/audio
parent914b93541e67b535c6c6e5588d5ce33b485bfedf (diff)
parentc0cb54f9eeb0c607a08097f84096728aa8ea615d (diff)
downloadnixpkgs-c455b1a6573b382552403a7fec2ed7d90a4277a3.tar
nixpkgs-c455b1a6573b382552403a7fec2ed7d90a4277a3.tar.gz
nixpkgs-c455b1a6573b382552403a7fec2ed7d90a4277a3.tar.bz2
nixpkgs-c455b1a6573b382552403a7fec2ed7d90a4277a3.tar.lz
nixpkgs-c455b1a6573b382552403a7fec2ed7d90a4277a3.tar.xz
nixpkgs-c455b1a6573b382552403a7fec2ed7d90a4277a3.tar.zst
nixpkgs-c455b1a6573b382552403a7fec2ed7d90a4277a3.zip
Merge staging-next into staging
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 13de229452e..dbf895ed02c 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.15.0";
+  version = "6.16.0";
 
   hardeningDisable = [ "format" ];
 
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     owner = "csound";
     repo = "csound";
     rev = version;
-    sha256 = "1vld6v55jxvv3ddr21kh41s4cdkhnm5wpffvd097zqrqh1aq08r0";
+    sha256 = "sha256-1+P2W8auc34sNJdKHUcilOBCK+Is9GHnM+J+M4oNR3U=";
   };
 
   cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp