netcdf: 4.9.0 -> 4.9.2

https://docs.unidata.ucar.edu/netcdf-c/4.9.2/RELEASE_NOTES.html
This commit is contained in:
Randy Eckenrode 2023-09-06 21:30:54 -04:00
parent dba6d77ad2
commit a1dfb662ff
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -16,11 +16,11 @@ let
inherit (hdf5) mpiSupport mpi;
in stdenv.mkDerivation rec {
pname = "netcdf" + lib.optionalString mpiSupport "-mpi";
version = "4.9.0";
version = "4.9.2";
src = fetchurl {
url = "https://downloads.unidata.ucar.edu/netcdf-c/${version}/netcdf-c-${version}.tar.gz";
hash = "sha256-TJVgIrecCOXhTu6N9RsTwo5hIcK35/qtwhs3WUlAC0k=";
hash = "sha256-zxG6u725lj8J9VB54LAZ9tA3H1L44SZKW6jp/asabEg=";
};
postPatch = ''