mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
hdf5: fix version to match tarball
This commit is contained in:
parent
33dac78323
commit
9a3d4fba5e
@ -3,7 +3,7 @@
|
||||
, fetchurl
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "hdf5-1.8.10";
|
||||
name = "hdf5-1.8.10-patch1";
|
||||
src = fetchurl {
|
||||
url = http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.10-patch1.tar.gz;
|
||||
sha256 = "08ad32fhnci6rdfn6mn3w9v1wcaxdcd326n3ljwkcq4dzhkh28qz";
|
||||
|
Loading…
Reference in New Issue
Block a user