lv2: update from 1.6.0 to 1.8.0
This commit is contained in:
parent
000b1ad43a
commit
0fde298047
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lv2-${version}";
|
name = "lv2-${version}";
|
||||||
version = "1.6.0";
|
version = "1.8.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://lv2plug.in/spec/${name}.tar.bz2";
|
url = "http://lv2plug.in/spec/${name}.tar.bz2";
|
||||||
sha256 = "0nxrkmcpsm4v25wp2l7lcw4n0823kbplilpv51fszf710qsn7k9v";
|
sha256 = "1mxkp7gajh1alw6s358cqwf3qkpr1ld9wfxwswnqrxcd9a7hxjd4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk libsndfile pkgconfig python ];
|
buildInputs = [ gtk libsndfile pkgconfig python ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user