chore(nix,pkg): bump and pin pesde to v0.6.0

This commit is contained in:
Erica Marigold 2025-02-22 19:23:35 +00:00
parent 5d123d0459
commit 9e63617c55
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw
3 changed files with 11 additions and 11 deletions

View file

@ -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.8+registry.0.2.0-rc.3"; version = "v0.6.0+registry.0.2.0";
artifactName = "pesde-0.6.0-rc.8-linux-x86_64.zip"; artifactName = "pesde-0.6.0-linux-x86_64.zip";
sha256 = "xjY8yPTAD32xeQokHDSWBOiGALLxPOU89Xlxi2Jdnno="; sha256 = "o93kqg7ykIL9bJjTPdGxmzd1xqwfCLjiGj26xF+I+ho=";
}) })
(fromGithubRelease { (fromGithubRelease {
name = "evaera/moonwave"; name = "evaera/moonwave";

View file

@ -2,18 +2,18 @@ name = "0x5eal/unzip"
version = "0.1.1" version = "0.1.1"
target = "luau" target = "luau"
[graph."0x5eal/unzip@0.1.0 luau"] [graph."0x5eal/unzip@0.1.1 luau"]
resolved_ty = "standard" resolved_ty = "standard"
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref] [graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
ref_ty = "pesde" ref_ty = "pesde"
index_url = "https://github.com/pesde-pkg/index" index_url = "https://github.com/pesde-pkg/index"
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies] [graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"] asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
[graph."corecii/greentea@0.4.11 lune"] [graph."corecii/greentea@0.4.11 lune"]
resolved_ty = "standard" resolved_ty = "standard"
@ -153,7 +153,7 @@ result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://gith
resolved_ty = "standard" resolved_ty = "standard"
[graph."pesde/toolchainlib@0.1.12 lune".dependencies] [graph."pesde/toolchainlib@0.1.12 lune".dependencies]
"0x5eal/unzip@0.1.0 luau" = "unzip" "0x5eal/unzip@0.1.1 luau" = "unzip"
"jiwonz/dirs@0.3.0 lune" = "dirs" "jiwonz/dirs@0.3.0 lune" = "dirs"
"jiwonz/pathfs@0.3.2 lune" = "pathfs" "jiwonz/pathfs@0.3.2 lune" = "pathfs"
"lukadev_0/option@1.2.0 lune" = "option" "lukadev_0/option@1.2.0 lune" = "option"

View file

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