R 4.2.3 -> 4.3.0 https://repology.org/project/r/versions attrpath: R 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/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix index 429f9d767d7..8cdf5d0b413 100644 --- a/pkgs/applications/science/math/R/default.nix +++ b/pkgs/applications/science/math/R/default.nix @@ -15,13 +15,13 @@ assert (!blas.isILP64) && (!lapack.isILP64); stdenv.mkDerivation (finalAttrs: { pname = "R"; - version = "4.2.3"; + version = "4.3.0"; src = let inherit (finalAttrs) pname version; in fetchurl { url = "https://cran.r-project.org/src/base/R-${lib.versions.major version}/${pname}-${version}.tar.gz"; - sha256 = "sha256-VeSpptQ74xTiwD0CZqb6VESv3OULMDv8O4Kzl5UW4HQ="; + sha256 = "sha256-RdzEi2zyfTYQIPd/3ho5IJ6Ze4FAKzZjyhwBAFampgk="; }; dontUseImakeConfigure = true; 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 R nix build failed. checking for dlsym... yes checking whether dladdr is declared... yes checking whether dlsym is declared... yes checking whether RTLD_DEFAULT is declared... yes checking whether RTLD_NEXT is declared... yes checking for thread.h... no checking whether thr_stksegment exists and is declared... no checking for isnan... yes checking whether isfinite is declared... yes checking whether isnan is declared... yes checking whether you have IEEE 754 floating-point arithmetic... yes checking whether putenv("FOO") can unset an environment variable... yes checking whether putenv("FOO=") can unset an environment variable... no checking for nl_langinfo and CODESET... yes checking for mkdtemp... yes checking for strdup... yes checking for strncasecmp... yes checking whether mkdtemp is declared... yes checking whether strdup is declared... yes checking whether strncasecmp is declared... yes checking for library containing connect... none required checking for library containing gethostbyname... none required checking for library containing xdr_string... no checking for working calloc... yes checking for working isfinite... yes checking for working log1p... yes checking whether ftell works correctly on files opened for append... yes checking for working sigaction... yes checking whether mktime, gmtime, localtime work correctly in 2020... no configure: error: date-time conversions do not work in 2020 -- is tzdata installed?