summary refs log tree commit diff
path: root/pkgs/games/torcs
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-04 04:49:13 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-04 04:49:13 +0200
commitae7be783a23befc2135e5e3896cca029a70ec779 (patch)
treeadf1ccedc087bdb11e9246b1cf2136ee80c8af0c /pkgs/games/torcs
parentb0d281dd58851778adc507341eb3a367cb6b1395 (diff)
downloadnixpkgs-ae7be783a23befc2135e5e3896cca029a70ec779.tar
nixpkgs-ae7be783a23befc2135e5e3896cca029a70ec779.tar.gz
nixpkgs-ae7be783a23befc2135e5e3896cca029a70ec779.tar.bz2
nixpkgs-ae7be783a23befc2135e5e3896cca029a70ec779.tar.lz
nixpkgs-ae7be783a23befc2135e5e3896cca029a70ec779.tar.xz
nixpkgs-ae7be783a23befc2135e5e3896cca029a70ec779.tar.zst
nixpkgs-ae7be783a23befc2135e5e3896cca029a70ec779.zip
torcs: update from 1.3.2 to 1.3.5, potentially fixes CVE-2012-1189
Diffstat (limited to 'pkgs/games/torcs')
-rw-r--r--pkgs/games/torcs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/torcs/default.nix b/pkgs/games/torcs/default.nix
index 9f1fdedd577..47316177115 100644
--- a/pkgs/games/torcs/default.nix
+++ b/pkgs/games/torcs/default.nix
@@ -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 = ''