2022-12-18T00:30:19 zls 0.9.0 -> 0.10.0 https://github.com/zigtools/zls/releases 2022-12-18T00:30:21 attrpath: zls 2022-12-18T00:30:21 Checking auto update branch... 2022-12-18T00:30:21 No auto update branch exists 2022-12-18T00:30:25 [version] 2022-12-18T00:30:30 [version] updated version and sha256 2022-12-18T00:30:30 [rustCrateVersion] 2022-12-18T00:30:30 [rustCrateVersion] No cargoSha256 found 2022-12-18T00:30:30 [golangModuleVersion] 2022-12-18T00:30:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-18T00:30:30 [updateScript] 2022-12-18T00:30:30 [updateScript] skipping because derivation has no updateScript 2022-12-18T00:30:30 2022-12-18T00:30:30 [quotedUrls] 2022-12-18T00:30:30 [quotedUrls] nothing found to replace 2022-12-18T00:30:30 Diff after rewrites: diff --git a/pkgs/development/tools/zls/default.nix b/pkgs/development/tools/zls/default.nix index 8cb041b90b2..fa3cecc1860 100644 --- a/pkgs/development/tools/zls/default.nix +++ b/pkgs/development/tools/zls/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "zls"; - version = "0.9.0"; + version = "0.10.0"; src = fetchFromGitHub { owner = "zigtools"; repo = pname; rev = version; - sha256 = "sha256-MVo21qNCZop/HXBqrPcosGbRY+W69KNCc1DfnH47GsI="; + sha256 = "sha256-M0GG4KIMcHN+bEprUv6ISZkWNvWN12S9vqSKP+DRU9M="; fetchSubmodules = true; }; 2022-12-18T00:32:13 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A zls nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/h3cj05h81rqqhdfxcz8l9wybv3vrnham-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building no Makefile, doing nothing @nix { "action": "setPhase", "phase": "installPhase" } installing LLVM Emit Object... Semantic Analysis... Semantic Analysis [79/172] Semantic Analysis [318/614] Semantic Analysis [526/1046] Semantic Analysis [821/1337] Semantic Analysis [911/1511] Semantic Analysis [911/1543] Semantic Analysis [970/1628] Semantic Analysis [975/1643] Semantic Analysis [975/1649] Semantic Analysis [975/1650] Semantic Analysis [1147/1765] Semantic Analysis [1366/1918] Semantic Analysis [1650/2308] Semantic Analysis [1861/2583] Semantic Analysis [2035/2679] ./build.zig:16:8: error: no member named 'use_stage1' in struct 'std.build.LibExeObjStep' exe.use_stage1 = true; ^