| just static: fully static builds through a pinned nimstatic 078b24d nandi 9h ago | 1 | #!/usr/bin/env dotslash |
| 2 | |
| 3 | // nimstatic, pinned. `just static` runs this; DotSlash fetches it on first use, |
| 4 | // verifies the hash and caches it. The URL names a commit rather than a branch, |
| 5 | // so it can never change under us. |
| 6 | { |
| 7 | "name": "nimstatic", |
| 8 | "platforms": { |
| 9 | "linux-x86_64": { |
| 10 | "size": 1726368, |
| 11 | "hash": "sha256", |
| 12 | "digest": "8cd024a96a0d47d148576d730c11e2c81cdebde777389f08f8bd7faa59a9e185", |
| 13 | "format": "xz", |
| 14 | "path": "nimstatic-0.1.0-x86_64-linux", |
| 15 | "providers": [ |
| 16 | { |
| 17 | "url": "https://rickub.com/nandi/nimstatic/raw/7e028dad26624a2648439fb91b76967f81666fc5/nimstatic-0.1.0-x86_64-linux.xz" |
| 18 | } |
| 19 | ] |
| 20 | } |
| 21 | } |
| 22 | } |