Skip to content

Commit

Permalink
gmsh: 4.7.0 -> 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 2, 2020
1 parent b1ed5ff commit cf89444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/gmsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation rec {
pname = "gmsh";
version = "4.7.0";
version = "4.7.1";

src = fetchurl {
url = "http://gmsh.info/src/gmsh-${version}-source.tgz";
sha256 = "03ij2hnh393gw59hgrz3qrmgc4qw82bc9nd98sks4jrp5gwk4zz2";
sha256 = "0shwi41van3k0z6rnpl3sz5nh46xbyyljwfpcp8pwxbc26aw5169";
};

buildInputs = [ blas lapack gmm fltk libjpeg zlib libGLU libGL
Expand Down

0 comments on commit cf89444

Please sign in to comment.