torcs: update from 1.3.2 to 1.3.5, potentially fixes CVE-2012-1189

This commit is contained in:
Nixpkgs Monitor 2013-12-04 04:49:13 +02:00 committed by Evgeny Egorochkin
parent b0d281dd58
commit ae7be783a2

View File

@ -3,11 +3,11 @@ libXext, libSM, libICE, libXi, libXt, libXrender, libXxf86vm, libvorbis,
libpng, zlib, bash }:
stdenv.mkDerivation rec {
name = "torcs-1.3.2";
name = "torcs-1.3.5";
src = fetchurl {
url = "mirror://sourceforge/torcs/${name}.tar.bz2";
sha256 = "0171ixhnd9cs8jkwa5awrxklfgyykcbc9m8270b8cw30lsx7qhp1";
sha256 = "170ff98smkkv1sk4nbz9w0alhmmbr32djmgbc08lcfhf0lj2ni38";
};
patchPhase = ''