1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#!/usr/bin/env dotslash
// nimstatic, pinned. `just static` runs this; DotSlash fetches it on first use,
// verifies the hash and caches it. Built by nimstatic's own release workflow.
{
"name": "nimstatic",
"platforms": {
"linux-x86_64": {
"size": 1706504,
"hash": "sha256",
"digest": "7b6855a7641bd164a1517063554dc6f23dc270b273d8c1697fa18f3975861647",
"format": "xz",
"path": "nimstatic-0.1.5-x86_64-linux",
"providers": [
{
"url": "https://rickub.com/nandi/nimstatic/releases/download/v0.1.5/nimstatic-0.1.5-x86_64-linux.xz"
}
]
}
}
}
|