3
0
Fork 0
forked from mirrors/nixpkgs

gnuplot: 5.0.6 -> 5.2.0

This commit is contained in:
mimadrid 2017-09-23 00:34:41 +02:00
parent 1df6cf5d1d
commit a6c5031197
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -21,11 +21,11 @@ let
withX = libX11 != null && !aquaterm && !stdenv.isDarwin;
in
stdenv.mkDerivation rec {
name = "gnuplot-5.0.6";
name = "gnuplot-5.2.0";
src = fetchurl {
url = "mirror://sourceforge/gnuplot/${name}.tar.gz";
sha256 = "0q5lr6nala3ln6f3yp6g17ziymb9r9gx9zylnw1y3hjmwl9lggjv";
sha256 = "0hqyajcnlk822fk7hyl07sqk6a75n93awbdl3ydk9fd6l4jn9zkx";
};
buildInputs =