cassandra 0 -> 1 attrpath: cassandra 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/l6nrmnikzwiz3jv2ji0qpcdv1b1rb014-update-cassandra_3_11.drv /nix/store/zk35is96z8k4jyg7rdblcfcz1k28gnp2-packages.json.drv building '/nix/store/l6nrmnikzwiz3jv2ji0qpcdv1b1rb014-update-cassandra_3_11.drv'... building '/nix/store/zk35is96z8k4jyg7rdblcfcz1k28gnp2-packages.json.drv'... Going to be running update for following packages: - cassandra-3.11.12 Press Enter key to continue... Running update for: - cassandra-3.11.12: UPDATING ... - cassandra-3.11.12: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/nosql/cassandra/3.11.json b/pkgs/servers/nosql/cassandra/3.11.json index e47f78b7baf..5d8c33c4d45 100644 --- a/pkgs/servers/nosql/cassandra/3.11.json +++ b/pkgs/servers/nosql/cassandra/3.11.json @@ -1,4 +1,4 @@ { - "version": "3.11.12", - "sha256": "16j58l7r47qrfh8q7fm92y935ykgvnbj3qn984c42qda15x92hkw" + "version": "3.11.14", + "sha256": "0j6630090m581g47i395b1xj6m4y3r1j20p6r3awbhwxxlma747m" } 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 cassandra Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix log -f . cassandra Standard output: error: Package ‘python-2.7.18.6’ in /var/cache/nixpkgs-update/worker/worktree/cassandra/pkgs/development/interpreters/python/cpython/2.7/default.nix:332 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: 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 ‘python-2.7.18.6’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "python-2.7.18.6" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘python-2.7.18.6’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "python-2.7.18.6" ]; } (use '--show-trace' to show detailed location information)