Merge pull request #93570 from r-ryantm/auto-update/gnuplot
gnuplot: 5.2.8 -> 5.4.0
This commit is contained in:
commit
31cfefc0e3
@ -20,11 +20,11 @@ let
|
|||||||
in
|
in
|
||||||
(if withQt then mkDerivation else stdenv.mkDerivation) rec {
|
(if withQt then mkDerivation else stdenv.mkDerivation) rec {
|
||||||
pname = "gnuplot";
|
pname = "gnuplot";
|
||||||
version = "5.2.8";
|
version = "5.4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/gnuplot/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/gnuplot/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0dxc52d17mpyb2xm24da1nvhlacryv0irwa0q5l1cjj0rx67d9k0";
|
sha256 = "0iwwliq5a6qcawbpxk4d7l17fpkq9xxcz05kwblx37rr7bq84h7b";
|
||||||
};
|
};
|
||||||
|
|
||||||
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