libsndfile: 1.0.25 -> 1.0.26 (security)

This release contains fixes for
  * CVE-2014-9496
  * CVE-2014-9756
  * CVE-2015-7805
This commit is contained in:
Micxjo Funkcio 2016-04-09 13:11:35 -07:00
parent cdc5326a31
commit 75c033969b
No known key found for this signature in database
GPG Key ID: EDB8EAC24AB8262E

View File

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "libsndfile-1.0.25";
name = "libsndfile-1.0.26";
src = fetchurl {
url = "http://www.mega-nerd.com/libsndfile/files/${name}.tar.gz";
sha256 = "10j8mbb65xkyl0kfy0hpzpmrp0jkr12c7mfycqipxgka6ayns0ar";
sha256 = "14jhla289cj45946h0hq2an0a9g4wkwb3v4571bla6ixfvn20rfd";
};
buildInputs = [ pkgconfig flac libogg libvorbis ]