From c25bfc875431e16953318461bdfa38376fe86d22 Mon Sep 17 00:00:00 2001 From: Techatrix Date: Thu, 19 Dec 2024 23:32:55 +0100 Subject: [PATCH] update update zigtools/zig-lsp-codegen --- build.zig.zon | 4 ++-- deps.nix | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index d3ecc1eee..e99f9f460 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -20,8 +20,8 @@ .hash = "1220102cb2c669d82184fb1dc5380193d37d68b54e8d75b76b2d155b9af7d7e2e76d", }, .@"lsp-codegen" = .{ - .url = "https://github.com/zigtools/zig-lsp-codegen/archive/6b34887189def7c859307f4a9fc436bc5f2f04c9.tar.gz", - .hash = "122054fe123b819c1cca154f0f89dd799832a639d432287a2371499bcaf7b9dcb7a0", + .url = "https://github.com/zigtools/zig-lsp-codegen/archive/25b7b6676e00edb803c2b8398821b70f0f827c92.tar.gz", + .hash = "1220da2b6693fe17fa8c856c507a763a4ee379648ae657ff88271ace38c61daf7d6d", }, .tracy = .{ .url = "https://github.com/wolfpld/tracy/archive/refs/tags/v0.11.1.tar.gz", diff --git a/deps.nix b/deps.nix index ded99279c..9d8b291b1 100644 --- a/deps.nix +++ b/deps.nix @@ -60,11 +60,11 @@ in linkFarm name [ }; } { - name = "122054fe123b819c1cca154f0f89dd799832a639d432287a2371499bcaf7b9dcb7a0"; + name = "1220da2b6693fe17fa8c856c507a763a4ee379648ae657ff88271ace38c61daf7d6d"; path = fetchZigArtifact { name = "lsp-codegen"; - url = "https://github.com/zigtools/zig-lsp-codegen/archive/6b34887189def7c859307f4a9fc436bc5f2f04c9.tar.gz"; - hash = "sha256-Q1Lm0YornfymWeryFdKe0AXsOJxhxHH72U1IcMxiVtA="; + url = "https://github.com/zigtools/zig-lsp-codegen/archive/25b7b6676e00edb803c2b8398821b70f0f827c92.tar.gz"; + hash = "sha256-6arY6DILaK+C9SY/6uMOBNUDQ0W0+zAA/WRcNg08FH8="; }; } {