From 6319a7eeb6ac8013d29ff8a4d743488d18c6dd01 Mon Sep 17 00:00:00 2001 From: Alan Daniels Date: Thu, 24 Jul 2025 08:46:35 +1000 Subject: [PATCH] reflect laravel-ls version --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index d0668dd..6758b50 100644 --- a/default.nix +++ b/default.nix @@ -16,7 +16,7 @@ pkgs ? ( buildGoApplication { pname = "larvel-ls"; - version = "0.1"; + version = "0.0.9"; pwd = ./.; src = source; modules = ./gomod2nix.toml;