Skip to content

Commit

Permalink
hdf5: 1.8.16 -> 1.8.18
Browse files Browse the repository at this point in the history
For release announcement, see
https://support.hdfgroup.org/ftp/HDF5/current18/src/hdf5-1.8.18-RELEASE.txt

(cherry picked from commit 16eb67a)
lsix authored and grahamc committed Dec 8, 2016

Verified

This commit was signed with the committer’s verified signature. The key has expired.
marsam Mario Rodas
1 parent 3573b6c commit b60ae78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/hdf5/default.nix
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@ assert !cpp || mpi == null;
with { inherit (stdenv.lib) optional optionals; };

stdenv.mkDerivation rec {
version = "1.8.16";
version = "1.8.18";
name = "hdf5-${version}";
src = fetchurl {
url = "http://www.hdfgroup.org/ftp/HDF5/releases/${name}/src/${name}.tar.bz2";
sha256 = "1ilq8pn9lxbf2wj2rdzwqabxismznjj1d23iw6g78w0bl5dsxahk";
url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/${name}/src/${name}.tar.bz2";
sha256 = "13542vrnl1p35n8vbq0wzk40vddmm33q5nh04j98c7r1yjnxxih1";
};

passthru = {

0 comments on commit b60ae78

Please sign in to comment.