zls 0.9.0 -> 0.10.0 https://github.com/zigtools/zls/releases attrpath: zls Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace 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; }; 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 zls nix build failed. got build log for 'zls' from 'daemon' @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 [238/576] Semantic Analysis [475/1025] Semantic Analysis [798/1311] Semantic Analysis [911/1507] Semantic Analysis [911/1540] Semantic Analysis [968/1618] Semantic Analysis [975/1641] Semantic Analysis [975/1645] Semantic Analysis [975/1650] Semantic Analysis [975/1650] Semantic Analysis [1198/1826] Semantic Analysis [1439/1964] Semantic Analysis [1680/2389] Semantic Analysis [1880/2606] ./build.zig:16:8: error: no member named 'use_stage1' in struct 'std.build.LibExeObjStep' exe.use_stage1 = true; ^