Jakob Leifhelm
cf5db5cd18
factorio: 1.1.59 -> 1.1.61
2022-07-11 19:52:09 +02:00
Robert Hensing
1e17bb943e
Merge pull request #164662 from infinisil/fetchurl-curlOpts-list
...
fetchurl: Allow passing curl options with spaces
2022-06-30 21:10:57 +02:00
Robert Scott
9fc90429c3
treewide/games,misc: add sourceType binaryNativeCode for many packages
2022-06-10 21:12:22 +01:00
be7a
08594d7a7e
factorio: 1.1.57 -> 1.1.59
2022-05-11 11:24:51 -07:00
Jonathan Ringer
442101e4f8
factorio: 1.1.53 -> 1.1.57
2022-04-28 18:34:16 -07:00
Silvan Mosberger
b404704911
factorio: Use curlOptsList to fix warning
2022-04-26 21:01:21 +02:00
Philipp Riegger
90aa1ce3cc
factorio-experimental: 1.1.53 -> 1.1.56
2022-03-09 20:32:11 +01:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Charlotte 🦝 Delenk
5cfcd0b5b2
factorio-*: 1.1.50->1.1.53
2022-01-23 09:28:31 +01:00
Raito Bezarius
c813baeb0f
factorio-experimental: 1.1.48 -> 1.1.50
2021-12-29 21:29:24 +01:00
Luke Granger-Brown
62363f5e19
factorio: 1.1.46 -> 1.1.48
2021-11-26 09:31:44 +00:00
Luke Granger-Brown
0d0763c951
factorio-experimental: 1.1.45 -> 1.1.48
2021-11-24 14:54:29 +00:00
Felix Buehler
7d64d4b197
factorio{,demo,headless}: 1.1.42 -> 1.1.46
2021-11-07 15:50:31 +01:00
Sandro
ffc11df8d2
Merge pull request #143057 from lukegb/factorio
2021-10-28 16:42:11 +02:00
Luke Granger-Brown
6b4dfd8db1
factorio-experimental: 1.1.44 -> 1.1.45
2021-10-28 14:12:46 +00:00
Luke Granger-Brown
9603ad9f17
factorio-experimental: 1.1.43 -> 1.1.44
2021-10-27 22:36:35 +00:00
Kerstin
8336346e74
factorio: set pname ( #143164 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-27 21:18:51 +02:00
Luke Granger-Brown
7580641623
factorio: add support for updating specific release_type/release_channel
2021-10-26 22:58:56 +00:00
Luke Granger-Brown
c2c0862c7a
factorio-experimental: 1.1.42 -> 1.1.43
2021-10-26 22:55:15 +00:00
wucke13
c28e9c4c50
factorio: 1.1.39 -> 1.1.42
...
Also fixes a small issue in the update.py:
The upstream API seems to have changed in a sense that the demo is not
available in experimental channel anymore. Hence the original update.py
script would fail, due to the missing `demo` key in the experimental
channel. I added a sane failure path which just ignores if a release
type (like `demo`) is missing in the channel, in order to increase the
scripts resilience.
2021-10-22 20:38:55 +02:00
Luke Granger-Brown
651d7cdc19
factorio-experimental: 1.1.38 -> 1.1.39
2021-09-03 14:11:40 -07:00
Luke Granger-Brown
b0c792ec41
factorio-demo: 1.1.37 -> 1.1.38
2021-08-20 23:45:58 +00:00
Luke Granger-Brown
682021ce3f
factorio-experimental: 1.1.37 -> 1.1.38
2021-08-20 23:45:06 +00:00
Luke Granger-Brown
745542a016
factorio: 1.1.37 -> 1.1.38
2021-08-20 23:44:21 +00:00
nicoo
d7ae8cf1fe
factorio: 1.1.36 → 1.1.37
2021-08-14 07:02:43 +02:00
Luke Granger-Brown
f20800263c
factorio-experimental: 1.1.36 -> 1.1.37
2021-08-04 16:37:33 +00:00
Luke Granger-Brown
1669ae6a68
factorio-demo: 1.1.35 -> 1.1.36
2021-07-17 09:32:43 +00:00
Luke Granger-Brown
0c2e21bc2b
factorio: 1.1.35 -> 1.1.36
2021-07-17 09:31:42 +00:00
Luke Granger-Brown
322654b880
factorio-experimental: 1.1.35 -> 1.1.36
2021-07-13 18:02:44 +00:00
nicoo
e5baf82e87
factorio: 1.1.34 → 1.1.35
2021-06-19 21:16:15 +02:00
nicoo
5e06828dff
factorio: Fix bug in update.py
...
Prior to this change, `update.py` fails with `KeyError: 'alpha'` when upstream
does not have a version in the `experimental` channel:
./update.py --username XXXXXXXX --token "$(wl-paste)"
Traceback (most recent call last):
File "./update.py", line 180, in <module>
app.run(main)
File "/nix/store/854z51wg8fj1s6ghxasp1xxx8khb3r8v-python3-3.8.9-env/lib/python3.8/site-packages/absl/app.py", line 303, in run
_run_main(main, args)
File "/nix/store/854z51wg8fj1s6ghxasp1xxx8khb3r8v-python3-3.8.9-env/lib/python3.8/site-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
File "./update.py", line 162, in main
new_our_versions = generate_our_versions(factorio_versions)
File "./update.py", line 92, in generate_our_versions
version = factorio_versions[release_channel.name][release_type.name]
KeyError: 'alpha'
I chose to make it so that the versions in nixpkgs' `factorio-*` packages are
either experimental (when available) or stable, as this seems like the most
coherent approach
2021-06-19 21:15:44 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Luke Granger-Brown
7876162722
factorio-demo: 1.1.32 -> 1.1.34
2021-06-02 18:32:28 +00:00
Luke Granger-Brown
266fa7f015
factorio-experimental: 1.1.33 -> 1.1.34
2021-06-02 18:31:23 +00:00
Luke Granger-Brown
e5173c8481
factorio: 1.1.32 -> 1.1.34
2021-06-02 18:30:25 +00:00
Luke Granger-Brown
725468af89
factorio-experimental: 1.1.32 -> 1.1.33
2021-05-04 01:05:21 +00:00
Luke Granger-Brown
6a1a3eca9b
factorio-demo: 1.1.30 -> 1.1.32
2021-04-17 21:48:09 +00:00
Luke Granger-Brown
9db7133769
factorio: 1.1.30 -> 1.1.32
2021-04-17 21:47:13 +00:00
Luke Granger-Brown
ca8374e022
factorio-experimental: 1.1.31 -> 1.1.32
2021-04-14 09:31:26 +00:00
Luke Granger-Brown
c61868662e
factorio-experimental: 1.1.30 -> 1.1.31
2021-04-13 09:31:24 +00:00
Jonathan Ringer
f94168c983
factorio: 1.1.27 -> 1.1.30
2021-03-27 15:36:01 -07:00
Jonathan Ringer
fcdb8bfaf1
factorio: 1.1.26 -> 1.1.27
2021-03-12 10:34:18 -08:00
Philipp Riegger
8ace8ee071
factorio: stable 1.1.25 -> 1.1.26, experimental 1.1.26 -> 1.1.27
2021-03-12 15:54:23 +01:00
Luke Granger-Brown
395ade245c
factorio-headless-experimental, factorio-experimental: 1.1.25 -> 1.1.26
2021-03-02 02:03:30 +00:00
github-actions[bot]
4c0670dace
Merge staging-next into staging
2021-02-20 06:17:59 +00:00
Jarrod Pas
2a424cd02d
factorio: 1.1.21 -> 1.1.25
2021-02-19 15:09:07 -06:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Jarrod Pas
347c7fb266
factorio: change help message to output "$HOME"
...
Since $HOME was not escaped the user was shown a path inside /homeless-shelter
which could be confusing for inexperienced users.
2021-02-08 18:37:24 -06:00
Jarrod Pas
21bce9b36b
factorio: 1.1.19 -> 1.1.21
2021-02-08 17:57:08 -06:00
Jarrod Pas
a5fa85129b
factorio, factorio-demo, factorio-headless: 1.0.0 -> 1.1.19
2021-01-26 20:49:28 -06:00