about summary refs log tree commit diff
path: root/pkgs/tools/misc/hdf5
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-06-07 03:13:54 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-06-07 03:15:45 +0300
commit9c6f7cc9c102f08b245550889cd9595424cbcc73 (patch)
treed5d21a9c4eb986e5d56b7369a0a5fc78d8b481af /pkgs/tools/misc/hdf5
parent61baf496244a4f28d6bc3e53e8b1e7907447bc6e (diff)
downloadnixlib-9c6f7cc9c102f08b245550889cd9595424cbcc73.tar
nixlib-9c6f7cc9c102f08b245550889cd9595424cbcc73.tar.gz
nixlib-9c6f7cc9c102f08b245550889cd9595424cbcc73.tar.bz2
nixlib-9c6f7cc9c102f08b245550889cd9595424cbcc73.tar.lz
nixlib-9c6f7cc9c102f08b245550889cd9595424cbcc73.tar.xz
nixlib-9c6f7cc9c102f08b245550889cd9595424cbcc73.tar.zst
nixlib-9c6f7cc9c102f08b245550889cd9595424cbcc73.zip
Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions.
Diffstat (limited to 'pkgs/tools/misc/hdf5')
-rw-r--r--pkgs/tools/misc/hdf5/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/hdf5/default.nix b/pkgs/tools/misc/hdf5/default.nix
index 49320746cab5..c8ba478af330 100644
--- a/pkgs/tools/misc/hdf5/default.nix
+++ b/pkgs/tools/misc/hdf5/default.nix
@@ -3,7 +3,7 @@
 , fetchurl
 }:
 stdenv.mkDerivation {
-  name = "hdf5";
+  name = "hdf5-1.8.10";
   src = fetchurl {
     url = http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.10-patch1.tar.gz;
     sha256 = "08ad32fhnci6rdfn6mn3w9v1wcaxdcd326n3ljwkcq4dzhkh28qz";