2022-11-30T14:17:04 zls 0.9.0 -> 0.10.0 https://github.com/zigtools/zls/releases 2022-11-30T14:17:06 attrpath: zls 2022-11-30T14:17:06 Checking auto update branch... 2022-11-30T14:17:06 No auto update branch exists 2022-11-30T14:17:10 [version] 2022-11-30T14:17:15 [version] updated version and sha256 2022-11-30T14:17:15 [rustCrateVersion] 2022-11-30T14:17:15 [rustCrateVersion] No cargoSha256 found 2022-11-30T14:17:15 [golangModuleVersion] 2022-11-30T14:17:15 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-30T14:17:15 [updateScript] 2022-11-30T14:17:15 [updateScript] skipping because derivation has no updateScript 2022-11-30T14:17:15 2022-11-30T14:17:15 [quotedUrls] 2022-11-30T14:17:15 [quotedUrls] nothing found to replace 2022-11-30T14:17:15 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-11-30T14:18:54 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/615] Semantic Analysis [528/1048] Semantic Analysis [823/1338] 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 [1171/1798] Semantic Analysis [1385/1925] Semantic Analysis [1663/2319] Semantic Analysis [1869/2595] Semantic Analysis [2198/2701] ./build.zig:16:8: error: no member named 'use_stage1' in struct 'std.build.LibExeObjStep' exe.use_stage1 = true; ^