Merge pull request #83752 from r-ryantm/auto-update/netcdf

netcdf: 4.7.3 -> 4.7.4
This commit is contained in:
markuskowa 2020-04-20 18:59:17 +02:00 committed by GitHub
commit 52df4fa7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ let
mpi = hdf5.mpi;
in stdenv.mkDerivation rec {
pname = "netcdf";
version = "4.7.3";
version = "4.7.4";
src = fetchurl {
url = "https://www.unidata.ucar.edu/downloads/netcdf/ftp/${pname}-c-${version}.tar.gz";
sha256 = "12s4w2s96p51hlsa81lw92w56rdx8i3mk21pz2ydwcamw579z34f";
sha256 = "1a2fpp15a2rl1m50gcvvzd9y6bavl6vjf9zzf63sz5gdmq06yiqf";
};
postPatch = ''