Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gnuplot: 5.2.4 -> 5.2.5

http://www.gnuplot.info/ReleaseNotes_5_2_5.html

+2 -2
+2 -2
pkgs/tools/graphics/gnuplot/default.nix
··· 19 withX = libX11 != null && !aquaterm && !stdenv.isDarwin; 20 in 21 stdenv.mkDerivation rec { 22 - name = "gnuplot-5.2.4"; 23 24 src = fetchurl { 25 url = "mirror://sourceforge/gnuplot/${name}.tar.gz"; 26 - sha256 = "1jvh8xmd2cvrhlsg88kxwh55wkwx31sg50v1n59slfippl0g058m"; 27 }; 28 29 nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools;
··· 19 withX = libX11 != null && !aquaterm && !stdenv.isDarwin; 20 in 21 stdenv.mkDerivation rec { 22 + name = "gnuplot-5.2.5"; 23 24 src = fetchurl { 25 url = "mirror://sourceforge/gnuplot/${name}.tar.gz"; 26 + sha256 = "1ajw8xcb1kg2vy8n3rhrz71knjr2yivfavv9lqqzvp1dwv6b5783"; 27 }; 28 29 nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools;