libvmi 0.12.0 -> 0.14.0 https://github.com/libvmi/libvmi/releases attrpath: libvmi Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/libvmi/default.nix b/pkgs/development/libraries/libvmi/default.nix index 265e19a1ae77..1eae1b4bf273 100644 --- a/pkgs/development/libraries/libvmi/default.nix +++ b/pkgs/development/libraries/libvmi/default.nix @@ -12,14 +12,14 @@ stdenv.mkDerivation rec { pname = "libvmi"; - version = "0.12.0"; + version = "0.14.0"; libVersion = "0.0.12"; src = fetchFromGitHub { owner = "libvmi"; repo = "libvmi"; rev = "v${version}"; - sha256 = "0wbi2nasb1gbci6cq23g6kq7i10rwi1y7r44rl03icr5prqjpdyv"; + sha256 = "sha256-n0SLRFBpghsEIB9erCz7tUkuW1CaJ1Ueha4FRvtSROE="; }; buildInputs = [ glib libvirt json_c ] ++ (lib.optional xenSupport xen); Received ExitFailure 1 when running Raw command: /nix/store/nsb8wr2cpwfpl0kvi8isx25gd59s2dnk-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libvmi Received ExitFailure 1 when running Raw command: /nix/store/nsb8wr2cpwfpl0kvi8isx25gd59s2dnk-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . libvmi Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'libvmi-0.14.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/libvmi/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'buildInputs' of derivation 'libvmi-0.14.0' at /var/cache/nixpkgs-update/worker/worktree/libvmi/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 ‘xen-4.15.1’ in /var/cache/nixpkgs-update/worker/worktree/libvmi/pkgs/applications/virtualization/xen/generic.nix:240 is marked as insecure, refusing to evaluate. Known issues: - CVE-2022-42332 - CVE-2022-42333 - CVE-2022-42334 - CVE-2022-42331 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 ‘xen-4.15.1’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "xen-4.15.1" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘xen-4.15.1’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "xen-4.15.1" ]; }