update ingen

This commit is contained in:
Bart Brouns
2015-05-03 17:45:52 +02:00
parent 2352fce776
commit d362c6ff98
6 changed files with 31 additions and 25 deletions
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "raul-svn-${rev}";
rev = "5449";
rev = "5675";
src = fetchsvn {
url = "http://svn.drobilla.net/lad/trunk/raul";
rev = rev;
sha256 = "02ph1hikp1iynwbxbiaf28brkwig7n4lsb3djaivnf14arg5vmzx";
sha256 = "0yvm3j57lch89dixx7zsip7pxsws0xxy1y6ck7a3l0534qc5kny4";
};
buildInputs = [ boost gtk pkgconfig python ];