mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
speex: 1.2rc2 -> 1.2.0
This commit is contained in:
parent
145627391b
commit
3cc0830d17
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, autoreconfHook, pkgconfig, fftw, speexdsp }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "speex-1.2rc2";
|
||||
name = "speex-1.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://downloads.us.xiph.org/releases/speex/${name}.tar.gz";
|
||||
sha256 = "14g8ph39inkrif749lzjm089g7kwk0hymq1a3i9ch5gz8xr7r8na";
|
||||
sha256 = "150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user