Merge pull request #56041 from f--t/fix/paraview-update

paraview: 5.5.2 -> 5.6.0
This commit is contained in:
David Guibert 2019-02-20 09:15:18 +01:00 committed by GitHub
commit b218ffdca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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