Merge pull request #62422 from r-ryantm/auto-update/gnuplot
gnuplot: 5.2.6 -> 5.2.7
This commit is contained in:
commit
c8c09900aa
@ -19,11 +19,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.2.6";
|
name = "gnuplot-5.2.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/gnuplot/${name}.tar.gz";
|
url = "mirror://sourceforge/gnuplot/${name}.tar.gz";
|
||||||
sha256 = "1vllgap08nhvdmc03idmkdnk9cfl2bp81hps50q1pqrr640qzp9m";
|
sha256 = "1vglp4la40f5dpj0zdj63zprrkyjgzy068p35bz5dqxjyczm1zlp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools;
|
nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user