zita-convolver: 3.1.0 -> 4.0.0 (#41924)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/zita-convolver/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/d4fff99f47b470ae2fb591d4d0eca6a9
- du listing: https://gist.github.com/fa1de3cf8f7b6e64c8bcf06617b79635
This commit is contained in:
R. RyanTM 2018-06-17 08:55:26 -07:00 committed by xeji
parent b6b4b3fa06
commit 4af3190e41

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "zita-convolver-${version}";
version = "3.1.0";
version = "4.0.0";
src = fetchurl {
url = "http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${name}.tar.bz2";
sha256 = "14qrnczhp5mbwhky64il7kxc4hl1mmh495v60va7i2qnhasr6zmz";
sha256 = "0fx7f48ls0rlndqrmd4k7ifpnml39yxzc2f0n6xyysypgn06y673";
};
buildInputs = [ fftwFloat ];