hdfview: 3.1.4 -> 3.2.0

This commit is contained in:
Ben Darwin 2022-07-18 15:09:53 -04:00
parent 2c6c94cb1e
commit f00bac4225
2 changed files with 3 additions and 5 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "hdfview";
version = "3.1.4";
version = "3.2.0";
src = fetchurl {
url = "https://support.hdfgroup.org/ftp/HDF5/releases/HDF-JAVA/${pname}-${version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-iY/NUifU57aX795eWpaUBflrclF/nfvb3OKZEpD9VqA=";
sha256 = "sha256-08De/yy9lZUIxNqccS2nL7IE/2gYo0NPAKcHH46M8rg=";
};
patches = [

View File

@ -7265,9 +7265,7 @@ with pkgs;
hdf5-blosc = callPackage ../development/libraries/hdf5-blosc { };
hdfview = callPackage ../tools/misc/hdfview {
hdf5 = hdf5_1_10;
};
hdfview = callPackage ../tools/misc/hdfview { };
hecate = callPackage ../applications/editors/hecate { };