netcdf 4.9.0 -> 4.9.1 https://repology.org/metapackage/netcdf/versions attrpath: netcdf 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/development/libraries/netcdf/default.nix b/pkgs/development/libraries/netcdf/default.nix index 188dd586797..e0771952ad9 100644 --- a/pkgs/development/libraries/netcdf/default.nix +++ b/pkgs/development/libraries/netcdf/default.nix @@ -11,11 +11,11 @@ let inherit (hdf5) mpiSupport mpi; in stdenv.mkDerivation rec { pname = "netcdf" + lib.optionalString mpiSupport "-mpi"; - version = "4.9.0"; + version = "4.9.1"; src = fetchurl { url = "https://downloads.unidata.ucar.edu/netcdf-c/${version}/netcdf-c-${version}.tar.gz"; - hash = "sha256-TJVgIrecCOXhTu6N9RsTwo5hIcK35/qtwhs3WUlAC0k="; + hash = "sha256-VG4MelG/9lK/VwUKWo5PD2mhyidfyrKkHdOplL0PLXM="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A netcdf nix build failed. 197 | H5FD_http_lock, /* lock */ | ^~~~~~~~~~~~~~ H5FDhttp.c:197:5: note: (near initialization for 'H5FD_http_g.read_vector') H5FDhttp.c:198:5: warning: initialization of 'herr_t (*)(H5FD_t *, hid_t, uint32_t, H5FD_mem_t *, haddr_t *, size_t *, const void **)' {aka 'int (*)(H5FD_t *, long int, unsigned int, enum H5F_mem_t *, long unsigned int *, long unsigned int *, const void **)'} from incompatible pointer type 'herr_t (*)(H5FD_t *)' {aka 'int (*)(H5FD_t *)'} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;] 198 | H5FD_http_unlock, /* unlock */ | ^~~~~~~~~~~~~~~~ H5FDhttp.c:198:5: note: (near initialization for 'H5FD_http_g.write_vector') H5FDhttp.c:199:5: warning: braces around scalar initializer 199 | H5FD_FLMAP_DICHOTOMY /* fl_map */ | ^~~~~~~~~~~~~~~~~~~~ H5FDhttp.c:199:5: note: (near initialization for 'H5FD_http_g.read_selection') H5FDhttp.c:199:5: warning: initialization of 'herr_t (*)(H5FD_t *, H5FD_mem_t, hid_t, size_t, hid_t *, hid_t *, haddr_t *, size_t *, void **)' {aka 'int (*)(H5FD_t *, enum H5F_mem_t, long int, long unsigned int, long int *, long int *, long unsigned int *, long unsigned int *, void **)'} from 'int' makes pointer from integer without a cast []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-conversion-Wint-conversion]8;;] H5FDhttp.c:199:5: note: (near initialization for 'H5FD_http_g.read_selection') H5FDhttp.c:199:5: warning: excess elements in scalar initializer H5FDhttp.c:199:5: note: (near initialization for 'H5FD_http_g.read_selection') H5FDhttp.c:199:5: warning: excess elements in scalar initializer H5FDhttp.c:199:5: note: (near initialization for 'H5FD_http_g.read_selection') H5FDhttp.c:199:5: warning: excess elements in scalar initializer H5FDhttp.c:199:5: note: (near initialization for 'H5FD_http_g.read_selection') H5FDhttp.c:199:5: warning: excess elements in scalar initializer H5FDhttp.c:199:5: note: (near initialization for 'H5FD_http_g.read_selection') H5FDhttp.c:199:5: warning: excess elements in scalar initializer H5FDhttp.c:199:5: note: (near initialization for 'H5FD_http_g.read_selection') H5FDhttp.c:199:5: warning: excess elements in scalar initializer H5FDhttp.c:199:5: note: (near initialization for 'H5FD_http_g.read_selection') make[2]: *** [Makefile:721: libnchdf5_la-H5FDhttp.lo] Error 1 make[2]: Leaving directory '/build/netcdf-c-4.9.1/libhdf5' make[1]: *** [Makefile:767: all-recursive] Error 1 make[1]: Leaving directory '/build/netcdf-c-4.9.1' make: *** [Makefile:612: all] Error 2