Updating paraview.

svn path=/nixpkgs/trunk/; revision=19478
This commit is contained in:
Lluís Batlle i Rossell 2010-01-16 11:05:17 +00:00
parent 841e48d19b
commit 916e0f3840

View File

@ -1,10 +1,10 @@
{ fetchurl, stdenv, cmake, qt4 }:
stdenv.mkDerivation {
name = "paraview-3.6.1";
stdenv.mkDerivation rec {
name = "paraview-3.6.2";
src = fetchurl {
url = http://www.paraview.org/files/v3.6/paraview-3.6.1.tar.gz;
sha256 = "1dh0dqbdvjagy122nbwr1gg03ck2if2aqqbvzcpkx38sz12cjh7h";
url = "http://www.paraview.org/files/v3.6/${name}.tar.gz";
sha256 = "017axalkiaqd13jfbb4awcxvpndnzaq35ys7svm5rnizdwd5hbq6";
};
preConfigure = ''