gnuplot: 6.0.1 -> 6.0.2 (#367132)

This commit is contained in:
Weijia Wang
2025-01-05 00:52:17 +01:00
committed by GitHub
+2 -2
View File
@@ -41,11 +41,11 @@ let
in
(if withQt then mkDerivation else stdenv.mkDerivation) rec {
pname = "gnuplot";
version = "6.0.1";
version = "6.0.2";
src = fetchurl {
url = "mirror://sourceforge/gnuplot/${pname}-${version}.tar.gz";
sha256 = "sha256-6FpmDBoqGAj/JPfmmYH/y6xmpFydz3EbZWELJupxN5o=";
sha256 = "sha256-9oo7C7t7u7Q3ZJZ0EG2UUiwAvy8oXM4MGcMYCx7n5zg=";
};
nativeBuildInputs = [