about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-15 21:54:45 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-15 21:54:45 -0700
commiteeb2ee296c00358516082fd4cdf1a2625a6c54d2 (patch)
treeeef95aaeb326e49eacdc1beeabe5183317002a58
parent35ce480d69778867c1de820188879bbad6bc2f75 (diff)
downloadnixlib-eeb2ee296c00358516082fd4cdf1a2625a6c54d2.tar
nixlib-eeb2ee296c00358516082fd4cdf1a2625a6c54d2.tar.gz
nixlib-eeb2ee296c00358516082fd4cdf1a2625a6c54d2.tar.bz2
nixlib-eeb2ee296c00358516082fd4cdf1a2625a6c54d2.tar.lz
nixlib-eeb2ee296c00358516082fd4cdf1a2625a6c54d2.tar.xz
nixlib-eeb2ee296c00358516082fd4cdf1a2625a6c54d2.tar.zst
nixlib-eeb2ee296c00358516082fd4cdf1a2625a6c54d2.zip
gmsh: 4.0.1 -> 4.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gmsh/versions
-rw-r--r--pkgs/applications/science/math/gmsh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/gmsh/default.nix b/pkgs/applications/science/math/gmsh/default.nix
index 7973fa8b3efb..525fc5f1dc26 100644
--- a/pkgs/applications/science/math/gmsh/default.nix
+++ b/pkgs/applications/science/math/gmsh/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchurl, cmake, blas, liblapack, gfortran, gmm, fltk, libjpeg
 , zlib, libGLU_combined, libGLU, xorg }:
 
-let version = "4.0.1"; in
+let version = "4.0.2"; in
 
 stdenv.mkDerivation {
   name = "gmsh-${version}";
 
   src = fetchurl {
     url = "http://gmsh.info/src/gmsh-${version}-source.tgz";
-    sha256 = "0s9pay32kci03qx3dlpf9h2n3hihf8zpidjnn8p9vmhnn0vav7rz";
+    sha256 = "03aw3sbz4x998rk29az7mgm0mrdb6614aqnppg81p5jkh5097jgk";
   };
 
   # The original CMakeLists tries to use some version of the Lapack lib