rdeits / MeshCat.jl

WebGL-based 3D visualizer in Julia
MIT License
233 stars 42 forks source link

fix: incorrect hash values in Artifact.toml #248

Open vdayanand opened 10 months ago

vdayanand commented 10 months ago
┌ Error: Hash Mismatch!
│   Expected sha256:   b3a5343bd0fcaabff4fcb73c0951a32d887d1cf0c69a64b52ea957704d4d1e0a
│   Calculated sha256: ceb1daa71141b91b442fa3703c797c9a3fe5ee07ea3302ceab39fb7e59cc4a8a
└ @ Pkg.PlatformEngines /Applications/Julia-1.9.app/Contents/Resources/julia/share/julia/stdlib/v1.9/Pkg/src/PlatformEngines.jl:627
NicholasWMRitchie commented 8 months ago

Ran into the same (?similar?) problem except this is my solution.

[meshcat]
git-tree-sha1 = "fb2656be919332cc37aa82e2b4110620b3ec9a85"
    [[meshcat.download]]
    url = "https://github.com/rdeits/meshcat/tarball/978cb8f519f9bb540e94b7f97a39ada4d7916b7c"
    sha256 = "b3a5343bd0fcaabff4fcb73c0951a32d887d1cf0c69a64b52ea957704d4d1e0a"

It appears to be a mismatch between the git-tree-sha1 and the sha256. Fix one or the other.