summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-20 01:04:03 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-20 01:04:03 +0000
commitca2db83adcfbeda9e3edc38e1a206bfbda9fa280 (patch)
tree3f11462875050dea5445f61c7711f7aa72a023c9 /pkgs/applications/audio
parent6cc55fd6380dd892f1d41ba7d07efa2a813d38fe (diff)
downloadnixpkgs-ca2db83adcfbeda9e3edc38e1a206bfbda9fa280.tar
nixpkgs-ca2db83adcfbeda9e3edc38e1a206bfbda9fa280.tar.gz
nixpkgs-ca2db83adcfbeda9e3edc38e1a206bfbda9fa280.tar.bz2
nixpkgs-ca2db83adcfbeda9e3edc38e1a206bfbda9fa280.tar.lz
nixpkgs-ca2db83adcfbeda9e3edc38e1a206bfbda9fa280.tar.xz
nixpkgs-ca2db83adcfbeda9e3edc38e1a206bfbda9fa280.tar.zst
nixpkgs-ca2db83adcfbeda9e3edc38e1a206bfbda9fa280.zip
csound: 6.16.0 -> 6.16.2
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 dbf895ed02c..029710206f0 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.16.0";
+  version = "6.16.2";
 
   hardeningDisable = [ "format" ];
 
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     owner = "csound";
     repo = "csound";
     rev = version;
-    sha256 = "sha256-1+P2W8auc34sNJdKHUcilOBCK+Is9GHnM+J+M4oNR3U=";
+    sha256 = "sha256-1rcS3kOspU9ACx45yB8betph4G0hso1OSJQRiabX6tE=";
   };
 
   cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp