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. 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.1 ============================================================================ # TOTAL: 20 # PASS: 19 # 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:1240: test-suite.log] Error 1 make[4]: Leaving directory '/build/netcdf-c-4.9.1/nczarr_test' make[3]: *** [Makefile:1348: check-TESTS] Error 2 make[3]: Leaving directory '/build/netcdf-c-4.9.1/nczarr_test' make[2]: *** [Makefile:1575: check-am] Error 2 make[2]: Leaving directory '/build/netcdf-c-4.9.1/nczarr_test' make[1]: *** [Makefile:1577: check] Error 2 make[1]: Leaving directory '/build/netcdf-c-4.9.1/nczarr_test' make: *** [Makefile:767: check-recursive] Error 1