mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-02 22:00:53 +01:00
chore(nix): use actually correct sha256 for luau-lsp
This commit is contained in:
parent
f568a8a869
commit
d2d0e258f2
1 changed files with 1 additions and 1 deletions
2
dev.nix
2
dev.nix
|
@ -129,7 +129,7 @@ pkgs.mkShell {
|
|||
name = "JohnnyMorganz/StyLua";
|
||||
exeName = "stylua";
|
||||
artifactName = "stylua-linux-x86_64.zip";
|
||||
sha256 = "kqse5GN7Vtv8uhsybN5h21wjfEXsMK5jTePn/D3eIrY=";
|
||||
sha256 = "nzMJELcyczbCkbWPEAhIqESd90CseTYJs19+KA09OiI=";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue