hdf5 1.12.2 -> 1.14.0 https://repology.org/metapackage/hdf5/versions attrpath: hdf5 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/hdf5/default.nix b/pkgs/tools/misc/hdf5/default.nix index 76efc766781..25093347fcb 100644 --- a/pkgs/tools/misc/hdf5/default.nix +++ b/pkgs/tools/misc/hdf5/default.nix @@ -25,7 +25,7 @@ assert !cppSupport || !mpiSupport; let inherit (lib) optional optionals; in stdenv.mkDerivation rec { - version = "1.12.2"; + version = "1.14.0"; pname = "hdf5" + lib.optionalString cppSupport "-cpp" + lib.optionalString fortranSupport "-fortran" @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${lib.versions.majorMinor version}/hdf5-${version}/src/hdf5-${version}.tar.bz2"; - sha256 = "sha256-Goi742ITos6gyDlyAaRZZD5xVcnckeBiZ1s/sH7jiv4="; + sha256 = "sha256-5OeUM0UO2uKGWkxjKBiLtFORsp10+MU47mmfCxFsK6A="; }; passthru = { Successfully finished processing cachix "/nix/store/ia55r7w1dhlc4vlv5jrywbhx41d1yfgi-hdf5-1.14.0" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/hdf5/versions. meta.description for hdf5 is: Data model, library, and file format for storing and managing data meta.homepage for hdf5 is: https://www.hdfgroup.org/HDF5/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.14.0 with grep in /nix/store/ia55r7w1dhlc4vlv5jrywbhx41d1yfgi-hdf5-1.14.0 - found 1.14.0 in filename of file in /nix/store/ia55r7w1dhlc4vlv5jrywbhx41d1yfgi-hdf5-1.14.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1146 total rebuild path(s) 1146 package rebuild(s) First fifty rebuilds by attrpath ChowKick EBTKS MIDIVisualizer adapta-gtk-theme aitrack alembic alfaview alfis almanah alsa-scarlett-gui amberol apache-directory-studio apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile apostrophe appcsxcad aravis arcanPackages.all-wrapped arcanPackages.arcan arcanPackages.arcan-wrapped arcanPackages.cat9-wrapped arcanPackages.durden-wrapped arcanPackages.ffmpeg arcanPackages.pipeworld-wrapped arcanPackages.prio-wrapped arcanPackages.xarcan armadillo ashpd-demo astroid audio-recorder authenticator auto-multiple-choice avogadro2 aws-workspaces bada-bib balsa banking baobab baresip beamerpresenter beamerpresenter-mupdf beamerpresenter-poppler bespokesynth bespokesynth-with-vst2 bicgl bicpl birdfont blackbox-terminal blanket blender ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ia55r7w1dhlc4vlv5jrywbhx41d1yfgi-hdf5-1.14.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A hdf5 https://github.com/r-ryantm/nixpkgs/archive/bd3339760712b546be4c1d79b17f4e1476debbb5.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ia55r7w1dhlc4vlv5jrywbhx41d1yfgi-hdf5-1.14.0 ls -la /nix/store/ia55r7w1dhlc4vlv5jrywbhx41d1yfgi-hdf5-1.14.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/211670