netcdfcxx4: 4.2.1 -> 4.3.0

+2 -2
+2 -2
pkgs/development/libraries/netcdf-cxx4/default.nix
··· 1 1 { stdenv, fetchurl, netcdf, hdf5, curl }: 2 2 stdenv.mkDerivation rec { 3 3 name = "netcdf-cxx4-${version}"; 4 - version = "4.2.1"; 4 + version = "4.3.0"; 5 5 6 6 src = fetchurl { 7 7 url = "https://github.com/Unidata/netcdf-cxx4/archive/v${version}.tar.gz"; 8 - sha256 = "1g0fsmz59dnjib4a7r899lm99j3z6yxsw10c0wlihclzr6znmmds"; 8 + sha256 = "13zi8cbk18gggx1c12a580wdsbl714lw68a1wg7c86x0sybirni5"; 9 9 }; 10 10 11 11 buildInputs = [ netcdf hdf5 curl ];