summary refs log tree commit diff
path: root/pkgs/applications/audio/csound/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-08 01:39:13 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-08 01:39:13 -0800
commit752736b34836eb58b79bed3400cd74ebb57e754d (patch)
tree44b9e264e7e0a5673f720bf1015c986d121e86f8 /pkgs/applications/audio/csound/default.nix
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixpkgs-752736b34836eb58b79bed3400cd74ebb57e754d.tar
nixpkgs-752736b34836eb58b79bed3400cd74ebb57e754d.tar.gz
nixpkgs-752736b34836eb58b79bed3400cd74ebb57e754d.tar.bz2
nixpkgs-752736b34836eb58b79bed3400cd74ebb57e754d.tar.lz
nixpkgs-752736b34836eb58b79bed3400cd74ebb57e754d.tar.xz
nixpkgs-752736b34836eb58b79bed3400cd74ebb57e754d.tar.zst
nixpkgs-752736b34836eb58b79bed3400cd74ebb57e754d.zip
csound: 6.09.0 -> 6.10.0
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/y5y28sldhyh69vy0xxy9y1zajzyzg4ln-csound-6.10.0/bin/csanalyze -h` got 0 exit code
- ran `/nix/store/y5y28sldhyh69vy0xxy9y1zajzyzg4ln-csound-6.10.0/bin/csanalyze --help` got 0 exit code
- ran `/nix/store/y5y28sldhyh69vy0xxy9y1zajzyzg4ln-csound-6.10.0/bin/csanalyze help` got 0 exit code
- ran `/nix/store/y5y28sldhyh69vy0xxy9y1zajzyzg4ln-csound-6.10.0/bin/csb64enc help` got 0 exit code
- ran `/nix/store/y5y28sldhyh69vy0xxy9y1zajzyzg4ln-csound-6.10.0/bin/makecsd help` got 0 exit code
- found 6.10.0 with grep in /nix/store/y5y28sldhyh69vy0xxy9y1zajzyzg4ln-csound-6.10.0
- found 6.10.0 in filename of file in /nix/store/y5y28sldhyh69vy0xxy9y1zajzyzg4ln-csound-6.10.0
Diffstat (limited to 'pkgs/applications/audio/csound/default.nix')
-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 dc0c8eabcac..191074eba27 100644
--- a/pkgs/applications/audio/csound/default.nix
+++ b/pkgs/applications/audio/csound/default.nix
@@ -14,7 +14,7 @@
 
 stdenv.mkDerivation rec {
   name = "csound-${version}";
-  version = "6.09.0";
+  version = "6.10.0";
 
   enableParallelBuilding = true;
 
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     owner = "csound";
     repo = "csound";
     rev = version;
-    sha256 = "1vfb0mab89psfwidadjrn5mbzq3bhjbyrrmyp98yp0xm6a8cssih";
+    sha256 = "1mak183y8bn097z9q3k7f1kwvawkngkc4ch9hv6gqhgfy1cjln8n";
   };
 
   cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp