samplv1: 0.8.5 -> 0.8.6

Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.8.6 with grep in /nix/store/129kph83v0yw4jx5bgzb31127w3d1jwp-samplv1-0.8.6
- found 0.8.6 in filename of file in /nix/store/129kph83v0yw4jx5bgzb31127w3d1jwp-samplv1-0.8.6

cc "@goibhniu"
This commit is contained in:
Ryan Mulligan 2018-02-27 15:42:19 -08:00
parent 6a10134205
commit a66ee6d988

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "samplv1-${version}";
version = "0.8.5";
version = "0.8.6";
src = fetchurl {
url = "mirror://sourceforge/samplv1/${name}.tar.gz";
sha256 = "1gscwybsbaqbnylmgf2baf71cm2g7a0pd11rqmk3cz9hi3lyjric";
sha256 = "035bq7yfg1yirsqk63zwkzjw9dxl52lrzq9y0w7nga0vb11xdfij";
};
buildInputs = [ libjack2 alsaLib liblo libsndfile lv2 qt5.qtbase qt5.qttools];