From f568a8a86984664d3a2354c879fd78cef8ab8efe Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 26 Feb 2025 12:30:04 +0000 Subject: [PATCH] chore(nix): update `luau-lsp` sha256 hash --- dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.nix b/dev.nix index d09186d..bf36ceb 100644 --- a/dev.nix +++ b/dev.nix @@ -129,7 +129,7 @@ pkgs.mkShell { name = "JohnnyMorganz/StyLua"; exeName = "stylua"; artifactName = "stylua-linux-x86_64.zip"; - sha256 = "nzMJELcyczbCkbWPEAhIqESd90CseTYJs19+KA09OiI="; + sha256 = "kqse5GN7Vtv8uhsybN5h21wjfEXsMK5jTePn/D3eIrY="; }) ];