lv2: 1.14.0 -> 1.16.0 (#57309)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lv2/versions
This commit is contained in:
R. RyanTM 2019-04-12 13:01:13 -07:00 committed by Timo Kaufmann
parent 75b1c3add5
commit c287e8a03f

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "lv2-${version}";
version = "1.14.0";
version = "1.16.0";
src = fetchurl {
url = "http://lv2plug.in/spec/${name}.tar.bz2";
sha256 = "0chxwys3vnn3nxc9x2vchm74s9sx0vfra6y893byy12ci61jc1dq";
sha256 = "1ppippbpdpv13ibs06b0bixnazwfhiw0d0ja6hx42jnkgdyp5hyy";
};
nativeBuildInputs = [ pkgconfig wafHook ];