3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

6715 commits

Author SHA1 Message Date
Jayman2000 8d6a0e9658
ecwolf: better code style for meta.broken, fix GTK game selector (#212871)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-27 12:56:42 +01:00
Weijia Wang f4f592b17e
Merge pull request #212735 from ncfavier/ddnet
ddnet: 16.5 -> 16.7.2
2023-01-27 10:38:11 +01:00
wackbyte 8d4360b43c
grapejuice: 7.2.0 -> 7.2.1 2023-01-26 22:21:42 -05:00
Weijia Wang 6bea3036e7
Merge pull request #212854 from r-ryantm/auto-update/vintagestory
vintagestory: 1.17.9 -> 1.17.10
2023-01-27 03:53:00 +01:00
Nick Cao 5e26373583
Merge pull request #210275 from danth/patch-1
papermc: 1.19.2r131 -> 1.19.3r375
2023-01-27 08:57:59 +08:00
R. Ryantm 680012ee68 vintagestory: 1.17.9 -> 1.17.10 2023-01-26 22:50:12 +00:00
Naïm Favier 5d7371f8ac
ddnet: pull upstream patch to fix darwin 2023-01-26 15:47:32 +01:00
Naïm Favier e722b101f4
ddnet: 16.5 -> 16.7.2
Adds a build dependency on Rust.

Also enable the tests and add me as maintainer.
2023-01-26 11:54:00 +01:00
Naïm Favier 838857d11a
Merge pull request #197929 from atemp/emp_ddnet_16.5 2023-01-26 09:28:45 +01:00
Weijia Wang e3a253b575
Merge pull request #211342 from r-ryantm/auto-update/wesnoth
wesnoth: 1.16.6 -> 1.16.7
2023-01-26 03:59:41 +01:00
Weijia Wang 47e49ff02b
Merge pull request #212551 from peterhoeg/u/gcompris_3_1
gcompris: 2.4 -> 3.1
2023-01-25 23:14:48 +01:00
Francesco Gazzetta bb0a4d0c34
Merge pull request #211561 from fgaz/domination/1.2.7
domination: 1.2.5 -> 1.2.7
2023-01-25 14:28:19 +00:00
Naïm Favier 7607aa2f27
Merge pull request #212423 from ncfavier/dwarf-fortress-macos
Fixes https://github.com/NixOS/nixpkgs/issues/204851
2023-01-25 11:28:57 +01:00
Peter Hoeg 1532e73a98 gcompris: 2.4 -> 3.1 2023-01-25 15:50:04 +08:00
360ied 91bd7af0a5 classicube: 1.3.4 -> 1.3.5
changelog: https://github.com/UnknownShadow200/ClassiCube/releases/tag/1.3.5

changes in nixpkgs build:
- skins work again
- build no longer use SDL2 (libXi no longer has problems now)
2023-01-24 22:23:07 -05:00
Naïm Favier ac0d4f035f
dwarf-fortress: set PRINT_MODE:STANDARD on macOS
Fixes https://github.com/NixOS/nixpkgs/issues/204851
2023-01-24 13:55:01 +01:00
Nick Cao 542ef38802
Merge pull request #211602 from Jayman2000/ecwolf-1.4.0
ecwolf: replace `fetchurl` with `fetchFromBitbucket` & 1.3.3 -> 1.4.0
2023-01-24 16:48:58 +08:00
Weijia Wang 07d5406f8d
Merge pull request #211104 from wegank/performous-bump
performous: 1.1 -> 1.2.0
2023-01-23 11:16:53 +01:00
Nick Cao 8e7f108599
Merge pull request #211432 from Atemu/update/BeatSaberModManager
BeatSaberModManager: bump deps
2023-01-23 15:59:28 +08:00
Weijia Wang 2e32ae8969
Merge pull request #204949 from r-ryantm/auto-update/vassal
vassal: 3.6.7 -> 3.6.10
2023-01-23 07:54:13 +01:00
Weijia Wang bc8dfb483d
Merge pull request #204385 from r-ryantm/auto-update/openttd-nml
openttd-nml: 0.7.0 -> 0.7.1
2023-01-23 07:39:11 +01:00
Weijia Wang 1b105b282b
Merge pull request #203234 from r-ryantm/auto-update/unciv
unciv: 4.3.1 -> 4.4.3
2023-01-23 07:27:06 +01:00
Weijia Wang 6805064904
Merge pull request #199882 from r-ryantm/auto-update/legendary-gl
legendary-gl: 0.20.31 -> 0.20.32
2023-01-23 06:14:42 +01:00
Weijia Wang 197403e3a6
Merge pull request #209347 from WolfangAukang/rare-relax
rare: relax legendary-gl
2023-01-23 06:05:56 +01:00
Weijia Wang aeae1fc39c
Merge pull request #194967 from r-ryantm/auto-update/hyperrogue
hyperrogue: 12.1a -> 12.1h
2023-01-22 22:51:22 +01:00
Weijia Wang 218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie 65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Jason Yundt d0d65badfc ecwolf: 1.3.3 -> 1.4.0
Release announcement: <https://maniacsvault.net/entry91>

SDL and SDL_mixer had to be replaced with SDL2 and SDL2_mixer to get the
new version of ECWolf to compile. Also, SDL2_net had to be added since
ECWolf now has support for multiplayer (see
<https://maniacsvault.net/ecwolf/multiplayer.php>).

Closes #211388.
2023-01-21 08:45:22 -05:00
Jason Yundt aeb8fd1296 ecwolf: replace fetchurl with fetchFromBitbucket
This change makes ecwolf’s src slightly simpler. It also makes ecwolf’s
src more future proof. When ECWolf 2.0 is released, the “1.x” in the
maniacsvault.net URL is likely to change, but the Bitbuck repo isn’t
likely to change. Additionally, this change reduces the difference
between ecwolf’s default.nix and lzwolf’s default.nix (LZWolf is a fork
of ECWolf). Finally, this change makes nixpkgs rely on bitbucket.org
instead of maniacsvault.net. bitbucket.org is probably more reliable
than maniacsvault.net.
2023-01-21 08:45:21 -05:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm e550b2c9c8 unciv: 4.3.1 -> 4.4.3 2023-01-20 23:59:04 +00:00
Sandro e8cf2f3205
Merge pull request #211658 from raphaelr/steam-libxcrypt 2023-01-20 13:39:09 +01:00
dantefromhell dea00a0578
factorio-experimental: 1.1.74 -> 1.1.76 (#211452)
Co-authored-by: dantefromhell <dantefromhell@users.noreply.github.com>
2023-01-20 13:18:40 +01:00
0x4A6F b188e656d9
Merge pull request #211620 from fgaz/lgogdownloader/gui
lgogdownloader: enable GUI
2023-01-20 00:34:45 +01:00
Raphael Robatsch 0a22920a97 steam-run: add libxcrypt to FHS environment
Required by some games.
2023-01-19 20:18:44 +01:00
Francesco Gazzetta 8f0bc3884d lgogdownloader: enable GUI 2023-01-19 18:36:17 +01:00
Francesco Gazzetta 2f95d02f3d domination: 1.2.5 -> 1.2.7 2023-01-19 12:01:50 +01:00
Atemu 6caaaeff07 BeatSaberModManager: bump deps
Fixes the build
2023-01-18 19:04:46 +01:00
R. Ryantm 3efc69523f wesnoth: 1.16.6 -> 1.16.7 2023-01-18 07:17:34 +00:00
Nick Cao 11da253ac9
Merge pull request #211032 from r-ryantm/auto-update/ferium
ferium: 4.3.3 -> 4.3.4
2023-01-17 09:25:48 +08:00
Weijia Wang 1b89ef3acc performous: 1.1 -> 1.2.0 2023-01-16 20:51:47 +01:00
Nick Cao a90e324332
Merge pull request #210785 from fgaz/mindustry/nixos-test
nixosTests.mindustry: init; mindustry: use SRI hashes
2023-01-16 16:21:06 +08:00
huantian e3da673893 tetrio-plus: 0.23.13 -> 0.25.2 2023-01-16 09:20:47 +01:00
R. Ryantm a2244cd5dd vassal: 3.6.7 -> 3.6.10 2023-01-16 05:31:38 +00:00
R. Ryantm 5019646151 ferium: 4.3.3 -> 4.3.4 2023-01-16 05:18:51 +00:00
Nick Cao b7d280df7a
Merge pull request #210737 from witchof0x20/plogon_here
xivlauncher: 1.0.2 -> 1.0.3
2023-01-16 13:02:00 +08:00
Jörg Thalheim a404818598
Merge pull request #210635 from reedrw/r2mod133
r2mod_cli: 1.3.2 -> 1.3.3
2023-01-16 01:34:07 +01:00
Winter 2556ba08ee
xivlauncher: remove ashkitten as maintainer
Requested in https://github.com/NixOS/nixpkgs/pull/210737#issuecomment-1382894954
2023-01-15 11:17:01 -05:00
Jade 95cd72f731
xivlauncher: add witchof0x20 as maintainer 2023-01-15 11:16:42 -05:00
Francesco Gazzetta cd0e49f419 mindustry: use SRI hashes 2023-01-15 13:11:37 +01:00