forked from mirrors/nixpkgs
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:
parent
cdc5326a31
commit
75c033969b
|
@ -3,11 +3,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libsndfile-1.0.25";
|
name = "libsndfile-1.0.26";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.mega-nerd.com/libsndfile/files/${name}.tar.gz";
|
url = "http://www.mega-nerd.com/libsndfile/files/${name}.tar.gz";
|
||||||
sha256 = "10j8mbb65xkyl0kfy0hpzpmrp0jkr12c7mfycqipxgka6ayns0ar";
|
sha256 = "14jhla289cj45946h0hq2an0a9g4wkwb3v4571bla6ixfvn20rfd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig flac libogg libvorbis ]
|
buildInputs = [ pkgconfig flac libogg libvorbis ]
|
||||||
|
|
Loading…
Reference in a new issue