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

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "lv2-${version}";
version = "1.10.0";
version = "1.12.0";
src = fetchurl {
url = "http://lv2plug.in/spec/${name}.tar.bz2";
sha256 = "1md41x9snrp4mcfyli7lyfpvcfa78nfy6xkdy84kppnl8m5qw378";
sha256 = "1saq0vwqy5zjdkgc5ahs8kcabxfmff2mmg68fiqrkv8hiw9m6jks";
};
buildInputs = [ gtk libsndfile pkgconfig python ];