erlangR23 23.3.4.18 -> 25.3.2.5 https://github.com/erlang/otp/releases attrpath: erlangR23 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/4c5x74mw65ql7v2hkcw1a34vjqz96n19-update.sh.drv /nix/store/1j56wclk0ri1wxwzi29rdh201n2xshi6-packages.json.drv building '/nix/store/4c5x74mw65ql7v2hkcw1a34vjqz96n19-update.sh.drv'... building '/nix/store/1j56wclk0ri1wxwzi29rdh201n2xshi6-packages.json.drv'... Going to be running update for following packages: - erlang-23.3.4.18 Press Enter key to continue... Running update for: - erlang-23.3.4.18: UPDATING ... - erlang-23.3.4.18: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/interpreters/erlang/23.nix b/pkgs/development/interpreters/erlang/23.nix index 89faebdde128..2e15d48dc647 100644 --- a/pkgs/development/interpreters/erlang/23.nix +++ b/pkgs/development/interpreters/erlang/23.nix @@ -1,6 +1,6 @@ { mkDerivation }: mkDerivation { - version = "23.3.4.18"; - sha256 = "sha256-sxNVu/52kOMFKQYPLi5uXnR1mYTF2KlHUo4T7kh0KoY="; + version = "23.3.4.19"; + sha256 = "sha256-qFNVLPNnBFYmbEEZKZXIevEPIfEMBYJa0sqfWjIgsd8="; } No auto update branch exists 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 erlangR23 Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix log -f . erlangR23 Standard output: error: Package ‘openssl-1.1.1v’ in /var/cache/nixpkgs-update/worker/worktree/erlangR23/pkgs/development/libraries/openssl/default.nix:222 is marked as insecure, refusing to evaluate. Known issues: - OpenSSL 1.1 is reaching its end of life on 2023/09/11 and cannot be supported through the NixOS 23.05 release cycle. https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/ You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) for `nixos-rebuild` you can add ‘openssl-1.1.1v’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1v" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘openssl-1.1.1v’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "openssl-1.1.1v" ]; } (use '--show-trace' to show detailed location information)