zls: 0.15.0 -> 0.15.1 (#467999)

This commit is contained in:
Jared Baur
2025-12-05 05:07:08 +00:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -46,14 +46,14 @@ lib.mapAttrs (_: extension: stdenv.mkDerivation (lib.extends common extension))
};
zls_0_15 = finalAttrs: {
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "zigtools";
repo = "zls";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-GFzSHUljcxy7sM1PaabbkQUdUnLwpherekPWJFxXtnk=";
hash = "sha256-6IkRtQkn+qUHDz00QvCV/rb2yuF6xWEXug41CD8LLw8=";
};
nativeBuildInputs = [ zig_0_15.hook ];
-1
View File
@@ -1,5 +1,4 @@
# generated by zon2nix (https://github.com/nix-community/zon2nix)
# manually removed tracy as instructed here: https://github.com/zigtools/zls/blob/ce6c8f02c78e622421cfc2405c67c5222819ec03/build.zig.zon#L9-L13
{ linkFarm, fetchzip }: