Merge pull request #106009 from r-ryantm/auto-update/gnuplot

gnuplot: 5.4.0 -> 5.4.1
This commit is contained in:
Mario Rodas 2020-12-05 17:44:50 -05:00 committed by GitHub
commit 9c2b835686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.4.0"; version = "5.4.1";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/gnuplot/${pname}-${version}.tar.gz"; url = "mirror://sourceforge/gnuplot/${pname}-${version}.tar.gz";
sha256 = "0iwwliq5a6qcawbpxk4d7l17fpkq9xxcz05kwblx37rr7bq84h7b"; sha256 = "03jrqs5lvxmbbz2c4g17dn2hrxqwd3hfadk9q8wbkbkyas2h8sbb";
}; };
nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools; nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools;