lilv: 0.20.0 -> 0.24.0

This commit is contained in:
Bart Brouns 2016-11-01 01:15:57 +01:00
parent 60e06fb39f
commit deb6b8f2a2

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "lilv-${version}";
version = "0.20.0";
version = "0.24.0";
src = fetchurl {
url = "http://download.drobilla.net/${name}.tar.bz2";
sha256 = "0aj2plkx56iar8vzjbq2l7hi7sp0ml99m0h44rgwai2x4vqkk2j2";
sha256 = "17pv4wdaj7m5ghpfs7h7d8jd105xfzyn2lj438xslj1ndm9xwq7s";
};
buildInputs = [ lv2 pkgconfig python serd sord sratom ];