flightgear: 2016.4.4 -> 2017.3.1 for CVE-2017-13709
This commit is contained in:
@@ -6,18 +6,20 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "simgear-${version}";
|
||||
version = "2016.4.4";
|
||||
shortVersion = "2016.4";
|
||||
version = "2017.3.1";
|
||||
shortVersion = "2017.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/flightgear/release-${shortVersion}/${name}.tar.bz2";
|
||||
sha256 = "1p615wmh744m01mcqik27ah1wjdf3sj7vard1vfdpz5v0q0gs52m";
|
||||
sha256 = "1x71wvycs2bjgmmacswgk6091p65p46fr40mr7f4kcipnx88bq0f";
|
||||
};
|
||||
|
||||
buildInputs = [ plib freeglut xproto libX11 libXext xextproto libXi inputproto
|
||||
libICE libSM libXt libXmu mesa boost zlib libjpeg freealut
|
||||
openscenegraph openal expat cmake apr curl ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Simulation construction toolkit";
|
||||
homepage = https://gitorious.org/fg/simgear;
|
||||
|
||||
Reference in New Issue
Block a user