luxcorerender 2.4 -> 2.6 https://repology.org/project/luxcorerender/versions attrpath: luxcorerender 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/graphics/luxcorerender/default.nix b/pkgs/tools/graphics/luxcorerender/default.nix index 44ba46895fe..aa950a22df4 100644 --- a/pkgs/tools/graphics/luxcorerender/default.nix +++ b/pkgs/tools/graphics/luxcorerender/default.nix @@ -19,13 +19,13 @@ let in stdenv.mkDerivation rec { pname = "luxcorerender"; - version = "2.4"; + version = "2.6"; src = fetchFromGitHub { owner = "LuxCoreRender"; repo = "LuxCore"; rev = "luxcorerender_v${version}"; - sha256 = "0xvivw79719fa1q762b76nyvzawfd3hmp8y5j04bax8a7f8mfa9k"; + sha256 = "sha256-f+9TOIVQLUq+RmwBg0Zpg2mSKwE6RDBLuVO5wA14jiI="; }; nativeBuildInputs = [ pkg-config cmake flex bison doxygen wrapGAppsHook ]; 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 luxcorerender Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix log -f . luxcorerender Standard output: error: Package ‘openimageio-1.8.17’ in /var/cache/nixpkgs-update/worker/worktree/luxcorerender/pkgs/development/libraries/openimageio/1.x.nix:43 is marked as insecure, refusing to evaluate. Known issues: - CVE-2022-36354 - CVE-2022-38143 - CVE-2022-41639 - CVE-2022-41649 - CVE-2022-41684 - CVE-2022-41794 - CVE-2022-41837 - CVE-2022-41838 - CVE-2022-41977 - CVE-2022-41981 - CVE-2022-41988 - CVE-2022-41999 - CVE-2022-43592 - CVE-2022-43593 - CVE-2022-43594 - CVE-2022-43595 - CVE-2022-43596 - CVE-2022-43597 - CVE-2022-43598 - CVE-2022-43599 - CVE-2022-43600 - CVE-2022-43601 - CVE-2022-43602 - CVE-2022-43603 - CVE-2023-22845 - CVE-2023-24472 - CVE-2023-24473 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 ‘openimageio-1.8.17’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "openimageio-1.8.17" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘openimageio-1.8.17’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "openimageio-1.8.17" ]; } (use '--show-trace' to show detailed location information)