rabbitmq-java-client 3.3.4 -> 5.20.0 https://repology.org/project/rabbitmq-java-client/versions attrpath: rabbitmq-java-client Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/whpba6mzxypbszl4p5p9lzqbhvkgkl0g-rabbitmq-java-client-5.20.0.tar.gz.drv building '/nix/store/whpba6mzxypbszl4p5p9lzqbhvkgkl0g-rabbitmq-java-client-5.20.0.tar.gz.drv'... trying https://www.rabbitmq.com/releases/rabbitmq-java-client/v5.20.0/rabbitmq-java-client-5.20.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download rabbitmq-java-client-5.20.0.tar.gz from any mirror error: builder for '/nix/store/whpba6mzxypbszl4p5p9lzqbhvkgkl0g-rabbitmq-java-client-5.20.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.rabbitmq.com/releases/rabbitmq-java-client/v5.20.0/rabbitmq-java-client-5.20.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download rabbitmq-java-client-5.20.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/whpba6mzxypbszl4p5p9lzqbhvkgkl0g-rabbitmq-java-client-5.20.0.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'rabbitmq-java-client.originalSrc' not found stderr did not split as expected full stderr was: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'rabbitmq-java-client-5.20.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/rabbitmq-java-client/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'buildInputs' of derivation 'rabbitmq-java-client-5.20.0' at /var/cache/nixpkgs-update/worker/worktree/rabbitmq-java-client/pkgs/stdenv/generic/make-derivation.nix:378:7: 377| depsHostHost = elemAt (elemAt dependencies 1) 0; 378| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 379| depsTargetTarget = elemAt (elemAt dependencies 2) 0; error: Package ‘python-2.7.18.7’ in /var/cache/nixpkgs-update/worker/worktree/rabbitmq-java-client/pkgs/development/interpreters/python/cpython/2.7/default.nix:335 is marked as insecure, refusing to evaluate. Known issues: - Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/. 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: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘python-2.7.18.7’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "python-2.7.18.7" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘python-2.7.18.7’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "python-2.7.18.7" ]; }