erlang-ls 0.48.0 -> 0.49.0 https://github.com/erlang-ls/erlang_ls/releases attrpath: erlang-ls Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - erlang-ls-0.48.0 Press Enter key to continue... Running update for: - erlang-ls-0.48.0: UPDATING ... - erlang-ls-0.48.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/beam-modules/erlang-ls/default.nix b/pkgs/development/beam-modules/erlang-ls/default.nix index 04d6fc36176f..78c345abd58b 100644 --- a/pkgs/development/beam-modules/erlang-ls/default.nix +++ b/pkgs/development/beam-modules/erlang-ls/default.nix @@ -1,7 +1,7 @@ { fetchFromGitHub, fetchgit, fetchHex, rebar3Relx, buildRebar3, rebar3-proper , stdenv, writeScript, lib, erlang }: let - version = "0.48.0"; + version = "0.49.0"; owner = "erlang-ls"; repo = "erlang_ls"; deps = import ./rebar-deps.nix { @@ -24,7 +24,7 @@ rebar3Relx { inherit version; src = fetchFromGitHub { inherit owner repo; - sha256 = "sha256-QwsN/P2FBuhIS/vRlrdvokQS6G77kkZ2Rg5rwNc36Jg="; + sha256 = "sha256-ypII8QITVhD77czEBxqojMUY40kis6sWwQCroCLq9V8="; rev = version; }; releaseType = "escript"; An auto update branch exists with message `erlang-ls: 0.48.0 -> 0.48.1-test3`. New version is 0.49.0. The auto update branch does not match or exceed the new version. 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 erlang-ls nix build failed. {ref,"master"}}}. Run rebar3 with DEBUG=1 set to see errors. Ignoring deps... ===> Analyzing applications... ===> Compiling els_core ===> Compiling els_lsp ===> Compiling erlang_ls ===> Getting log of git repo failed in /build/source/apps/els_lsp. Falling back to version 0.0.0 ===> Getting log of git repo failed in /build/source. Falling back to version 0.0.0 ===> Testing prop_statem:prop_main() .................................................................................................... OK: Passed 100 test(s).  27% {prop_statem,connect,0} 18% {prop_statem,initialize,2} 17% {prop_statem,disconnect,0} 5% {prop_statem,did_close,1} 5% {prop_statem,initialized,0} 5% {prop_statem,did_save,1} 4% {prop_statem,did_open,4} 4% {prop_statem,shutdown,0} 3% {prop_statem,'$_cancelrequest',1} 2% {prop_statem,'$_unexpectedrequest',0} 2% {prop_statem,exit,0} 1% {prop_statem,'$_settracenotification',0} ===> 1/1 properties passed checkPhase completed in 2 minutes 26 seconds @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase cp: cannot stat '_build/dap/bin/els_dap': No such file or directory