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