summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCillian de Roiste <cillian.deroiste@gmail.com>2012-05-26 17:29:31 +0000
committerCillian de Roiste <cillian.deroiste@gmail.com>2012-05-26 17:29:31 +0000
commit9b0cf4ca5de84561407dad1f8cb3e05ae739863f (patch)
treea2969557f9e470aba4b5c8ba5820186b79547667 /pkgs
parent6934b46182014fc80da7d9d7f985c530fb8b3b7d (diff)
downloadnixpkgs-9b0cf4ca5de84561407dad1f8cb3e05ae739863f.tar
nixpkgs-9b0cf4ca5de84561407dad1f8cb3e05ae739863f.tar.gz
nixpkgs-9b0cf4ca5de84561407dad1f8cb3e05ae739863f.tar.bz2
nixpkgs-9b0cf4ca5de84561407dad1f8cb3e05ae739863f.tar.lz
nixpkgs-9b0cf4ca5de84561407dad1f8cb3e05ae739863f.tar.xz
nixpkgs-9b0cf4ca5de84561407dad1f8cb3e05ae739863f.tar.zst
nixpkgs-9b0cf4ca5de84561407dad1f8cb3e05ae739863f.zip
Updating Ardour 3 to beta 4a
svn path=/nixpkgs/trunk/; revision=34250
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/ardour/ardour3.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/audio/ardour/ardour3.nix b/pkgs/applications/audio/ardour/ardour3.nix
index 590cfa3a962..c34576016ad 100644
--- a/pkgs/applications/audio/ardour/ardour3.nix
+++ b/pkgs/applications/audio/ardour/ardour3.nix
@@ -6,16 +6,17 @@
 , python }:
 
 let
-  rev = "11483";
+  # Ardour 3 Beta 4a
+  rev = "12406";
 in
 
 stdenv.mkDerivation {
   name = "ardour3-svn-${rev}";
 
   src = fetchsvn {
-    url = http://subversion.ardour.org/svn/ardour2/tags/3.0-beta3;
+    url = http://subversion.ardour.org/svn/ardour2/branches/3.0;
     inherit rev;
-    sha256 = "02az11lvfbln475np9jyfkdlrkpp1pszjmk6gl75wq6ws08dd7rd";
+    sha256 = "0a68xb3l36m5908y3airxw1b3bymhrjrf1l492mgcvviq6pn7pmk";
   };
 
   buildInputs = [ alsaLib aubio boost cairomm curl fftw fftwSinglePrec