update factorio
This commit is contained in:
parent
34d363d054
commit
3fc30c3600
2 changed files with 28 additions and 28 deletions
|
|
@ -263,7 +263,7 @@ in
|
||||||
factorio = {
|
factorio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.factorio-headless.override {
|
package = pkgs.factorio-headless.override {
|
||||||
#versionsJson = ./versions.json;
|
versionsJson = ./versions.json;
|
||||||
};
|
};
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
public = true;
|
public = true;
|
||||||
|
|
|
||||||
|
|
@ -3,25 +3,25 @@
|
||||||
"alpha": {
|
"alpha": {
|
||||||
"experimental": {
|
"experimental": {
|
||||||
"candidateHashFilenames": [
|
"candidateHashFilenames": [
|
||||||
"factorio_linux_2.0.32.tar.xz"
|
"factorio_linux_2.0.43.tar.xz"
|
||||||
],
|
],
|
||||||
"name": "factorio_alpha_x64-2.0.32.tar.xz",
|
"name": "factorio_alpha_x64-2.0.43.tar.xz",
|
||||||
"needsAuth": true,
|
"needsAuth": true,
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"tarDirectory": "x64",
|
"tarDirectory": "x64",
|
||||||
"url": "https://factorio.com/get-download/2.0.32/alpha/linux64",
|
"url": "https://factorio.com/get-download/2.0.43/alpha/linux64",
|
||||||
"version": "2.0.32"
|
"version": "2.0.43"
|
||||||
},
|
},
|
||||||
"stable": {
|
"stable": {
|
||||||
"candidateHashFilenames": [
|
"candidateHashFilenames": [
|
||||||
"factorio_linux_2.0.32.tar.xz"
|
"factorio_linux_2.0.43.tar.xz"
|
||||||
],
|
],
|
||||||
"name": "factorio_alpha_x64-2.0.32.tar.xz",
|
"name": "factorio_alpha_x64-2.0.43.tar.xz",
|
||||||
"needsAuth": true,
|
"needsAuth": true,
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"tarDirectory": "x64",
|
"tarDirectory": "x64",
|
||||||
"url": "https://factorio.com/get-download/2.0.32/alpha/linux64",
|
"url": "https://factorio.com/get-download/2.0.43/alpha/linux64",
|
||||||
"version": "2.0.32"
|
"version": "2.0.43"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"demo": {
|
"demo": {
|
||||||
|
|
@ -51,51 +51,51 @@
|
||||||
"expansion": {
|
"expansion": {
|
||||||
"experimental": {
|
"experimental": {
|
||||||
"candidateHashFilenames": [
|
"candidateHashFilenames": [
|
||||||
"factorio-space-age_linux_2.0.32.tar.xz"
|
"factorio-space-age_linux_2.0.43.tar.xz"
|
||||||
],
|
],
|
||||||
"name": "factorio_expansion_x64-2.0.32.tar.xz",
|
"name": "factorio_expansion_x64-2.0.43.tar.xz",
|
||||||
"needsAuth": true,
|
"needsAuth": true,
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"tarDirectory": "x64",
|
"tarDirectory": "x64",
|
||||||
"url": "https://factorio.com/get-download/2.0.32/expansion/linux64",
|
"url": "https://factorio.com/get-download/2.0.43/expansion/linux64",
|
||||||
"version": "2.0.32"
|
"version": "2.0.43"
|
||||||
},
|
},
|
||||||
"stable": {
|
"stable": {
|
||||||
"candidateHashFilenames": [
|
"candidateHashFilenames": [
|
||||||
"factorio-space-age_linux_2.0.32.tar.xz"
|
"factorio-space-age_linux_2.0.43.tar.xz"
|
||||||
],
|
],
|
||||||
"name": "factorio_expansion_x64-2.0.32.tar.xz",
|
"name": "factorio_expansion_x64-2.0.43.tar.xz",
|
||||||
"needsAuth": true,
|
"needsAuth": true,
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"tarDirectory": "x64",
|
"tarDirectory": "x64",
|
||||||
"url": "https://factorio.com/get-download/2.0.32/expansion/linux64",
|
"url": "https://factorio.com/get-download/2.0.43/expansion/linux64",
|
||||||
"version": "2.0.32"
|
"version": "2.0.43"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"headless": {
|
"headless": {
|
||||||
"experimental": {
|
"experimental": {
|
||||||
"candidateHashFilenames": [
|
"candidateHashFilenames": [
|
||||||
"factorio-headless_linux_2.0.32.tar.xz",
|
"factorio-headless_linux_2.0.43.tar.xz",
|
||||||
"factorio_headless_x64_2.0.32.tar.xz"
|
"factorio_headless_x64_2.0.43.tar.xz"
|
||||||
],
|
],
|
||||||
"name": "factorio_headless_x64-2.0.32.tar.xz",
|
"name": "factorio_headless_x64-2.0.43.tar.xz",
|
||||||
"needsAuth": false,
|
"needsAuth": false,
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"tarDirectory": "x64",
|
"tarDirectory": "x64",
|
||||||
"url": "https://factorio.com/get-download/2.0.32/headless/linux64",
|
"url": "https://factorio.com/get-download/2.0.43/headless/linux64",
|
||||||
"version": "2.0.32"
|
"version": "2.0.43"
|
||||||
},
|
},
|
||||||
"stable": {
|
"stable": {
|
||||||
"candidateHashFilenames": [
|
"candidateHashFilenames": [
|
||||||
"factorio-headless_linux_2.0.32.tar.xz",
|
"factorio-headless_linux_2.0.43.tar.xz",
|
||||||
"factorio_headless_x64_2.0.32.tar.xz"
|
"factorio_headless_x64_2.0.43.tar.xz"
|
||||||
],
|
],
|
||||||
"name": "factorio_headless_x64-2.0.32.tar.xz",
|
"name": "factorio_headless_x64-2.0.43.tar.xz",
|
||||||
"needsAuth": false,
|
"needsAuth": false,
|
||||||
"sha256": "sha256-KmECrkLcxej+kjvWi80yalaeNZEqzeEhMB5dTS2FZBc=",
|
"sha256": "sha256-vebhZzMMRDnOffOsUZ6kRRICWO9nbx9q0x0MKBbTruM=",
|
||||||
"tarDirectory": "x64",
|
"tarDirectory": "x64",
|
||||||
"url": "https://factorio.com/get-download/2.0.32/headless/linux64",
|
"url": "https://factorio.com/get-download/2.0.43/headless/linux64",
|
||||||
"version": "2.0.32"
|
"version": "2.0.43"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue