lv2: 1.12.0 -> 1.14.0
This commit is contained in:
parent
3c36c85b1c
commit
60e06fb39f
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lv2-${version}";
|
name = "lv2-${version}";
|
||||||
version = "1.12.0";
|
version = "1.14.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://lv2plug.in/spec/${name}.tar.bz2";
|
url = "http://lv2plug.in/spec/${name}.tar.bz2";
|
||||||
sha256 = "1saq0vwqy5zjdkgc5ahs8kcabxfmff2mmg68fiqrkv8hiw9m6jks";
|
sha256 = "0chxwys3vnn3nxc9x2vchm74s9sx0vfra6y893byy12ci61jc1dq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk2 libsndfile pkgconfig python ];
|
buildInputs = [ gtk2 libsndfile pkgconfig python ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user