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:
parent
d055655954
commit
07fdb4f3d6
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook, pkgconfig, fftw }:
|
{ stdenv, fetchurl, autoreconfHook, pkgconfig, fftw }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "speexdsp-1.2rc3";
|
name = "speexdsp-1.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.us.xiph.org/releases/speex/${name}.tar.gz";
|
url = "http://downloads.us.xiph.org/releases/speex/${name}.tar.gz";
|
||||||
sha256 = "1wcjyrnwlkayb20zdhp48y260rfyzg925qpjpljd5x9r01h8irja";
|
sha256 = "0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./build-fix.patch ];
|
patches = [ ./build-fix.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user