turbogit 3.1.1 -> 5.0.0 https://github.com/b4nst/turbogit/releases attrpath: turbogit Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-280OcGXZQJD4G6z0b2WnWAS+v7XVptyf2WnlPjG99/0=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'turbogit.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 'turbogit-5.0.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/turbogit/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'buildInputs' of derivation 'turbogit-5.0.0' at /var/cache/nixpkgs-update/worker/worktree/turbogit/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 ‘libgit2-1.3.0’ in /var/cache/nixpkgs-update/worker/worktree/turbogit/pkgs/development/libraries/libgit2/default.nix:76 is marked as insecure, refusing to evaluate. Known issues: - CVE-2024-24575 - CVE-2024-24577 - CVE-2022-29187 - CVE 2022-24765 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 ‘libgit2-1.3.0’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "libgit2-1.3.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘libgit2-1.3.0’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "libgit2-1.3.0" ]; }