netcdf 4.9.0 -> 4.9.2 https://repology.org/project/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 ed869275c9d..da9ed836faa 100644 --- a/pkgs/development/libraries/netcdf/default.nix +++ b/pkgs/development/libraries/netcdf/default.nix @@ -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 = '' 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. FAIL: run_specific_filters.sh ============================= ../test-driver: line 112: ./run_specific_filters.sh: cannot execute: required file not found FAIL run_specific_filters.sh (exit status: 127) ============================================================================ Testsuite summary for netCDF 4.9.2 ============================================================================ # TOTAL: 21 # PASS: 20 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See nczarr_test/test-suite.log Please report to support-netcdf@unidata.ucar.edu ============================================================================ make[4]: *** [Makefile:1242: test-suite.log] Error 1 make[4]: Leaving directory '/build/netcdf-c-4.9.2/nczarr_test' make[3]: *** [Makefile:1350: check-TESTS] Error 2 make[3]: Leaving directory '/build/netcdf-c-4.9.2/nczarr_test' make[2]: *** [Makefile:1577: check-am] Error 2 make[2]: Leaving directory '/build/netcdf-c-4.9.2/nczarr_test' make[1]: *** [Makefile:1579: check] Error 2 make[1]: Leaving directory '/build/netcdf-c-4.9.2/nczarr_test' make: *** [Makefile:769: check-recursive] Error 1