about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-07-20 08:02:32 -0500
committerGitHub <noreply@github.com>2019-07-20 08:02:32 -0500
commit8390d592801e73e1f3187d02a64e3d552e98d2f5 (patch)
tree2e03b7655e154ab720603b4f9cd97efaf708451c /pkgs/applications
parentb095186914b16f5a6b84faca58d16e154363ec1f (diff)
parent1b7e04e37aaa6294333e091f4416882cd890d73f (diff)
downloadnixlib-8390d592801e73e1f3187d02a64e3d552e98d2f5.tar
nixlib-8390d592801e73e1f3187d02a64e3d552e98d2f5.tar.gz
nixlib-8390d592801e73e1f3187d02a64e3d552e98d2f5.tar.bz2
nixlib-8390d592801e73e1f3187d02a64e3d552e98d2f5.tar.lz
nixlib-8390d592801e73e1f3187d02a64e3d552e98d2f5.tar.xz
nixlib-8390d592801e73e1f3187d02a64e3d552e98d2f5.tar.zst
nixlib-8390d592801e73e1f3187d02a64e3d552e98d2f5.zip
Merge pull request #65060 from r-ryantm/auto-update/csound
csound: 6.12.2 -> 6.13.0
Diffstat (limited to 'pkgs/applications')
-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 b11f525e9d2b..cb968ee9e00f 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.12.2";
+  version = "6.13.0";
 
   enableParallelBuilding = true;
 
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     owner = "csound";
     repo = "csound";
     rev = version;
-    sha256 = "01krxcf0alw9k7p5sv0s707600an4sl7lhw3bymbwgqrj0v2p9z2";
+    sha256 = "14822ybqyp31z18gky2y9zadr9dkbhabg97y139py73w7v3af1bh";
   };
 
   cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp