NickelEval.jl

Julia FFI bindings for Nickel configuration language
Log | Files | Refs | README | LICENSE

commit 0183ee708a9a167d08a7b4585e16857cc8604347
parent eee6e22231d55bb07e3e9a05918b84911905781a
Author: Erik Loualiche <eloualiche@users.noreply.github.com>
Date:   Wed, 18 Mar 2026 11:34:18 -0400

Merge pull request #3 from LouLouLibs/fix/artifacts-v060

Update Artifacts.toml with v0.6.0 release hashes
Diffstat:
MArtifacts.toml | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/Artifacts.toml b/Artifacts.toml @@ -1,7 +1,6 @@ # Pre-built Nickel C API library # Built by GitHub Actions from nickel-lang/nickel v1.16.0 with --features capi -# Platforms: aarch64-darwin, x86_64-linux -# Release: https://github.com/LouLouLibs/NickelEval.jl/releases/tag/v0.6.0-rc1 +# Release: https://github.com/LouLouLibs/NickelEval.jl/releases/tag/v0.6.0 # macOS Apple Silicon (aarch64) [[libnickel_lang]] @@ -11,8 +10,8 @@ os = "macos" lazy = true [[libnickel_lang.download]] - url = "https://github.com/LouLouLibs/NickelEval.jl/releases/download/v0.6.0-rc1/libnickel_lang-aarch64-apple-darwin.tar.gz" - sha256 = "f379b07859fb5e9b41694920164c98fc31860510a410991624c542141f274a5e" + url = "https://github.com/LouLouLibs/NickelEval.jl/releases/download/v0.6.0/libnickel_lang-aarch64-apple-darwin.tar.gz" + sha256 = "14b0a565435206e188520b58f5a93982bb3d77292b6f20780d7e8559477d20a4" # Linux x86_64 [[libnickel_lang]] @@ -22,5 +21,5 @@ os = "linux" lazy = true [[libnickel_lang.download]] - url = "https://github.com/LouLouLibs/NickelEval.jl/releases/download/v0.6.0-rc1/libnickel_lang-x86_64-linux-gnu.tar.gz" - sha256 = "dd9ff0c4070e2f033666548fc2b4507b9128f6a067de7923baded7dec39d8096" + url = "https://github.com/LouLouLibs/NickelEval.jl/releases/download/v0.6.0/libnickel_lang-x86_64-linux-gnu.tar.gz" + sha256 = "1850e00c33cedb3af7650005a48e5ffe4cd03d46808955fa3328924cbb9d7a94"