Merge pull request #14884 from micxjo/update-gnuplot

gnuplot: 5.0.0 -> 5.0.3
This commit is contained in:
Peter Simons 2016-04-22 17:07:03 +02:00
commit 33d9233921

View File

@ -21,11 +21,11 @@ let
withX = libX11 != null && !aquaterm && !stdenv.isDarwin; withX = libX11 != null && !aquaterm && !stdenv.isDarwin;
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnuplot-5.0.0"; name = "gnuplot-5.0.3";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/gnuplot/${name}.tar.gz"; url = "mirror://sourceforge/gnuplot/${name}.tar.gz";
sha256 = "1bqg6zbsin9w9m53rbf6adzv0j2gs66z2p5pkd060jlipk2lnza1"; sha256 = "05f7p21d2b0r3h0af8i75bh2inx9pws1k4crx5c400927xgy6vjz";
}; };
buildInputs = buildInputs =