2022-12-25T12:32:08 opera 90.0.4480.84 -> 94.0.4606.38 https://repology.org/metapackage/opera/versions 2022-12-25T12:32:10 attrpath: opera 2022-12-25T12:32:10 Checking auto update branch... 2022-12-25T12:32:10 An auto update branch exists with message `opera: 90.0.4480.84 -> 91.0.4516.20`. New version is 94.0.4606.38. 2022-12-25T12:32:10 The auto update branch does not match or exceed the new version. 2022-12-25T12:32:14 [version] 2022-12-25T12:32:19 [version] updated version and sha256 2022-12-25T12:32:19 [rustCrateVersion] 2022-12-25T12:32:19 [rustCrateVersion] No cargoSha256 found 2022-12-25T12:32:19 [golangModuleVersion] 2022-12-25T12:32:19 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-25T12:32:19 [updateScript] 2022-12-25T12:32:19 [updateScript] skipping because derivation has no updateScript 2022-12-25T12:32:19 2022-12-25T12:32:19 [quotedUrls] 2022-12-25T12:32:19 [quotedUrls] nothing found to replace 2022-12-25T12:32:19 Diff after rewrites: diff --git a/pkgs/applications/networking/browsers/opera/default.nix b/pkgs/applications/networking/browsers/opera/default.nix index 92afe2f4baa..d8df8da3003 100644 --- a/pkgs/applications/networking/browsers/opera/default.nix +++ b/pkgs/applications/networking/browsers/opera/default.nix @@ -50,11 +50,11 @@ let in stdenv.mkDerivation rec { pname = "opera"; - version = "90.0.4480.84"; + version = "94.0.4606.38"; src = fetchurl { url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb"; - sha256 = "sha256-GMcBTY3Ab8lYWv1IPdCeKPZwbY19NPHYmK7ATzvq0cg="; + sha256 = "sha256-lZ5xDgYCKoRWiaau6qz92bxr6TcJhzdWQ8XHTLYYQnM="; }; unpackCmd = "${dpkg}/bin/dpkg-deb -x $curSrc ."; 2022-12-25T12:33:58 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A opera Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . opera Standard output: warning: unknown setting 'experimental-features' error: Package ‘opera-94.0.4606.38’ in /var/cache/nixpkgs-update/worker/worktree/opera/pkgs/applications/networking/browsers/opera/default.nix:127 has an unfree license (‘unfree’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=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 set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "opera" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)