paraview: 5.5.2 -> 5.6.0

This commit is contained in:
ft 2019-02-19 01:48:58 -08:00
parent c414e5bd08
commit 8839a613d7
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ stdenv, fetchFromGitHub, cmake, makeWrapper
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "paraview-${version}"; name = "paraview-${version}";
version = "5.5.2"; version = "5.6.0";
# fetching from GitHub instead of taking an "official" source # fetching from GitHub instead of taking an "official" source
# tarball because of missing submodules there # tarball because of missing submodules there
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "Kitware"; owner = "Kitware";
repo = "ParaView"; repo = "ParaView";
rev = "v${version}"; rev = "v${version}";
sha256 = "1jivph7lppnflmjsiirhgv0mnh8mxx41i1vzkk78ynn00rzacx3j"; sha256 = "1j13yfdgcv4yzfr449i4c8r4rs1c9zr6qd3igr4vv3ani8zixkzi";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -18754,7 +18754,7 @@ in
pavucontrol = callPackage ../applications/audio/pavucontrol { }; pavucontrol = callPackage ../applications/audio/pavucontrol { };
paraview = libsForQt59.callPackage ../applications/graphics/paraview { }; paraview = libsForQt5.callPackage ../applications/graphics/paraview { };
packet = callPackage ../development/tools/packet { }; packet = callPackage ../development/tools/packet { };