libjpeg(_turbo): minor update 1.3.0 -> .1

The security patch got incorporated into the release.
This commit is contained in:
Vladimír Čunát
2014-03-23 12:25:20 +01:00
parent 1941168c3d
commit 02b85f5191
2 changed files with 2 additions and 44 deletions
@@ -1,15 +1,13 @@
{ stdenv, fetchurl, nasm }:
stdenv.mkDerivation rec {
name = "libjpeg-turbo-1.3.0";
name = "libjpeg-turbo-1.3.1";
src = fetchurl {
url = "mirror://sourceforge/libjpeg-turbo/${name}.tar.gz";
sha256 = "0d0jwdmj3h89bxdxlwrys2mw18mqcj4rzgb5l2ndpah8zj600mr6";
sha256 = "1fbgcvlnn3d5gvf0v9jnlcabpv2z3nwxclzyabahxi6x2xs90cn1";
};
patches = [ ./libjpeg-turbo-1.3.0-CVE-2013-6629-and-6630.patch ];
buildInputs = [ nasm ];
doCheck = true;