speexdsp: 1.2rc3 -> 1.2.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/speexdsp/versions
This commit is contained in:
R. RyanTM 2019-06-18 06:19:16 -07:00 committed by Frederik Rietdijk
parent d055655954
commit 07fdb4f3d6

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, fftw }:
stdenv.mkDerivation rec {
name = "speexdsp-1.2rc3";
name = "speexdsp-1.2.0";
src = fetchurl {
url = "http://downloads.us.xiph.org/releases/speex/${name}.tar.gz";
sha256 = "1wcjyrnwlkayb20zdhp48y260rfyzg925qpjpljd5x9r01h8irja";
sha256 = "0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838";
};
patches = [ ./build-fix.patch ];