2022-11-27T17:42:11 zls 0.9.0 -> 0.10.0 https://github.com/zigtools/zls/releases 2022-11-27T17:42:13 attrpath: zls 2022-11-27T17:42:13 Checking auto update branch... 2022-11-27T17:42:13 No auto update branch exists 2022-11-27T17:42:17 [version] 2022-11-27T17:42:22 [version] updated version and sha256 2022-11-27T17:42:22 [rustCrateVersion] 2022-11-27T17:42:22 [rustCrateVersion] No cargoSha256 found 2022-11-27T17:42:22 [golangModuleVersion] 2022-11-27T17:42:22 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-27T17:42:22 [updateScript] 2022-11-27T17:42:22 [updateScript] skipping because derivation has no updateScript 2022-11-27T17:42:22 2022-11-27T17:42:22 [quotedUrls] 2022-11-27T17:42:23 [quotedUrls] nothing found to replace 2022-11-27T17:42:23 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-27T17:44:04 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/173] Semantic Analysis [322/620] Semantic Analysis [576/1076] Semantic Analysis [831/1344] 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 [1177/1805] Semantic Analysis [1406/1946] Semantic Analysis [1674/2357] Semantic Analysis [1878/2605] ./build.zig:16:8: error: no member named 'use_stage1' in struct 'std.build.LibExeObjStep' exe.use_stage1 = true; ^