bruno 0 -> 1 attrpath: bruno Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - bruno-1.6.1 Press Enter key to continue... Running update for: - bruno-1.6.1: UPDATING ... - bruno-1.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/br/bruno/package.nix b/pkgs/by-name/br/bruno/package.nix index 15bbceb35d22..045a2f29da4e 100644 --- a/pkgs/by-name/br/bruno/package.nix +++ b/pkgs/by-name/br/bruno/package.nix @@ -18,20 +18,20 @@ buildNpmPackage rec { pname = "bruno"; - version = "1.6.1"; + version = "1.7.1"; src = fetchFromGitHub { owner = "usebruno"; repo = "bruno"; rev = "v${version}"; - hash = "sha256-Vf4UHN13eE9W4rekOEGAWIP3x79cVH3vI9sxuIscv8c="; + hash = "sha256-coXLdeM8Fs2C1jk8V59IIdYXIO8j/wDZ6ExNlyA9wjQ="; postFetch = '' ${lib.getExe npm-lockfile-fix} $out/package-lock.json ''; }; - npmDepsHash = "sha256-pfV9omdJiozJ9VotTImfM/DRsBPNGAEzmSdj3/C//4A="; + npmDepsHash = "sha256-AOtacxpO6H3L3jj5GV283yFoPG4BFUWwmJL+F6/CwWE="; nativeBuildInputs = [ (writeShellScriptBin "phantomjs" "echo 2.1.1") No auto update branch exists 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 bruno nix build failed. @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'scripts/build-electron.sh') Executing npmConfigHook Configuring npm Validating consistency between /build/source/package-lock.json and /nix/store/mfxxpqm0i1z6jmfsj0myaqk9b4sg5myf-bruno-1.7.1-npm-deps/package-lock.json Installing dependencies npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @usebruno/js@0.10.1 npm WARN Found: @n8n/vm2@undefined npm WARN node_modules/@n8n/vm2 npm WARN npm WARN Could not resolve dependency: npm WARN peer @n8n/vm2@"^3.9.23" from @usebruno/js@0.10.1 npm WARN packages/bruno-js npm WARN @usebruno/js@0.10.1 npm WARN node_modules/@usebruno/js npm ERR! code ENOTCACHED npm ERR! request to https://registry.npmjs.org/@n8n%2fvm2 failed: cache mode is 'only-if-cached' but no cached response is available.  npm ERR! Log files were not written due to an error writing to the directory: /nix/store/mfxxpqm0i1z6jmfsj0myaqk9b4sg5myf-bruno-1.7.1-npm-deps/_logs npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal  ERROR: npm failed to install dependencies Here are a few things you can try, depending on the error: 1. Set `makeCacheWritable = true` Note that this won't help if npm is complaining about not being able to write to the logs directory -- look above that for the actual error. 2. Set `npmFlags = [ "--legacy-peer-deps" ]`