Michael Reilly
7652a8e3d5
katago: 1.4.4 -> 1.5.0
2020-08-03 11:45:58 -04:00
R. RyanTM
03812ea806
shattered-pixel-dungeon: 0.8.1 -> 0.8.1a
2020-07-31 09:28:41 +00:00
Jörg Thalheim
8704039c98
Merge pull request #93405 from fgaz/curseofwar/1.3.0
...
curseofwar,curseofwar-sdl: 1.2.0 -> 1.3.0
2020-07-30 12:56:08 +01:00
Francesco Gazzetta
5d85ffea09
curseofwar,curseofwar-sdl: fix darwin build
2020-07-30 10:49:50 +02:00
Will Dietz
d7dd12326f
steam-runtime: 0.20200604.0 -> 0.20200720.0
2020-07-28 23:53:23 -05:00
Louis Bettens
3049cb5b34
minecraft: 2.1.15852 -> 2.1.16102
2020-07-26 22:35:02 +02:00
oxalica
1d85919657
osu-lazer: 2020.714.0 -> 2020.725.0 ( #93726 )
2020-07-25 18:47:55 -04:00
Jan Tojnar
2988feba8c
Merge branch 'master' into staging-next
2020-07-23 08:19:14 +02:00
worldofpeace
8b6e9818a5
Merge pull request #84873 from mnacamura/cdda-mods
...
cataclysmDDA: add modding interface
2020-07-22 16:18:32 -04:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
...
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Justin Humm
7d1b94b4dc
Merge pull request #93525 from priegger/fix/factorio-update
...
factorio{,-headless}-experimental: 0.18.34 -> 0.18.36
2020-07-20 16:04:46 +02:00
Philipp Riegger
1814bebd82
factorio{,-headless}-experimental: 0.18.34 -> 0.18.36
2020-07-20 11:46:23 +02:00
Michael Raskin
23c93a5205
Merge pull request #85169 from prusnak/inkscape
...
inkscape: 0.92.5 -> 1.0
2020-07-20 08:45:05 +00:00
Jan Tojnar
83442a3533
Merge branch 'master' into staging-next
2020-07-20 02:16:21 +02:00
Pavol Rusnak
8402a74cce
treewide: replace inkscape with inkscape_0
...
The Inkscape CLI interface has been changed with 1.x and packages
are not adjusted yet to this change. Let's use inkscape 0.x instead.
2020-07-19 13:10:16 +02:00
Sarah Brofeldt
0bf47d487a
Merge pull request #93448 from euank/update-steamruntime
...
steam-runtime: 0.20200417.0 -> 0.20200604.0
2020-07-19 10:32:33 +02:00
Vladimír Čunát
4244b73917
Merge branch 'master' into staging
2020-07-18 17:50:23 +02:00
Michael Weiss
5b14758d31
Merge pull request #92920 from primeos/scons
...
scons: 3.1.2 -> 4.0.0
2020-07-18 13:36:29 +02:00
Francesco Gazzetta
68b7fc27c4
curseofwar,curseofwar-sdl: 1.2.0 -> 1.3.0
2020-07-18 12:41:20 +02:00
Michael Weiss
a838caa33a
tdm: Fix the build
...
Was failing in the desktop-file validation stage [0]:
/nix/store/XXX-tdm.desktop/share/applications/tdm.desktop: error: value
"False" for boolean key "Terminal" in group "Desktop Entry" contains
invalid characters, boolean values must be "false" or "true"
[0]: https://hydra.nixos.org/build/123852137
2020-07-18 11:41:47 +02:00
Michael Weiss
595a36d846
scons.py2: Replace with sconsPackages.scons_3_1_2
...
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-18 10:48:20 +02:00
Mitsuhiro Nakamura
f2b2347b29
doc: add section for cataclysm-dda
2020-07-18 14:23:25 +09:00
Mitsuhiro Nakamura
cf0e2d51ac
cataclysmDDA: update mods
2020-07-18 14:23:25 +09:00
Mitsuhiro Nakamura
fbf4b4f5ed
cataclysmDDA: update README
...
Add description about `useXdgDir` flag
2020-07-18 14:23:24 +09:00
Mitsuhiro Nakamura
bbe7b86eea
cataclysmDDA: launch the wrapped program
2020-07-18 14:23:24 +09:00
Mitsuhiro Nakamura
d472eed4b5
cataclysmDDA: add README
2020-07-18 14:23:23 +09:00
Mitsuhiro Nakamura
633f211113
cataclysm-dda-git: make it overridable with git revision
...
'cataclysm-dda-git.overrideAttrs (_: { version = ...; src = fetchFromGitHub { ... }; })'
did not update VERSION make flag correctly.
With this change, one can override 'cataclysm-dda-git' correctly and
more easily:
cataclysm-dda-git.override { version = ...; rev = ...; sha256 = ...; }
2020-07-18 14:23:23 +09:00
Mitsuhiro Nakamura
ecf7b57e12
cataclysm-dda{,-git}: support build with USE_XDG_DIR flag
2020-07-18 14:23:23 +09:00
Mitsuhiro Nakamura
de56294e57
cataclysm-dda{,-git}: clean up
2020-07-18 14:23:22 +09:00
Mitsuhiro Nakamura
90c265275f
cataclysmDDA: make pkgs extensible
...
Example:
let
customMods = self: super: lib.recursiveUpdate super {
soundpack.AwesomeSounds = cataclysmDDA.buildSoundPack { ... };
};
in
cataclysm-dda.withMods (mods: with mods.extend customMods; [
tileset.UndeadPeople
soundpack.AwesomeSounds
])
2020-07-18 14:23:22 +09:00
Mitsuhiro Nakamura
bc88844e68
cataclysmDDA: add UndeadPeople tileset
2020-07-18 14:23:22 +09:00
Mitsuhiro Nakamura
ac8555486f
cataclysmDDA: add very basic framework for packaging mods
...
Add new namespace 'cataclysmDDA', in which package builders, games, and
mods are listed.
2020-07-18 14:23:19 +09:00
Mitsuhiro Nakamura
bf71f12cb5
cataclysm-dda{,-git}: apply locale patch dynamically
...
Each time src/translations.cpp is modified, we have to update the locale
patch. Using sed to patch dynamically should be handy.
2020-07-18 14:21:12 +09:00
Mitsuhiro Nakamura
d6863de058
cataclysm-dda{,-git}: name -> pname and version
2020-07-18 14:21:09 +09:00
Alyssa Ross
5da2d61bd4
cataclysm-dda: 0.E -> 0.E-2
2020-07-18 05:16:04 +00:00
Euan Kemp
8c5c7d3aaf
steam-runtime: 0.20200417.0 -> 0.20200604.0
2020-07-16 22:35:14 -07:00
Ivar
8e9c0cbe2b
sm64ex: init at unstable-2020-06-19
2020-07-17 01:46:55 +02:00
Silvan Mosberger
2a740344cc
Merge pull request #85021 from oxalica/osu
...
osu-lazer: init at 2020.714.0
2020-07-17 01:45:04 +02:00
Derpford
951e2175c3
GZDoom 4.3.3 -> 4.4.2
...
* Update to 4.4.2
4.4.0 increased the ZScript version number, GZDoom 4.4.1 and 4.4.2 have some bugfixes.
* Fix bad checksum
Old hash was done without `--unpack` option, resulting in a mismatch.
* Fetch submodules
This fixes the issue with `zmusic` not being brought in as a dependency.
* Add zmusic derivation
Since zmusic isn't actually a submodule, we have to derive it ourselves and pass it as a buildInput.
* Semicolon.
* Semicolon in the *right* place this time.
* Merge the zmusic source into the gzdoom source.
Apparently this is how they expect zmusic to be added. Why this isn't a submodule, I don't know.
* Fix bad path editing
Credit to Open Skies for fixing this. Turns out the paths edited in the `gzdoom` derivation were for zmusic, which needs these edits to be made so that it looks in nix-friendly places for its stuff.
2020-07-16 23:45:10 +02:00
oxalica
11f986d3c8
osu-lazer: 2020.712.0 -> 2020.714.0
2020-07-16 19:23:44 +08:00
oxalica
4bbedffe50
osu-lazer: 2020.707.0 -> 2020.712.0
2020-07-14 03:15:49 +08:00
Daniël de Kok
0963cebfc5
Merge pull request #92897 from Moredread/chiaki
...
chiaki: 1.1.3 -> 1.2.1
2020-07-13 13:11:32 +02:00
Carles Pagès
d6c63c7bcd
minecraft: 2.1.15166 -> 2.1.15852
2020-07-12 23:34:36 +02:00
André-Patrick Bubel
97da56664c
chiaki: 1.1.3 -> 1.2.1
2020-07-12 20:52:11 +02:00
freezeboy
bda43779f6
minetest: 5.2.0 -> 5.3.0
2020-07-11 15:33:23 +02:00
oxalica
a21ba99681
osu-lazer: init at 2020.707.0
2020-07-09 02:20:12 +08:00
Domen Kožar
2794ee0c06
Merge pull request #92584 from r-ryantm/auto-update/springlobby
...
springLobby: 0.269 -> 0.270
2020-07-07 16:37:14 +02:00
R. RyanTM
63bba7986a
springLobby: 0.269 -> 0.270
2020-07-07 14:18:31 +00:00
Benjamin Hipple
1809db0ae1
Merge pull request #92381 from r-ryantm/auto-update/pentobi
...
pentobi: 18.0 -> 18.1
2020-07-05 19:22:01 -04:00
R. RyanTM
bfc1c1533c
pentobi: 18.0 -> 18.1
2020-07-05 21:49:43 +00:00
Daniël de Kok
cfceaaec17
Merge pull request #92236 from neonfuz/crispy-doom
...
crispy-doom: fixed CVE-2020-14983
2020-07-05 20:24:11 +02:00
Sage Raflik
2d24b8b187
crispyDoom: fixed CVE-2020-14983
2020-07-05 20:09:32 +02:00
Ryan Mulligan
c09177d5dc
Merge pull request #92346 from fgaz/endgame-singularity/1.00
...
Endgame singularity/1.00
2020-07-05 09:44:19 -07:00
Francesco Gazzetta
c823b4c374
endgame-singularity: add option to disable the default music pack
...
It's the heaviest part of the game. People may not want to have it take
space or may want to use their own music.
2020-07-05 17:37:08 +02:00
Francesco Gazzetta
d80eeaea47
endgame-singularity: 0.30c -> 1.00
2020-07-05 17:29:17 +02:00
R. RyanTM
ea7fc409dd
chocolateDoom: 3.0.0 -> 3.0.1
2020-07-03 04:23:16 +00:00
Manuel Bärenz
637fa6901f
Rename flightgear-{base -> data}
2020-07-01 14:58:09 +02:00
Manuel Bärenz
2b88a4fd29
flightgear: 2019.1.1 -> 2020.1.2, simgear: 2020.1.{1 -> 2}
2020-07-01 14:58:09 +02:00
Benjamin Hipple
0e2d755231
anki: expression cleanup
2020-07-01 04:29:09 +02:00
Benjamin Hipple
ae56f20b71
anki: update download url
...
The original repo has been transferred on github, so the URL is a redirect to here.
2020-07-01 04:29:09 +02:00
Tim Steinbach
a8edf35af8
minecraft-launcher: 2.1.14947 -> 2.1.15166
...
Set JAVA_HOME, which can impurely override JRE
2020-06-30 17:14:46 -04:00
Dmitry Kalinkin
9e7d03c588
Merge pull request #91763 from priegger/fix/factorio-update
...
factorio{,-headless}-experimental: 0.18.32 -> 0.18.34, add priegger to maintainers
2020-06-29 15:54:52 -04:00
Philipp Riegger
c596617e40
factorio*: add priegger to maintainers
2020-06-29 15:52:54 +02:00
Philipp Riegger
c36b573fab
factorio{,-headless}-experimental: 0.18.32 -> 0.18.34
2020-06-29 15:39:41 +02:00
Francesco Gazzetta
75d9ea9671
shattered-pixel-dungeon: 0.8.0b -> 0.8.1
2020-06-29 12:27:13 +02:00
Mario Rodas
340b0d5382
Merge pull request #91569 from Lucus16/bump-minecraft
...
minecraft-server: 1.15.2 -> 1.16.1
2020-06-27 20:14:06 -05:00
Matthieu Coudron
91c9127ef9
Merge pull request #91421 from SCOTT-HAMILTON/SuperTuxKart
...
SuperTuxKart: Replaced some bundled libraries with system ones
2020-06-27 20:21:11 +02:00
SCOTT-HAMILTON
b2b28fcad3
SuperTuxKart: Replaced some bundled libraries with system ones
2020-06-27 18:45:18 +02:00
Lars Jellema
80bd9d38e3
minecraft-server: 1.15.2 -> 1.16.1
2020-06-26 10:30:00 +02:00
zowoq
c7e61112df
treewide: remove deprecated value Application
from makeDesktopItem
2020-06-25 12:18:37 +10:00
Christian Kampka
ccb847f735
wesnoth: 1.14.12 -> 1.14.13
2020-06-22 23:33:34 +02:00
Martin Weinelt
b109addeef
openttd-jgrpp: init at 0.34.4
2020-06-22 15:36:18 +02:00
Benjamin Slade
37d231adfe
gargoyle: 2018.10.06 -> 2019.01.01
...
- latest released version
- changes: adopt suggestions + more fixes
2020-06-21 09:04:16 -06:00
Timo Kaufmann
6a438dbb87
Merge pull request #87947 from fgaz/shattered-pixel-dungeon/0.8.0b
...
shattered-pixel-dungeon: 0.7.5f -> 0.8.0b
2020-06-19 23:50:38 +02:00
Daniël de Kok
baa29b3734
Merge pull request #91051 from pstn/mudlet-4.9.1
...
mudlet: 4.3 -> 4.9.1
2020-06-19 08:11:36 +02:00
Philipp
9f2d920c35
mudlet: 4.3 -> 4.9.1
2020-06-18 19:15:31 +02:00
gnidorah
5b3eac040b
openmw-tes3mp: fix build after #80624 ( #91045 )
2020-06-18 12:49:27 -04:00
Nick Hu
3690f94550
Merge pull request #90499 from priegger/fix/factorio-experimental
...
factorio{,-headless}-experimental: 0.18.30 -> 0.18.32
2020-06-18 11:15:36 +01:00
Christian Kampka
eb296c5010
wesnoth: 1.14.11 -> 1.14.12
2020-06-17 16:28:18 +02:00
Lassulus
5c0ff087e6
Merge pull request #89831 from Thra11/julius-augustus
...
Julius augustus
2020-06-17 16:20:03 +02:00
Philipp Riegger
3d6107d423
factorio{,-headless}-experimental: 0.18.30 -> 0.18.32
2020-06-17 10:39:41 +02:00
Sage Raflik
e507c77a7d
crispy-doom: 5.8.0 -> 5.9.2
2020-10-04 10:52:08 -05:00
Sage Raflik
23e5901ef3
crispy-doom: add python to generate manpages
2020-10-04 10:52:05 -05:00
Solène Rapenne
ccc6c5faae
ezquake: 3.2 -> 3.2.2
2020-10-03 18:08:41 +02:00
Patrick Hilhorst
b133532434
treewide: remove some trailing whitespace to please ofborg
2020-10-02 09:01:35 -07:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Benjamin Hipple
b038c23225
Merge pull request #99320 from kampka/wesnoth
...
wesnoth: 1.14.13 -> 1.14.14
2020-10-01 22:03:45 -04:00
Christian Kampka
0954caa348
wesnoth: 1.14.13 -> 1.14.14
2020-10-01 21:33:34 +02:00
R. RyanTM
88a43d1e6a
osu-lazer: 2020.903.0 -> 2020.925.0
2020-09-30 08:49:36 -07:00
Thomas Tuegel
ebe4cc8870
megaglest: use libvlc
2020-09-26 05:50:24 -05:00
Lassulus
b69f76b5c5
Merge pull request #86829 from iblech/patch-13
...
tuxpaint: install desktop file
2020-09-25 15:01:14 +02:00
Tim Steinbach
1230f00c07
Merge pull request #98590 from NeQuissimus/stockfish_12
...
stockfish: 11 -> 12
2020-09-24 11:44:36 -04:00
Ryan Mulligan
e42857b58a
Merge pull request #98453 from TredwellGit/minecraft
...
minecraft: 2.1.16102 -> 2.1.17627
2020-09-23 20:56:41 -07:00
Tim Steinbach
6a42a1ce64
stockfish: 11 -> 12
2020-09-23 16:31:56 -04:00
Timo Kaufmann
2f352077e7
Merge pull request #85203 from fgaz/koboredux/init
...
audiality2, koboredux: init
2020-09-23 21:18:53 +02:00
TredwellGit
d458c00d7f
minecraft: 2.1.17417 -> 2.1.17627
2020-09-23 18:22:56 +00:00
Anderson Torres
c7bc218f02
Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1
...
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
2020-09-23 14:39:53 -03:00
Francesco Gazzetta
130ce6de1c
koboredux,koboredux-free: init at 0.7.5.1
2020-09-23 19:39:23 +02:00
Jamie Magee
460c98ec69
dotnetCorePackages.sdk_3_1: fix dependent packages
2020-09-23 13:18:44 +02:00
TredwellGit
d7ac5bd4c0
minecraft: 2.1.16102 -> 2.1.17417
...
Launcher 2.1.15852 removed GConf dependency.
2020-09-22 08:55:52 +00:00
Mario Rodas
7c7ee58775
Merge pull request #98229 from bbigras/df
...
dwarf-fortress: update themes.json
2020-09-20 19:42:18 -05:00
Gabriel Ebner
6eab2acc6a
multimc: use jdk8
2020-09-19 17:43:00 +02:00
Gabriel Ebner
6784e7ec75
steam: use jdk8
2020-09-19 15:29:19 +02:00
Gabriel Ebner
cdcdeb63b2
dwarf-fortress: use jdk8
2020-09-19 14:06:15 +02:00
Bruno Bigras
5427e43b08
dwarf-fortress: update themes.json
2020-09-18 13:44:06 -04:00
aszlig
948d828955
uqm: Fix purity checking error during config phase
...
Since commit fb777be7d2
, linking programs
in /tmp will no longer work, since with this commit (hardcoded) /tmp
will no longer be treated a valid temporary directory by the purity
checking logic.
Essentially what that logic does is checking whether the link target is
either relative, in some temporary directory or in the Nix store and if
that's not the case, an error is thrown like in this case:
gcc -c /tmp/build.24.tmp.c -o /tmp/build.24.tmp.c.o
gcc /tmp/build.24.tmp.c.o -o /tmp/build.24.tmp.out
impure path `/tmp/build.24.tmp.out' used in link
collect2: error: ld returned 1 exit status
Note here, that $TMP and $TMPDIR point to /build while the output here
still refers to /tmp. This is because the custom build system of uqm
simply hardcodes /tmp and doesn't honor any of these variables.
To fix this, all we need to do is the latter and we're now using $TMPDIR
instead of /tmp for these compile-tests during configure.
While the pull request[1] introducing said commit has a few comments
regarding other issues and it could still be either reverted or changed,
using $TMPDIR in the uqm build script is entirely backwards-compatible
and shouldn't hurt in any case.
[1]: https://github.com/NixOS/nixpkgs/pull/93560
Signed-off-by: aszlig <aszlig@nix.build>
2020-09-18 12:33:03 +02:00
Lassulus
1c4113e359
Merge pull request #97099 from r-ryantm/auto-update/crawl
...
crawl: 0.25.0 -> 0.25.1
2020-09-17 20:53:08 +02:00
Mathnerd314
47ba35d6d4
unnethack: 5.2.0 -> 5.3.2 ( #97595 )
...
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-14 20:48:49 -07:00
Matthew Bauer
a4ad9e740a
Merge pull request #97507 from jonascarpay/gambatte-alsa-fix
...
gambatte: add alsa dependency, 2016-05-03 -> 2020-03-14
2020-09-14 21:44:19 -05:00
Silvan Mosberger
3558be46b0
Merge pull request #97674 from Avaq/avaq/minecraft-server
...
minecraft-server: 1.16.2 -> 1.16.3
2020-09-12 18:44:43 +02:00
Jan Tojnar
607509ac8f
Merge pull request #97690 from jtojnar/inkscape-1.0.1
2020-09-12 16:30:53 +02:00
Jan Tojnar
35deaa45a1
inkscape_0: drop
...
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
Aldwin Vlasblom
0d8400aa82
minecraft-server: 1.16.2 -> 1.16.3
2020-09-10 17:39:34 +02:00
Jonas Carpay
9db2ca30ac
gambatte: add alsa dependency, 2016-05-03 -> 2020-03-14
2020-09-09 15:28:24 +09:00
R. RyanTM
bc134692c5
crawl: 0.25.0 -> 0.25.1
2020-09-04 09:41:46 +00:00
marius851000
c6d32d816c
openmw: 0.45.0 -> 0.46.0 ( #90589 )
2020-06-16 14:45:23 -04:00
Ryan Mulligan
0777d09079
Merge pull request #90349 from r-ryantm/auto-update/easyrpg-player
...
easyrpg-player: 0.6.2 -> 0.6.2.1
2020-06-16 06:12:06 -07:00
Michael Reilly
5aeb03a06e
katago: 1.4.2 -> 1.4.4
2020-06-15 22:10:18 -04:00
Tom Hall
b5bb201579
augustus: init at 1.4.1a
2020-06-14 23:22:40 +01:00
Tom Hall
731f722289
julius: init at 1.4.1
2020-06-14 23:11:52 +01:00
R. RyanTM
0a56f10920
easyrpg-player: 0.6.2 -> 0.6.2.1
2020-06-14 14:05:54 +00:00
Euan Kemp
727e7d8039
steam: switch to correct runtime tarball
...
In my previous commit (593c28b
) I used the wrong upstream artifact for
the runtime. After reading the documentation in the
ValveSoftware/steam-runtime repo, I now know that the steam-runtime
tarball is what I actually wanted.
I also used 'diff' to compare the various artifacts with the old runtime
this package used before, and the steam-runtime one is certainly the
closest.
Most importantly, switching to the right steam-runtime package
reportedly fixes issues for other users (fixes #90229 ).
This also entirely removes the amd64/i386 split from runtime.nix because
the upstream package bundles both together, and if that's how upstream
wants to distribute this, it seems best to follow their lead.
2020-06-14 00:10:47 -07:00
Spencer Baugh
27373f56b4
crawl: 0.24.1 -> 0.25.0
...
Thanks to @emilazy adding support for pkgconfig for SQLite upstream,
we can drop that part of the patch. The rest is still needed.
2020-06-12 21:55:49 -04:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Jörg Thalheim
8df5edc153
Merge pull request #87178 from hax404/teeworlds-module-test
...
nixos/{modules,tests}/teeworlds: init
2020-06-12 19:52:06 +01:00
Benjamin Hipple
9a91be049a
anki: format to fix indentation
...
Indentation was off the coding standards, so ran it through nixpkgs-fmt to
sanitize; no manual changes.
2020-06-10 19:46:38 +02:00
Ryan Mulligan
faaab8f9e4
Merge pull request #89870 from r-ryantm/auto-update/taisei
...
taisei: 1.3 -> 1.3.1
2020-06-09 06:03:52 -07:00
Nick Hu
a505e9d7f4
Merge pull request #89440 from priegger/fix/factorio-mkModDirDrv
...
factorio-utils: fix recursive mod dependency resolution
2020-06-09 13:16:33 +01:00
Nick Hu
de94d7a4f8
Merge pull request #89467 from priegger/fix/factorio-0.18.30
...
factorio{,-headless}-experimental: 0.18.29 -> 0.18.30
2020-06-09 13:11:49 +01:00
Samuel Hernandez
8c7b509897
terraria-server: 1.4.0.4 -> 1.4.0.5
2020-06-09 00:30:09 -04:00
R. RyanTM
7ec89e7793
taisei: 1.3 -> 1.3.1
2020-06-09 02:52:05 +00:00
R. RyanTM
aa36693149
angband: 4.2.0 -> 4.2.1
2020-06-08 11:43:11 -07:00
1000101
c597a7f869
formatting: fix missing leading whitespace
2020-06-07 17:29:08 -04:00
1000101
c8d679a141
ninvaders: init at 0.1.2
2020-06-07 22:24:36 +02:00
Lluís Batlle i Rossell
a0ea372715
tuxpaint: 0.9.22 -> 0.9.24
2020-06-06 18:27:02 +02:00
Georg Haas
6d1ca7db4a
nixos/{modules,tests}/teeworlds: init
...
add module and test
2020-06-06 17:06:23 +02:00
R. RyanTM
d00bd8200b
hyperrogue: 11.3l -> 11.3o
2020-06-06 09:25:34 +00:00
Aaron Andersen
dd3f483a05
Merge pull request #89517 from aanderse/tome4
...
tome4: fix error in .desktop file
2020-06-05 20:10:21 -04:00
Aaron Andersen
4cb3c06d44
tome4: fix error in .desktop file
2020-06-04 20:31:42 -04:00
Stefan Frijters
87dc127ce3
openttd: 1.10.1 -> 1.10.2
...
A bug in the upstream configure script was fixed (OpenTTD/OpenTTD#8145 ),
which means we now need `which` available during the build.
2020-06-04 15:38:08 -07:00
Lassulus
3327b9a385
Merge pull request #88129 from r-ryantm/auto-update/easyrpg-player
...
easyrpg-player: 0.6.1 -> 0.6.2
2020-06-04 13:49:10 +02:00
Philipp Riegger
bff1b77402
factorio{,-headless}-experimental: 0.18.29 -> 0.18.30
2020-06-04 09:28:34 +02:00
Philipp Riegger
9eb7b9af36
factorio-utils: fix recursive mod dependency resolution
2020-06-04 08:27:13 +02:00
Nick Hu
e37b999187
Merge pull request #89404 from priegger/fix/factorio-update
...
factorio{,-headless}-experimental: 0.18.26 -> 0.18.29
2020-06-03 23:03:33 +01:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Philipp Riegger
0de586eb01
factorio{,-headless}-experimental: 0.18.26 -> 0.18.29
2020-06-03 14:08:06 +02:00
Maximilian Bosch
71adcb757b
Merge pull request #89352 from davidak/klavaro10
...
klavaro: 3.08 -> 3.10
2020-06-03 09:35:02 +02:00
Niklas Hambüchen
1273be0e76
Merge pull request #89039 from r-ryantm/auto-update/tintin
...
tintin: 2.02.02 -> 2.02.03
2020-06-03 02:12:29 +02:00
Kloenk
472283589c
minecraft-server: add update script ( #88514 )
2020-06-02 18:48:53 +02:00
zimbatm
9f15e95ff2
Merge pull request #89308 from LnL7/remove-sri-hashes
...
Remove sri hashes
2020-06-02 16:24:01 +02:00
Lassulus
5e1bdc6af0
Merge pull request #89242 from foxit64/yquake2-743
...
yquake2: 7.30 -> 7.43
2020-06-02 15:57:58 +02:00
davidak
9a36fe96a5
klavaro: 3.08 -> 3.10
...
also fixes and cleanup
2020-06-02 15:57:37 +02:00
foxit64
7864354ac0
yquake2: 7.30 -> 7.43
2020-06-02 13:41:53 +02:00
Christoph Hrdinka
a2889d6de3
Merge pull request #87243 from euank/steam-runtime-update
...
steam: switch to the newer steam-runtime packaging
2020-06-02 11:07:30 +02:00
Stefan Frijters
46fcaf3c8a
openttd: Add XDG support ( #89296 )
2020-06-01 13:09:11 -04:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
Lancelot SIX
7c3ff4de9a
gnuchess: 6.2.6 -> 6.2.7
2020-05-31 18:23:58 +01:00
wchresta
c56b2821a1
legendary-gl: init at 0.0.14
...
* Adds requested launcher for EPIC games
* Fix #88963
2020-05-30 18:02:05 -04:00
Silvan Mosberger
edf2e9fbd2
Merge pull request #88218 from piperswe/piperswe/update-minecraft-launcher
2020-05-30 22:57:25 +02:00
Piper McCorkle
b4fa9575af
minecraft: set platforms
2020-05-30 05:09:00 -07:00
Piper McCorkle
a32bc05dc9
minecraft: 2.1.14403 -> 2.1.14947
2020-05-30 05:07:06 -07:00
R. RyanTM
ad13d3a7e9
pentobi: 17.3 -> 18.0
2020-05-27 12:09:25 -07:00
R. RyanTM
ff65352c5a
tintin: 2.02.02 -> 2.02.03
2020-05-27 18:02:18 +00:00
Lassulus
dcb996ddcc
Merge pull request #66003 from lambda-11235/taisei
...
taisei: init at 1.3
2020-05-26 20:55:44 +02:00
Ryan Mulligan
ff19714674
Merge pull request #88774 from r-ryantm/auto-update/supertux
...
superTux: 0.6.1.1 -> 0.6.2
2020-05-25 06:18:04 -07:00
Justin Humm
cdd519c489
factorio-{,headless}-experimental: 17.79 -> 18.26
...
also added myself as maintainer
2020-05-24 22:05:45 +02:00
Michele Guerini Rocco
919b0554e0
Merge pull request #87676 from OmnipotentEntity/katago-1.4.1
...
katago: 1.3.5 -> 1.4.2
2020-05-24 17:10:33 +02:00
R. RyanTM
ff873c329c
superTux: 0.6.1.1 -> 0.6.2
2020-05-24 12:34:37 +00:00
Samuel Hernandez
1bd0eec436
terraria-server: 1.4.0.3 -> 1.4.0.4
2020-05-23 15:12:58 -04:00
adisbladis
d8435f6d5f
Merge pull request #87915 from matthew-piziak/dwarf-fortress-enable-sound
...
add `enableSound` parameter to `dwarf-fortress` derivation
2020-05-23 02:34:10 +02:00
Jörg Thalheim
0393d1aa83
Merge pull request #88583 from etu/drop-lsi-package
2020-05-22 20:26:52 +01:00
Sohalt
002d38783a
nottetris2: init at 2.0 ( #87028 )
...
Co-authored-by: Yorick <yorickvanpelt@gmail.com>
2020-05-22 20:40:13 +02:00
Elis Hirwing
5191691c46
linux-steam-integration: Drop abandoned package that doesn't build
...
This fixes #88460
2020-05-22 09:00:39 +02:00
Janne Heß
466fb98bcd
terraria-server: 1.3.5.3 -> 1.4.0.3
...
Also use autoPatchelfHook and nixfmt it
2020-05-21 19:35:57 +02:00
gnidorah
6405edf2dc
tes3mp: fix working ( #88061 )
2020-05-20 13:25:36 -04:00
Piper McCorkle
6806b649c4
minecraft: 2.1.13509 -> 2.1.14403
2020-05-19 17:21:48 -07:00
R. RyanTM
067a26a43b
easyrpg-player: 0.6.1 -> 0.6.2
2020-05-19 04:50:35 +00:00
Michael Reilly
b1d8188f1f
katago: 1.3.5 -> 1.4.2
2020-05-18 13:41:47 -04:00
Matthew Piziak
879778c583
add enableSound
parameter to dwarf-fortress
derivation
...
try hardcoding
add back whitespace
2020-05-17 22:18:39 -04:00
Francesco Gazzetta
376a013dac
shattered-pixel-dungeon: 0.7.5f -> 0.8.0b
...
The desktop and mobile versions are now unified. This required a few
changes to dependencies and patching.
2020-05-16 15:22:38 +02:00
ajs124
5dcb627751
minetest: 5.1.1 -> 5.2.0
2020-05-12 21:16:12 +02:00
Marek Mahut
15b6987ca8
Merge pull request #84209 from prusnak/freeciv
...
freeciv: 2.6.0 -> 2.6.2
2020-05-10 23:11:07 +02:00
Jörg Thalheim
2a64b6f896
Merge pull request #87353 from Mic92/kenny
2020-05-09 11:57:57 +01:00
Michael Raskin
0a33e1e49f
Merge pull request #87358 from 7c6f434c/fix-tbe
...
tbe: fix build
2020-05-09 10:28:23 +00:00
Michael Raskin
33932b6f83
tbe: fix build
2020-05-09 11:59:13 +02:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Peter Simons
01a1423ddf
Merge pull request #87050 from rardiol/hedgewars
...
Hedgewars server fix haskell
2020-05-08 21:03:56 +02:00
Euan Kemp
870954a1da
steam: add back steamArch support
2020-05-08 00:32:02 -07:00
Euan Kemp
593c28b886
steam: switch to the newer steam-runtime packaging
...
Valve has started releasing tarballs of the steam runtime. It seems a
lot easier to download and extract a single tarball than to download a
buncha debs, extract them, and splat em around a bit.
Let's just use the runtime they build. It's a buncha random binary
packages anyway.
Also, the download url for their debs broke, so there's that too.
2020-05-08 00:18:59 -07:00
Sohalt
64bed7dde4
mari0: init at 1.6.2
...
* mari0: init at 1.6.2
* Quote URL per RFC 45, use SSL
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
* Inherit pname and version instead of setting name explicitly
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
2020-05-07 12:50:18 -07:00
Georg Haas
b89d52ee52
teeworlds: 0.7.4 -> 0.7.5
...
fixes CVE-2020-12066
2020-05-07 00:00:40 +02:00
Ricardo Ardissone
6b2f45c544
tome2: fix typo in .desktop file
2020-05-06 14:37:06 -03:00
Ricardo Ardissone
516931a697
tdm: fix typo in .desktop file
2020-05-06 14:36:38 -03:00
Vladimír Čunát
54eb2d1018
Merge branch 'staging-next'
...
Status on Hydra for linuxes seems good enough:
https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
2020-05-06 08:20:05 +02:00
Ricardo Ardissone
ae77b8f42d
hedgewars: use haskellPackages.network_2_6_3_1
...
gameServer/hedgewars-server.cabal indicates network version needs
to be < 3.0.
2020-05-06 01:14:06 -03:00
Ricardo Ardissone
c4abe7a3a5
tome4: fix typo in .desktop file
2020-05-05 16:36:12 -03:00
Patryk Wychowaniec
2350511425
netris: init at 0.52
2020-05-06 00:16:08 +05:30
Frederik Rietdijk
9875bbae75
Merge master into staging-next
2020-05-05 19:51:09 +02:00
Peter Hoeg
d8cf475890
Merge pull request #86842 from lheckemann/supertuxkart-split-data
...
superTuxKart: use assets directly from download
2020-05-05 13:15:29 +08:00
R. RyanTM
df7727398e
cutemaze: 1.2.5 -> 1.2.6
2020-05-04 21:40:43 -07:00