mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-19 05:03:46 +01:00
chore(pkg,nix): bump pesde version to v0.6.8-rc.8
This commit is contained in:
parent
665befd044
commit
6dda6c1133
3 changed files with 7 additions and 7 deletions
6
dev.nix
6
dev.nix
|
@ -107,9 +107,9 @@ pkgs.mkShell {
|
||||||
(fromGithubRelease {
|
(fromGithubRelease {
|
||||||
name = "pesde-pkg/pesde";
|
name = "pesde-pkg/pesde";
|
||||||
exeName = "pesde";
|
exeName = "pesde";
|
||||||
version = "v0.6.0-rc.4+registry.0.2.0-rc.1";
|
version = "v0.6.0-rc.8+registry.0.2.0-rc.3";
|
||||||
artifactName = "pesde-0.6.0-rc.4-linux-x86_64.zip";
|
artifactName = "pesde-0.6.0-rc.8-linux-x86_64.zip";
|
||||||
sha256 = "3aD2OGUUV4+ptWLTBHVDug9RDHicSM58YDcXCiYRSyY=";
|
sha256 = "xjY8yPTAD32xeQokHDSWBOiGALLxPOU89Xlxi2Jdnno=";
|
||||||
})
|
})
|
||||||
(fromPesdeManifest {
|
(fromPesdeManifest {
|
||||||
name = "JohnnyMorganz/luau-lsp";
|
name = "JohnnyMorganz/luau-lsp";
|
||||||
|
|
|
@ -104,14 +104,14 @@ resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||||
ref_ty = "pesde"
|
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"]
|
[graph."lukadev_0/result@1.2.0 lune"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||||
ref_ty = "pesde"
|
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"]
|
[graph."pesde/luau_lsp@1.39.0 lune"]
|
||||||
direct = ["luau-lsp", { name = "pesde/luau_lsp", version = "=1.39.0", target = "lune" }, "dev"]
|
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]
|
[graph."pesde/toolchainlib@0.1.12 lune".pkg_ref]
|
||||||
ref_ty = "pesde"
|
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]
|
[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"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -13,7 +13,7 @@ includes = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[engines]
|
[engines]
|
||||||
pesde = "=0.6.0-rc.6"
|
pesde = "=0.6.0-rc.8"
|
||||||
lune = "=0.8.9"
|
lune = "=0.8.9"
|
||||||
|
|
||||||
[scripts]
|
[scripts]
|
||||||
|
|
Loading…
Add table
Reference in a new issue