Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 "x86_64-linux": { 3 "alpha": { 4 "experimental": { 5 "name": "factorio_alpha_x64-1.1.81.tar.xz", 6 "needsAuth": true, 7 "sha256": "0a8wql8lqlf7jd2bgsgqvkl62jz4gym03iwccif4xc5y1f8sqh32", 8 "tarDirectory": "x64", 9 "url": "https://factorio.com/get-download/1.1.81/alpha/linux64", 10 "version": "1.1.81" 11 }, 12 "stable": { 13 "name": "factorio_alpha_x64-1.1.80.tar.xz", 14 "needsAuth": true, 15 "sha256": "084j0vb3xp57c0i01jqfxnp8ky6c9rid5yx96l8jqg51071wai6g", 16 "tarDirectory": "x64", 17 "url": "https://factorio.com/get-download/1.1.80/alpha/linux64", 18 "version": "1.1.80" 19 } 20 }, 21 "demo": { 22 "experimental": { 23 "name": "factorio_demo_x64-1.1.81.tar.xz", 24 "needsAuth": false, 25 "sha256": "1rj6bcir4jjs23yh07w64rygf67xkpsvgi6byxmrhcv5pi1vavgj", 26 "tarDirectory": "x64", 27 "url": "https://factorio.com/get-download/1.1.81/demo/linux64", 28 "version": "1.1.81" 29 }, 30 "stable": { 31 "name": "factorio_demo_x64-1.1.76.tar.xz", 32 "needsAuth": false, 33 "sha256": "0f3m0p5baakc6cv9fr3rwyq39bydraji9wh3ivblg1mj6dwpqnlj", 34 "tarDirectory": "x64", 35 "url": "https://factorio.com/get-download/1.1.76/demo/linux64", 36 "version": "1.1.76" 37 } 38 }, 39 "headless": { 40 "experimental": { 41 "name": "factorio_headless_x64-1.1.81.tar.xz", 42 "needsAuth": false, 43 "sha256": "1ibz80bc45lasmy46657awq002gs93nzgirli7zrwcdps50d7vbl", 44 "tarDirectory": "x64", 45 "url": "https://factorio.com/get-download/1.1.81/headless/linux64", 46 "version": "1.1.81" 47 }, 48 "stable": { 49 "name": "factorio_headless_x64-1.1.80.tar.xz", 50 "needsAuth": false, 51 "sha256": "0db6g50gwcq2lwlgagc7in12wag6siwcldlq367x2h0d2q0rxj36", 52 "tarDirectory": "x64", 53 "url": "https://factorio.com/get-download/1.1.80/headless/linux64", 54 "version": "1.1.80" 55 } 56 } 57 } 58}