summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-03-06 22:48:03 +0200
committerGitHub <noreply@github.com>2023-03-06 22:48:03 +0200
commitb25c0d045b23cf2c8eba519d9f22ba5d4257fce8 (patch)
tree74ce1e47743f0e16fa78e7e61d46294a1e2ff371
parent5abe4f7e40555a3602c1275e888154102b6f47b5 (diff)
parent688c4961cf969df7a1ecc05dfd4f1932fda192dc (diff)
Merge pull request #219168 from r-ryantm/auto-update/gnuplot
gnuplot: 5.4.5 -> 5.4.6
-rw-r--r--pkgs/tools/graphics/gnuplot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/gnuplot/default.nix b/pkgs/tools/graphics/gnuplot/default.nix
index e73f039e3160..5f96eb9f8d22 100644
--- a/pkgs/tools/graphics/gnuplot/default.nix
+++ b/pkgs/tools/graphics/gnuplot/default.nix
@@ -21,11 +21,11 @@ let
in
(if withQt then mkDerivation else stdenv.mkDerivation) rec {
pname = "gnuplot";
- version = "5.4.5";
+ version = "5.4.6";
src = fetchurl {
url = "mirror://sourceforge/gnuplot/${pname}-${version}.tar.gz";
- sha256 = "sha256-ZvZ5EV3TBVnhEEmPyU2SaUnU03C0mZoELnJLjpEO5Hg=";
+ sha256 = "sha256-AvwnkYIA7WTY8MO4T+gblbWc1HrZnycJOa5JfBnydBk=";
};
nativeBuildInputs = [ makeWrapper pkg-config texinfo ] ++ lib.optional withQt qttools;