suil: update from 0.6.10 to 0.6.16

This commit is contained in:
Nixpkgs Monitor 2013-12-21 01:15:44 +02:00 committed by Evgeny Egorochkin
parent 100ad41627
commit 0ebf8e4e9b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "suil-${version}";
version = "0.6.10";
version = "0.6.16";
src = fetchurl {
url = "http://download.drobilla.net/${name}.tar.bz2";
sha256 = "1y7zgfciphr3icamikdfv2gh8xwix5blpq4npl426399i8f4ya5y";
sha256 = "101xq7pd8kvnqwm4viaj4ikhn65jxrlrkg79ca954yqrdb9p9w8v";
};
buildInputs = [ gtk lv2 pkgconfig python qt4 serd sord sratom ];