2022-12-12T07:43:38 cb2bib 2.0.0 -> 2.0.1 https://repology.org/metapackage/cb2bib/versions 2022-12-12T07:43:41 attrpath: cb2bib 2022-12-12T07:43:41 Checking auto update branch... 2022-12-12T07:43:41 No auto update branch exists 2022-12-12T07:43:45 [version] 2022-12-12T07:43:47 [version] updated version and sha256 2022-12-12T07:43:47 [rustCrateVersion] 2022-12-12T07:43:47 [rustCrateVersion] No cargoSha256 found 2022-12-12T07:43:47 [golangModuleVersion] 2022-12-12T07:43:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T07:43:47 [updateScript] 2022-12-12T07:43:47 [updateScript] skipping because derivation has no updateScript 2022-12-12T07:43:47 2022-12-12T07:43:47 [quotedUrls] 2022-12-12T07:43:47 [quotedUrls] nothing found to replace 2022-12-12T07:43:47 Diff after rewrites: diff --git a/pkgs/applications/office/cb2bib/default.nix b/pkgs/applications/office/cb2bib/default.nix index 331e6a7c3a2..d437919e2dd 100644 --- a/pkgs/applications/office/cb2bib/default.nix +++ b/pkgs/applications/office/cb2bib/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "cb2bib"; - version = "2.0.0"; + version = "2.0.1"; src = fetchurl { url = "https://www.molspaces.com/dl/progs/${pname}-${version}.tar.gz"; - sha256 = "0gv7cnxi84lr6d5y71pd67h0ilmf5c88j1jxgyn9dvj19smrv99h"; + sha256 = "sha256-c/XDIkV33KHW/83iOvznB2zkw/9dyrfV0lz3YVVi8Cc="; }; buildInputs = [ qtbase qtwebkit qtx11extras lzo libX11 ]; nativeBuildInputs = [ qmake wrapQtAppsHook ]; 2022-12-12T07:45:15 Received ExitFailure 1 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 cb2bib Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . cb2bib Standard output: warning: unknown setting 'experimental-features' error: Package ‘qtwebkit-5.212.0-alpha4’ in /var/cache/nixpkgs-update/worker/worktree/cb2bib/pkgs/development/libraries/qt-5/qtModule.nix:72 is marked as insecure, refusing to evaluate. Known issues: - QtWebkit upstream is unmaintained and receives no security updates, see https://blogs.gnome.org/mcatanzaro/2022/11/04/stop-using-qtwebkit/ 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 ‘qtwebkit-5.212.0-alpha4’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘qtwebkit-5.212.0-alpha4’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" ]; } (use '--show-trace' to show detailed location information)