Updating Ardour3 to beta 5

This commit is contained in:
Cillian de Róiste 2012-07-28 00:35:39 +02:00
parent c0832627c4
commit 2a1215115f

View File

@ -6,8 +6,8 @@
, perl, pkgconfig, python, serd, sord, sratom, suil }: , perl, pkgconfig, python, serd, sord, sratom, suil }:
let let
# Ardour 3 Beta 4a # Ardour 3 Beta 5
rev = "12406"; rev = "13072";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -16,7 +16,7 @@ stdenv.mkDerivation {
src = fetchsvn { src = fetchsvn {
url = http://subversion.ardour.org/svn/ardour2/branches/3.0; url = http://subversion.ardour.org/svn/ardour2/branches/3.0;
inherit rev; inherit rev;
sha256 = "0a68xb3l36m5908y3airxw1b3bymhrjrf1l492mgcvviq6pn7pmk"; sha256 = "17k990kdb5q17z6jcz5b60imvvfbjw9zfxzy9fk0vg8gd6yq7736";
}; };
buildInputs = buildInputs =