aws-workspaces 4.7.0.4312 -> 5.20.0.5165 https://repology.org/project/amazon-workspaces/versions attrpath: aws-workspaces 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/1cvh3f3a5nb6nlvl7f03r86k40zbz0iv-workspacesclient_5.20.0.5165_amd64.deb.drv building '/nix/store/1cvh3f3a5nb6nlvl7f03r86k40zbz0iv-workspacesclient_5.20.0.5165_amd64.deb.drv'... trying https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/workspacesclient_5.20.0.5165_amd64.deb % 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: 403 trying https://archive.org/download/workspacesclient_5.20.0.5165_amd64/workspacesclient_5.20.0.5165_amd64.deb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download workspacesclient_5.20.0.5165_amd64.deb from any mirror error: builder for '/nix/store/1cvh3f3a5nb6nlvl7f03r86k40zbz0iv-workspacesclient_5.20.0.5165_amd64.deb.drv' failed with exit code 1; last 13 log lines: > > trying https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/workspacesclient_5.20.0.5165_amd64.deb > % 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: 403 > > trying https://archive.org/download/workspacesclient_5.20.0.5165_amd64/workspacesclient_5.20.0.5165_amd64.deb > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download workspacesclient_5.20.0.5165_amd64.deb from any mirror For full logs, run 'nix log /nix/store/1cvh3f3a5nb6nlvl7f03r86k40zbz0iv-workspacesclient_5.20.0.5165_amd64.deb.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'aws-workspaces.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 'aws-workspaces-5.20.0.5165' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/aws-workspaces/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'buildInputs' of derivation 'aws-workspaces-5.20.0.5165' at /var/cache/nixpkgs-update/worker/worktree/aws-workspaces/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 ‘openssl-1.1.1w’ in /var/cache/nixpkgs-update/worker/worktree/aws-workspaces/pkgs/development/libraries/openssl/default.nix:224 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.11 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: 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 ‘openssl-1.1.1w’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1w" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘openssl-1.1.1w’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "openssl-1.1.1w" ]; }