chore(pkg,nix): bump pesde version to v0.6.8-rc.8

This commit is contained in:
Erica Marigold 2025-02-18 08:47:35 +00:00
parent 665befd044
commit 6dda6c1133
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw
3 changed files with 7 additions and 7 deletions

View file

@ -107,9 +107,9 @@ pkgs.mkShell {
(fromGithubRelease {
name = "pesde-pkg/pesde";
exeName = "pesde";
version = "v0.6.0-rc.4+registry.0.2.0-rc.1";
artifactName = "pesde-0.6.0-rc.4-linux-x86_64.zip";
sha256 = "3aD2OGUUV4+ptWLTBHVDug9RDHicSM58YDcXCiYRSyY=";
version = "v0.6.0-rc.8+registry.0.2.0-rc.3";
artifactName = "pesde-0.6.0-rc.8-linux-x86_64.zip";
sha256 = "xjY8yPTAD32xeQokHDSWBOiGALLxPOU89Xlxi2Jdnno=";
})
(fromPesdeManifest {
name = "JohnnyMorganz/luau-lsp";

View file

@ -104,14 +104,14 @@ resolved_ty = "standard"
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
ref_ty = "pesde"
index_url = "https://github.com/pesde-pkg/index"
index_url = "https://github.com/daimond113/pesde-index"
[graph."lukadev_0/result@1.2.0 lune"]
resolved_ty = "standard"
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
ref_ty = "pesde"
index_url = "https://github.com/pesde-pkg/index"
index_url = "https://github.com/daimond113/pesde-index"
[graph."pesde/luau_lsp@1.39.0 lune"]
direct = ["luau-lsp", { name = "pesde/luau_lsp", version = "=1.39.0", target = "lune" }, "dev"]
@ -161,7 +161,7 @@ resolved_ty = "standard"
[graph."pesde/toolchainlib@0.1.12 lune".pkg_ref]
ref_ty = "pesde"
index_url = "https://github.com/pesde-pkg/index"
index_url = "https://github.com/daimond113/pesde-index"
[graph."pesde/toolchainlib@0.1.12 lune".pkg_ref.dependencies]
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]

View file

@ -13,7 +13,7 @@ includes = [
]
[engines]
pesde = "=0.6.0-rc.6"
pesde = "=0.6.0-rc.8"
lune = "=0.8.9"
[scripts]