Commit Graph

8503 Commits

Author SHA1 Message Date
github-actions[bot]
9f668e83bd
Merge staging-next into staging 2023-11-27 06:01:28 +00:00
Peder Bergebakken Sundt
b1c1589abd
Merge pull request #213867 from jtrees/init-rotp
rotp: init at 1.04
2023-11-27 03:34:06 +01:00
Yifei Sun
aecd00daa6
osu-lazer-bin: remove version from name
Reported-by: Lord-Valen <lord_valen@protonmail.com>
2023-11-26 17:40:18 -05:00
h7x4
86b4c21783
stepmania: install desktop entry and icons 2023-11-26 22:14:53 +01:00
h7x4
6c241dc0f0
stepmania: add h7x4 as maintainer 2023-11-26 22:14:53 +01:00
h7x4
e26e222a50
stepmania: 5.1.0-b2 -> 5.1.0-b2-unstable-2022-11-14
This also upgrades the dependency `ffmpeg_4` -> `ffmpeg_6`
2023-11-26 22:14:15 +01:00
github-actions[bot]
e5bb78518f
Merge staging-next into staging 2023-11-26 18:01:24 +00:00
PassiveLemon
6df9920261 gdlauncher: 3.1.44 -> 3.1.45 2023-11-26 11:29:02 -05:00
Mika Feiler
a8f393e6c1 cataclysmDDA: update mods: mirror github user
SomeDeadGuy/UndeadPeopleTileset disappeared from GitHub, replaced with jmz-b/UndeadPeopleTileset who mirrored it
2023-11-26 16:48:42 +02:00
ajs124
a5ba4bf8c7 ue4: remove
Closes https://github.com/NixOS/nixpkgs/issues/17162
has been broken for years
2023-11-26 16:26:41 +02:00
Artturi
4b27e14f8c
Merge pull request #265738 from Artturin/patchshebangcon
stdenv: run patchShebangs on the configure script when it's a file
2023-11-26 01:28:41 +02:00
h7x4
5a81ef6335
stepmania: use SRI hash 2023-11-26 00:24:00 +01:00
h7x4
d7890eda28
stepmania: use diff-friendly formatting 2023-11-26 00:23:45 +01:00
Silvan Mosberger
b69f44d251
Merge pull request #269900 from seirl/instawow
instawow: init at 3.1.0
2023-11-25 18:17:45 +01:00
Antoine Pietri
68a2749b5b instawow: init at 3.1.0 2023-11-25 17:13:40 +00:00
Felix Bühler
d9229abc0b
Merge pull request #269301 from Stunkymonkey/anki-migrate-prefetch-yarn-deps
anki: migrate to prefetch-yarn-deps
2023-11-25 17:41:18 +01:00
Artturin
20591326aa treewide: remove unnecessary patching of configure script
The configure phase of `stdenv` now runs `patchShebangs` on
`configureScript`.

Did not remove `patchShebangs` in packages which override `configurePhase`
2023-11-25 18:16:12 +02:00
Peder Bergebakken Sundt
06c76fd672
Merge pull request #263675 from numinit/armagetronad
armagetronad: 0.2.9.1.0 -> 0.2.9.1.1 + refactor
2023-11-25 17:09:03 +01:00
Nick Cao
d9b70d98ff
Merge pull request #269693 from aidalgol/nile-passthru-fix
nile: fix passthru.updateScript
2023-11-25 09:56:41 -05:00
Felix Buehler
9d1029f253 anki: migrate to prefetch-yarn-deps 2023-11-25 12:31:32 +01:00
Felix Bühler
1ec2460ca4
Merge pull request #269300 from Stunkymonkey/heroic-migrate-prefetch-yarn-deps
heroic: migrate to prefetch-yarn-deps
2023-11-25 02:59:17 +01:00
Felix Bühler
3174c78bc3
Merge pull request #269299 from Stunkymonkey/r2modman-migrate-prefetch-yarn-deps
r2modman: migrate to prefetch-yarn-deps
2023-11-25 02:45:44 +01:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
Aidan Gauland
23a9597a0e
nile: fix passthru.updateScript
The update script was erroneously carried over from the gogdl
derivation code, upon which this derivation was based initially.  It
should be using unstableGitUpdater instead.

Date in current "unstable" version string corrected to UTC.
2023-11-25 07:52:58 +13:00
Felix Buehler
a52972dbff heroic: migrate to prefetch-yarn-deps 2023-11-22 23:03:52 +01:00
Felix Buehler
f59a3beaca r2modman: migrate to prefetch-yarn-deps 2023-11-22 23:01:40 +01:00
Artturi
6e9a32dc27
Merge pull request #267485 from Scrumplex/pkgs/prismlauncher/pciutils 2023-11-22 20:43:02 +02:00
R. Ryantm
4121a13bd7 hyperrogue: 12.1x -> 12.1y 2023-11-22 08:03:13 -08:00
Peder Bergebakken Sundt
01b6d8bd71
Merge pull request #259774 from surfaceflinger/jazz2-finalattrs
jazz2: switch to finalAttrs, use runCommandLocal for content, migrate to by-name
2023-11-22 16:59:46 +01:00
Sefa Eyeoglu
c197424bb1
prismlauncher: add pciutils to wrapper
The application uses lspci to print some system information to log

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-21 10:41:58 +01:00
Naïm Favier
b6eba20e67
Merge pull request #268658 from jtbx/teeworlds-buildClient
teeworlds, ddnet: add buildClient feature flag
2023-11-20 23:45:13 +01:00
Jeremy
9c0e68d9a8 ddnet: add buildClient feature flag
see 2fdbababe1
2023-11-21 06:43:03 +13:00
Jeremy
2fdbababe1 teeworlds: add buildClient feature flag
Allows for only building the Teeworlds server (for example, in a
headless environment). This gets rid of a great deal of dependencies
which would be unneccessary in a headless server.

Also added the package "teeworlds-server" in all-packages.nix, defined
as an override.
2023-11-21 06:41:41 +13:00
Francesco Gazzetta
91ac5b759c experienced-pixel-dungeon: 2.15.3 -> 2.16 2023-11-20 16:58:51 +00:00
starzation
778f535304 badlion-client: init at 3.15.0 2023-11-20 23:28:51 +07:00
Elmo Todurov
1601c4d052 mnemosyne: 2.7.2 → 2.10.1 2023-11-20 16:10:38 +02:00
Janik
340a3345a2
Merge pull request #268377 from r-ryantm/auto-update/fheroes2 2023-11-20 11:38:29 +01:00
Weijia Wang
789d57c5cf
Merge pull request #268219 from Samuel-Martineau/fix/moon-buggy
moon-buggy: add darwin compatibility
2023-11-20 07:34:46 +01:00
GetPsyched
07ca66a097
atlauncher: 3.4.34.2 -> 3.4.35.3 2023-11-20 08:41:29 +05:30
Mario Rodas
eb796509e3
Merge pull request #267475 from stepbrobd/osu-lazer-bin
osu-lazer-bin: 2023.1026.0 -> 2023.1114.1
2023-11-19 07:50:04 -05:00
Jeremy
6fed70035d ddnet: 17.3 -> 17.4 2023-11-19 14:01:00 +13:00
R. Ryantm
f64eedb509 fheroes2: 1.0.9 -> 1.0.10 2023-11-18 21:47:14 +00:00
Artturi
3a69df101e
Merge pull request #248321 from SuperSamus/itch 2023-11-18 23:36:00 +02:00
Samuel-Martineau
de06161146
moon-buggy: add darwin compatibility 2023-11-18 11:18:54 -05:00
R. Ryantm
63d18064db doomretro: 5.0.4 -> 5.0.7 2023-11-17 14:55:03 +00:00
Weijia Wang
6769eec801 scummvm: fix build on darwin 2023-11-17 10:44:45 +01:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
7c6f434c
b7137a71c1
Merge pull request #267948 from uninsane/pr-animatch
animatch: init at 1.0.3
2023-11-17 06:05:29 +00:00
Colin
1284b39177 animatch: init at 1.0.3 2023-11-17 00:16:12 +00:00
Artturi
839563108f
Merge pull request #267957 from pbsds/nix-update-main-program 2023-11-17 00:36:48 +02:00
Vladimír Čunát
a7a8f8253d
Merge #263535: staging-next 2023-10-26 2023-11-16 22:06:22 +01:00
Peder Bergebakken Sundt
dc2ce0af94 nix-update: set meta.mainProgram 2023-11-16 21:42:13 +01:00
multiplealiases
00f0d34a6c the-powder-toy: only install .desktop on Linux 2023-11-16 19:11:18 +00:00
multiplealiases
0a2425dcff the-powder-toy: unstable-2022-08-30 -> 97.0.352
add new deps jsoncpp and libpng, also add mesonFlags
-Dworkaround_elusive_bzip2=false to prevent build failure.
powder.desktop is now generated inside the build directory from a
template in ../resources/powder.template.desktop
2023-11-16 19:11:18 +00:00
Vladimír Čunát
0fe5300699
Merge branch 'master' into staging-next 2023-11-16 09:49:24 +01:00
Nick Cao
234af5264d
Merge pull request #267599 from r-ryantm/auto-update/vassal
vassal: 3.7.4 -> 3.7.5
2023-11-15 09:23:18 -05:00
github-actions[bot]
eba04b3485
Merge master into staging-next 2023-11-15 12:01:18 +00:00
Peder Bergebakken Sundt
229ee1db66
Merge pull request #267340 from a-n-n-a-l-e-e/rbdoom-3-fix-build
rbdoom-3-bfg: apply upstream patch; fix build
2023-11-15 12:26:43 +02:00
R. Ryantm
7765d62bc7 vassal: 3.7.4 -> 3.7.5 2023-11-15 06:12:21 +00:00
Luflosi
6227e97c55
aaaaxy: 1.4.72 -> 1.4.101
https://github.com/divVerent/aaaaxy/releases/tag/v1.4.101
2023-11-14 23:37:47 +01:00
Yifei Sun
ffa533f5d7
osu-lazer-bin: 2023.1026.0 -> 2023.1114.1 2023-11-14 10:46:01 -05:00
Martin Weinelt
3c336a1647
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/gdcm/default.nix
2023-11-14 13:16:34 +01:00
R. Ryantm
6fe1a0f6f6 sgt-puzzles: 20230918.2d9e414 -> 20231025.35f7965 2023-11-14 20:30:20 +11:00
Anna Lee
70ed962531
rbdoom-3-bfg: apply upstream patch; fix build
apply feffa4a4dd to fix shader compile error
2023-11-13 21:40:05 -08:00
Fabián Heredia Montiel
884449105e Merge remote-tracking branch 'origin/master' into staging-next 2023-11-13 14:31:51 -06:00
Peder Bergebakken Sundt
db86bc5c4e
Merge pull request #267112 from amarshall/steam-run-mainprogram
steam-run: Set meta.mainProgram
2023-11-13 01:47:18 +02:00
Andrew Marshall
fe94af355c steam-run: Set meta.mainProgram
Otherwise it is inheriting "steam" from `steam.meta`.
2023-11-12 16:56:38 -05:00
Weijia Wang
c1eb661271 Merge branch 'master' into staging-next 2023-11-12 22:13:26 +01:00
Anderson Torres
f8bd787134 brogue-ce: add AndersonTorres as maintainer
Because I am already a mantainer for Brogue Classic.
2023-11-12 21:17:24 +01:00
Anderson Torres
bcec59d388 brogue: adopted by AndersonTorres and fgaz 2023-11-12 21:17:24 +01:00
Artturi
7bb5c7ae05
Merge pull request #266154 from sersorrel/xivlauncher-meta 2023-11-12 22:15:11 +02:00
Weijia Wang
74d102ce50 Merge branch 'master' into staging-next 2023-11-12 19:45:20 +01:00
Weijia Wang
bb5d5ff4c3
Merge pull request #263836 from auxves/raylib-macos
raylib: support macOS
2023-11-12 19:16:23 +01:00
github-actions[bot]
33248a2caf
Merge master into staging-next 2023-11-12 00:02:14 +00:00
nat
80aced8d5c
jazz2{,-content}: 2.1.0 -> 2.2.2, refactor 2023-11-11 21:28:53 +01:00
Francesco Gazzetta
703b9db6c5 hikounomizu: 1.0 -> 1.0.1 2023-11-11 19:53:55 +00:00
Francesco Gazzetta
65410694e2 warzone2100: 4.3.5 -> 4.4.0 2023-11-11 19:50:29 +00:00
Francesco Gazzetta
db7401360a maintainers: remove skeidel
* Has been inactive for over 3 years
  https://github.com/svenkeidel?tab=overview&from=2020-12-01&to=2020-12-31&org=NixOS
* Is not responsive
  https://github.com/NixOS/nixpkgs/pull/249917
2023-11-11 19:28:45 +00:00
github-actions[bot]
9776723357
Merge master into staging-next 2023-11-11 18:00:58 +00:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
R. Ryantm
a88bfcc380 freeciv: 3.0.8 -> 3.0.9 2023-11-11 06:28:31 +00:00
github-actions[bot]
912311b7fd
Merge master into staging-next 2023-11-11 00:02:21 +00:00
Mahmoud Ayman
6465bb8af2
maintainers: remove atemu 2023-11-10 17:27:13 +02:00
Alyssa Ross
afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
Conflicts:
	pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01:00
Mahmoud Ayman
41589dfbac
anki-bin: 23.10 -> 23.10.1 2023-11-10 14:24:30 +02:00
OTABI Tomoya
c894ab17c0
Merge pull request #266057 from r-ryantm/auto-update/yquake2
yquake2: 8.20 -> 8.30
2023-11-10 17:56:04 +09:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next 2023-11-09 18:00:56 +00:00
Rick van Schijndel
5bfa967f04
Merge pull request #254634 from majiru/update-runelite
runelite: 2.5.0 -> 2.6.9, build jar from source
2023-11-09 18:44:37 +01:00
Jacob Moody
b4fc3f72d9 runelite: add updateScript 2023-11-09 08:44:34 -06:00
github-actions[bot]
2d73797da4
Merge master into staging-next 2023-11-09 12:01:04 +00:00
Kirill Radzikhovskyy
51ea6bf33c flightgear: remove unnecessary desktop item
Upstream already provides a (better) desktop file.
2023-11-09 08:36:13 +01:00
Kirill Radzikhovskyy
6f92f147c0 flightgear: 2020.3.18 -> 2020.3.19 2023-11-09 08:36:13 +01:00
github-actions[bot]
263a89fa08
Merge master into staging-next 2023-11-08 12:01:20 +00:00
Weijia Wang
668e3215c7
Merge pull request #266131 from Scrumplex/pkgs/prismlauncher/8.0
prismlauncher: 7.2 -> 8.0
2023-11-08 09:12:12 +01:00
Weijia Wang
4a5b222dfb
Merge pull request #266022 from fgaz/summoning-pixel-dungeon/1.2.5a
summoning-pixel-dungeon: 1.2.5 -> 1.2.5a
2023-11-08 07:43:15 +01:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next 2023-11-08 06:15:46 +00:00
Jacob Moody
835ce94566 runelite: build jar from source instead of downloading 2023-11-07 21:55:38 -06:00
Jacob Moody
56a843852b runelite: 2.6.8 -> 2.6.9 2023-11-07 21:53:31 -06:00
Jacob Moody
1fd9b59f79 runelite: add mainProgram 2023-11-07 21:53:31 -06:00
Jacob Moody
e4c1954084 runelite: 2.5.0 -> 2.6.8 2023-11-07 21:53:31 -06:00
K900
40e5c0270f
Merge pull request #265555 from aidalgol/heroic-2.10
heroic: 2.9.2 -> 2.10.0
2023-11-08 06:30:02 +03:00
ash
1ab5bec1f5 xivlauncher: correct meta.homepage 2023-11-07 21:41:58 +00:00
Sefa Eyeoglu
8cda15836d
prismlauncher: 7.2 -> 8.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-07 20:45:10 +01:00
Francesco Gazzetta
f7177e24aa shattered-pixel-dungeon: 2.1.4 -> 2.2.1 2023-11-07 19:33:16 +00:00
github-actions[bot]
1505981287
Merge master into staging-next 2023-11-07 18:00:55 +00:00
Ryan Lahfa
c0d8c9b9ac
Merge pull request #262121 from mdarocha/openra-update 2023-11-07 14:55:59 +01:00
R. Ryantm
8fe0026101 yquake2: 8.20 -> 8.30 2023-11-07 12:58:57 +00:00
R. Ryantm
7e8337af46 ultrastardx: 2023.9.0 -> 2023.11.0 2023-11-07 12:37:20 +00:00
Jacob Birkett
9175b939c1 prismlauncher: give interm. package accurate name 2023-11-07 03:30:12 -07:00
Jacob Birkett
8be05482df prismlauncher: move shellWrapper to let block 2023-11-07 03:30:12 -07:00
Francesco Gazzetta
2c9c8b8475 summoning-pixel-dungeon: 1.2.5 -> 1.2.5a 2023-11-07 09:50:42 +01:00
Weijia Wang
311c0ae699 Merge branch 'master' into staging-next 2023-11-07 03:22:29 +01:00
Weijia Wang
5ad65f25cf
Merge pull request #264818 from mahmoudk1000/master
anki-bin: 2.1.66 -> 23.10
2023-11-07 01:35:50 +01:00
github-actions[bot]
38bc2a577e
Merge master into staging-next 2023-11-07 00:02:31 +00:00
Dmitry Kalinkin
93b63a2cab
Merge pull request #265514 from xworld21/treewide-texlive-with-packages
treewide: switch to texlive.withPackages
2023-11-06 16:47:04 -05:00
Thiago Kenji Okada
a0612c3c65
Merge pull request #265909 from gepbird/osu-lazer-bump
osu-lazer: 2023.815.0 -> 2023.1026.0
2023-11-06 21:39:30 +00:00
Gutyina Gergő
dc9887e68c
osu-lazer: 2023.815.0 -> 2023.1026.0 2023-11-06 20:22:52 +01:00
Weijia Wang
32da89a1a1 Merge branch 'master' into staging-next 2023-11-06 14:33:18 +01:00
Peder Bergebakken Sundt
680d0051de
Merge pull request #263015 from surfaceflinger/lunarclient-autoupdate
lunar-client: migrate to by-name and add updateScript
2023-11-06 11:15:54 +02:00
Thiago Kenji Okada
b45133e20d
Merge pull request #244298 from oxalica/remove-unused
{birdtray,isgx,mycrypto,osu-lazer,stretchly,tree-sitter}: remove oxalica as maintainer
2023-11-06 08:13:34 +00:00
K900
127a01401b legendary-gl: 0.20.33 -> unstable-2023-10-14
Required for latest Heroic to work properly.
2023-11-06 10:16:52 +03:00
K900
c240d63ced heroic: fix infinite loop when starting some games 2023-11-06 10:16:50 +03:00
github-actions[bot]
b23f12e076
Merge master into staging-next 2023-11-06 00:02:12 +00:00
Morgan Jones
6f41e0b9af
armagetronad: reproducible build by setting version 2023-11-05 13:34:58 -08:00
Morgan Jones
f5803331cf
armagetronad: 0.2.9.1.0 -> 0.2.9.1.1 + passthrus for other versions
Support the following passthrus for more obscure game server setups:

- `armagetronad."0.2.9-sty+ct+ap"[.dedicated]`
- `armagetronad."0.4"[.dedicated]`
2023-11-05 12:29:49 -08:00
K900
e437fe253b
Merge pull request #262184 from aidalgol/missing-game-fhsenv-libs
Add libunwind to Heroic and Steam FHS envs
2023-11-05 21:54:40 +03:00
github-actions[bot]
bb38778356
Merge master into staging-next 2023-11-05 18:00:55 +00:00
Mario Rodas
2b8117040e
Merge pull request #264436 from anthonyroussel/updatess/meritous
meritous: 1.4 -> 1.5
2023-11-05 07:11:08 -05:00
github-actions[bot]
2ecaf22639
Merge master into staging-next 2023-11-05 12:01:15 +00:00
Vincenzo Mantova
8ada8e2b25 dwarf-fortress: replace texlive.combine with texliveBasic.withPackages 2023-11-05 11:56:05 +00:00
R. Ryantm
867fe984b5 gzdoom: 4.11.1 -> 4.11.3 2023-11-05 03:26:08 +00:00
Aidan Gauland
e9a9a60690
heroic: 2.9.2 -> 2.10.0
Fixes #264156.
2023-11-05 10:33:11 +13:00
Aidan Gauland
029da50101
nile: 1.0.0 -> unstable-2023-10-03
Upstream isn't putting out releases, so we need to track the main
branch.
2023-11-05 09:17:10 +13:00
Aidan Gauland
2513ca1dbc
heroic: add unzip to FHS env
Fixes #262299.
2023-11-05 08:56:09 +13:00
Weijia Wang
44f16f33cc Merge branch 'master' into staging-next 2023-11-04 01:43:45 +01:00
Weijia Wang
5eb176a4a5
Merge pull request #263988 from r-ryantm/auto-update/hyperrogue
hyperrogue: 12.1q -> 12.1x
2023-11-04 01:18:43 +01:00
Mahmoud Ayman
3c381e85c7
anki-bin: 2.1.66 -> 23.10 2023-11-01 15:37:29 +02:00
Martino Fontana
622ab3596d itch: 25.6.2 -> 26.1.2 2023-11-01 12:31:22 +01:00
github-actions[bot]
81270bbdcf
Merge master into staging-next 2023-10-31 18:01:02 +00:00
Andreas Rammhold
9068257298 factorio-headless: 1.1.91 -> 1.1.94 2023-10-31 17:45:40 +01:00
Andreas Rammhold
49e9b24603 factorio-headlesss-experimental: 1.1.92 -> 1.1.94 2023-10-31 17:45:40 +01:00
Andreas Rammhold
07f0f42c09 factorio-demo: 1.1.91 -> 1.1.94 2023-10-31 17:45:40 +01:00
Andreas Rammhold
ab158aab34 factorio-demo-experimental: 1.1.92 -> 1.1.94 2023-10-31 17:45:35 +01:00
Andreas Rammhold
70aa7831ac factorio: 1.1.91 -> 1.1.94 2023-10-31 17:35:50 +01:00
Andreas Rammhold
46b3377b75 factorio-experimental: 1.1.92 -> 1.1.94 2023-10-31 17:34:59 +01:00
Nick Cao
c379deb3f6
Merge pull request #264532 from r-ryantm/auto-update/minesweep-rs
minesweep-rs: 6.0.35 -> 6.0.39
2023-10-31 12:08:33 -04:00
Franz Pletz
a7aba55a13
Merge pull request #254749 from fgaz/shattered-pixel-dungeon/mods 2023-10-31 15:56:21 +01:00
R. Ryantm
79d68ddfed aaaaxy: 1.4.50 -> 1.4.72 2023-10-31 08:44:21 +00:00
R. Ryantm
743b1ec290 minesweep-rs: 6.0.35 -> 6.0.39 2023-10-31 07:28:22 +00:00
Ryan Hendrickson
d768bf69a1 maptool: extract application JARs from package
... instead of using the uber-JAR release.

Packing the JARs together causes the JavaScript macro functionality not
to work, as the scripting interface uses a ServiceLoader to find
language providers via text file resources that share a common name.
With one file per JAR, this works great. When multiple files with the
same name are in one uber-JAR, all but one of them are shadowed, and
the JavaScript language provider was getting lost.
2023-10-30 19:45:15 -04:00
Anthony Roussel
398758b86b
meritous: migrate to by-name 2023-10-30 21:32:22 +01:00
github-actions[bot]
931938d1df
Merge master into staging-next 2023-10-30 18:01:02 +00:00
Weijia Wang
c8e0916d02
Merge pull request #261264 from TimTechDev/update/minecraft-server_1-20-2
minecraft-server: 1.20.1 -> 1.20.2
2023-10-30 13:52:44 +01:00
github-actions[bot]
7f11b9b46b
Merge master into staging-next 2023-10-30 12:01:05 +00:00
R. Ryantm
7b0a2b8d87 brogue-ce: 1.12 -> 1.13 2023-10-30 10:59:39 +00:00
github-actions[bot]
954eb09381
Merge master into staging-next 2023-10-29 00:02:24 +00:00
Peder Bergebakken Sundt
da743533dc
Merge pull request #259374 from trofi/sladeUnstable-update
sladeUnstable: unstable-2022-08-15 -> unstable-2023-09-30
2023-10-28 22:30:36 +02:00
github-actions[bot]
52b6b90243
Merge master into staging-next 2023-10-28 18:00:57 +00:00
R. Ryantm
5579da56ee hyperrogue: 12.1q -> 12.1x 2023-10-28 15:58:03 +00:00
Francesco Gazzetta
b9addb4b76 brogue-ce: init at 1.12 2023-10-28 14:33:26 +00:00
Francesco Gazzetta
32c51ff1df shorter-pixel-dungeon: init at 1.2.0 2023-10-28 15:32:58 +02:00
Francesco Gazzetta
ebc472116e summoning-pixel-dungeon: init at 1.2.5 2023-10-28 15:32:57 +02:00
Francesco Gazzetta
180831dd46 experienced-pixel-dungeon: init at 2.15.3 2023-10-28 15:32:57 +02:00
Sergei Trofimovich
1c82965b06 endgame-singularity: add "mainProgram"
Withtout the change `nix run` fails to run the game:

    $ nix run -f. endgame-singularity
    error: unable to execute '...-endgame-singularity-1.00/bin/endgame-singularity': No such file or directory
2023-10-28 12:25:28 +01:00
github-actions[bot]
81ed2302dc
Merge master into staging-next 2023-10-28 06:00:57 +00:00
Weijia Wang
f5da3b7b96
Merge pull request #262655 from r-ryantm/auto-update/vassal
vassal: 3.7.0 -> 3.7.4
2023-10-28 04:21:51 +02:00
auxves
3dd6060ab5 raylib: support macOS 2023-10-28 00:40:38 +02:00
github-actions[bot]
4c838ddf14
Merge master into staging-next 2023-10-27 18:01:08 +00:00
spacefault
7dfb190656
osu-lazer-bin: 2023.1008.1 -> 2023.1026.0
This commit updates the osu-lazer-bin package from 2023.1008.1 to
2023.1026.0. The release notes for this version can be seen here:
https://github.com/ppy/osu/releases/tag/2023.1026.0
2023-10-26 16:42:34 -06:00
github-actions[bot]
96132a216a
Merge master into staging-next 2023-10-26 18:01:02 +00:00
Nick Cao
2b4724e011
Merge pull request #263503 from jtbx/sauerbraten-meta.homepage
sauerbraten: add meta.homepage
2023-10-26 09:10:50 -04:00
Sergei Trofimovich
3046935bfe warzone2100: fix build against curl-8.4
Without the change the builds fails as
https://hydra.nixos.org/log/536ibf1x7xzfnqr0m5shn09x75cjcaf2-warzone2100-4.3.5.drv:

    error: 'CURLSSLBACKEND_NSS' is deprecated: since 8.3.0.  [-Werror=deprecated-declarations]
     1273 |         const std::vector<curl_sslbackend> backendPreferencesOrder = {CURLSSLBACKEND_SCHANNEL, CURLSSLBACKEND_DARWINSSL, CURLSSLBACKEND_GNUTLS, CURLSSLBACKEND_NSS};

The change pulls in upstream fix.
2023-10-26 12:50:27 +00:00
github-actions[bot]
08be9a9577
Merge master into staging-next 2023-10-26 12:01:25 +00:00
Mario Rodas
9fe62bf05c
Merge pull request #260868 from Zumorica/2023-10-13-update-space-station-14
space-station-14-launcher: 0.22.1 -> 0.24.0
2023-10-26 05:26:45 -05:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Jeremy
c3834e7bd6
sauerbraten: add meta.homepage 2023-10-26 17:10:22 +13:00
Fabián Heredia Montiel
fdc5d61353
Merge pull request #263346 from r-ryantm/auto-update/infra-arcana
infra-arcana: 22.0.0 -> 22.1.0
2023-10-25 15:56:14 -06:00
R. Ryantm
ea26202277 infra-arcana: 22.0.0 -> 22.1.0 2023-10-25 13:48:08 +00:00
Artturi
136bfe6094
Merge pull request #262863 from r-ryantm/auto-update/vintagestory 2023-10-24 22:39:51 +03:00
R. Ryantm
020476ee9d abbaye-des-morts: 2.0.1 -> 2.0.2 2023-10-24 14:35:24 +00:00
Mario Rodas
485ee55c36
Merge pull request #262919 from 0x4A6F/master-lgogdownloader
lgogdownloader: 3.11 -> 3.12
2023-10-23 20:42:24 -05:00
nat
03b2c6cec8
lunar-client: migrate to by-name 2023-10-23 19:01:39 +02:00
Weijia Wang
8970fe57a7
Merge pull request #262914 from kilianar/etr-mainprogram
extremetuxracer: set meta.mainProgram
2023-10-23 18:08:16 +02:00
Pol Dellaiera
bf8e5e0313
Merge pull request #262939 from tfc/fix-quake3
quake3-wrapper: Fix paths
2023-10-23 17:27:42 +02:00
Jacek Galowicz
f9656cc72b quake3-wrapper: Fix paths 2023-10-23 14:31:00 +01:00
0x4A6F
87ea53f7c9
lgogdownloader: 3.11 -> 3.12 2023-10-23 14:18:30 +02:00
kilianar
9593318c0d extremetuxracer: set meta.mainProgram 2023-10-23 13:20:06 +02:00
R. Ryantm
86a468b473 vintagestory: 1.18.12 -> 1.18.15 2023-10-23 05:52:26 +00:00
github-actions[bot]
df9eab6771
Merge staging-next into staging 2023-10-23 00:03:00 +00:00
0x4A6F
a990f74cf8
treewide: sha256 -> hash (#262801)
* tumpa: sha256 -> hash

* qubes-core-vchan-xen: sha256 -> hash

* qdmr: sha256 -> hash

* w_scan2: sha256 -> hash

* libcdada: sha256 -> hash

* eidolon: sha256 -> hash

* freenukum: sha256 -> hash

* promscale: sha256 -> hash

* tacacsplus: sha256 -> hash

* blflash: sha256 -> hash

* silicon: sha256 -> hash

* nethoscope: sha256 -> hash

* pmacct: sha256 -> hash

* tayga: sha256 -> hash

* alejandra: sha256 -> hash

* igrep: sha256 -> hash

* cwm: sha256 -> hash

* dasel: sha256 -> hash
2023-10-23 00:38:33 +02:00
Felix Bühler
009bafd236
Merge pull request #261458 from figsoda/jumpy
jumpy: 0.7.0 -> 0.8.0
2023-10-22 20:52:27 +02:00
github-actions[bot]
3d9ca9d8e3
Merge staging-next into staging 2023-10-22 18:01:34 +00:00
Azat Bahawi
5cee55a7fe
gzdoom: fix desktop item 2023-10-22 18:48:00 +03:00
R. Ryantm
a9e00367e7 vassal: 3.7.0 -> 3.7.4 2023-10-22 01:34:44 +00:00
github-actions[bot]
09fabcdc4e
Merge staging-next into staging 2023-10-22 00:03:08 +00:00
github-actions[bot]
1cf369a0dd
Merge master into staging-next 2023-10-22 00:02:31 +00:00
Weijia Wang
13f50fcbc8
Merge pull request #262599 from r-ryantm/auto-update/unciv
unciv: 4.8.9-patch2 -> 4.8.13
2023-10-21 23:59:23 +02:00
R. Ryantm
27cfb8a1ab unciv: 4.8.9-patch2 -> 4.8.13 2023-10-21 19:14:05 +00:00
github-actions[bot]
f4afba2014
Merge staging-next into staging 2023-10-21 18:01:53 +00:00
Alyssa Ross
83b8726e5f
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/velbus-aio/default.nix
2023-10-21 17:24:16 +00:00
Vera Aguilera Puerto
dd8a65bb79 space-station-14-launcher: 0.22.1 -> 0.24.0 2023-10-21 18:47:07 +02:00
Mika Tammi
f627d8682a
openra: add release- prefix to version string (#262324)
Change version string to have prefix `release-`. This fixes "Server is
running an incompatible version.", when trying to play against official
builds of the OpenRA.

Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
2023-10-21 15:20:35 +02:00
Weijia Wang
997311c8c4
Merge pull request #262359 from henkery/fix/update-starsector
starsector: 0.96a-RC8 -> 0.96a-RC10
2023-10-21 15:19:10 +02:00
github-actions[bot]
682b6995b4
Merge staging-next into staging 2023-10-21 12:01:45 +00:00
github-actions[bot]
0c34dab04f
Merge master into staging-next 2023-10-21 12:01:08 +00:00
K900
700044610f steam: allow setting extraBwrapArgs, remove unshare* options matching defaults 2023-10-21 00:55:54 +03:00
henkery
3b4df3d62e starsector: 0.96a-RC8 -> 0.96a-RC10 2023-10-20 20:41:18 +02:00
Aidan Gauland
123e140893
steam: add libunwind to FHS env 2023-10-20 15:02:56 +13:00
Aidan Gauland
30967f8be9
heroic: add libunwind to FHS env 2023-10-20 15:02:56 +13:00
K900
ff44e8ab07 pipewire: simplify outputs drastically
This drops a whole bunch of patches we carry to avoid output cycles, at the cost of +1MB to closure size
on systems that don't already have Pipewire, which are becoming rarer and rarer.
2023-10-20 00:57:18 +03:00
mdarocha
3b97883fd1 openraPackages.engines.release: 20230225 -> 20231010 2023-10-19 20:12:05 +02:00
figsoda
faa4f137d7 jumpy: 0.7.0 -> 0.8.0
Diff: https://github.com/fishfolk/jumpy/compare/v0.7.0...v0.8.0

Changelog: https://github.com/fishfolk/jumpy/releases/tag/v0.8.0
2023-10-19 10:13:34 -04:00
Morgan Helton
0cb07e0d46 chiaki4deck: 1.4.0 -> 1.4.1 2023-10-18 21:26:16 -05:00
Artturi
5a1cc0e11d
Merge pull request #258431 from pbsds/stabilize-patches 2023-10-19 03:02:46 +03:00
github-actions[bot]
35eee590be
Merge master into staging-next 2023-10-18 00:02:17 +00:00
Weijia Wang
a8840a945f
Merge pull request #261687 from fgaz/hikounomizu/1.0
hikounomizu: 0.9.2 -> 1.0
2023-10-18 01:34:41 +02:00
Weijia Wang
d4077674ca
Merge pull request #260610 from r-ryantm/auto-update/openttd-jgrpp
openttd-jgrpp: 0.54.4 -> 0.55.3
2023-10-18 00:10:12 +02:00
Francesco Gazzetta
db9890f75b hikounomizu: 0.9.2 -> 1.0 2023-10-17 20:41:31 +02:00
Peder Bergebakken Sundt
291a2e809b orthorobot: make patch urls reproducible 2023-10-17 20:19:00 +02:00
github-actions[bot]
3a75845d38
Merge master into staging-next 2023-10-16 18:01:26 +00:00
spacefault
011def6106
osu-lazer-bin: add maintainer
This commit does not bring a package update, however, it adds me as a
maintainer for the osu-lazer-bin package.
2023-10-16 04:04:15 -06:00
Alyssa Ross
579ae9b989
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/cirq-core/default.nix
2023-10-16 08:49:23 +00:00
Weijia Wang
306ea1d375
Merge pull request #261179 from spacefault/update-osu-lazer
osu-lazer-bin: 2023.1008.0 -> 2023.1008.1
2023-10-16 09:13:51 +02:00
Weijia Wang
c4552497e3
Merge pull request #261288 from wegank/ballandpaddle-drop
ballAndPaddle: drop
2023-10-16 08:45:15 +02:00
Mario Rodas
04234bd6ea
Merge pull request #259721 from matthiasbeyer/update-xmage
xmage: 1.4.42V6 -> 1.4.50V2
2023-10-15 18:05:33 -05:00
Weijia Wang
13a8967d73 ballAndPaddle: drop 2023-10-16 00:12:58 +02:00
Martin Weinelt
94c8c31bee
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/numba/default.nix
2023-10-15 22:31:34 +02:00
TimTechDev
b992e7a731
minecraft-server: 1.20.1 -> 1.20.2 2023-10-15 22:03:45 +02:00
spacefault
daf70eb9eb
osu-lazer-bin: 2023.1008.0 -> 2023.1008.1
This commit upgrades the osu-lazer-bin package to version 2023.1008.1.
It addresses an issue for multiplayer crashes. The releases page for
this version can be viewed on GitHub here:
https://github.com/ppy/osu/releases/tag/2023.1008.1

Signed-off-by: spacefault <74156492+spacefault@users.noreply.github.com>
2023-10-15 03:12:57 -06:00
Artturi
129176b48e
Merge pull request #257645 from surfaceflinger/lunar-client-wayland 2023-10-15 07:20:04 +03:00
Anderson Torres
e9c4cd38b0 freecell-solver: migrate to by-name 2023-10-14 23:08:29 -03:00
github-actions[bot]
1d9483230a
Merge master into staging-next 2023-10-15 00:02:33 +00:00
Weijia Wang
51aeb5d3e4
Merge pull request #260959 from devusb/chiaki4deck
chiaki4deck: 1.3.4 -> 1.4.0
2023-10-14 23:25:13 +02:00
github-actions[bot]
af075c4055
Merge master into staging-next 2023-10-14 12:01:00 +00:00
Weijia Wang
310299b585
Merge pull request #256981 from Gerg-L/papermc
papermc: 1.20.1.83 -> 1.20.2.223
2023-10-14 09:18:00 +02:00
Gerg-L
fd5591921f
papermc: 1.20.1.83 -> 1.20.2.234 2023-10-13 20:23:43 -04:00
Gerg-L
d0bb02b106
papermc: refactor 2023-10-13 20:23:03 -04:00
Morgan Helton
3092fe0eed chiaki4deck: 1.3.4 -> 1.4.0 2023-10-13 17:45:04 -05:00
Maximilian Bosch
59f594f59d
Merge pull request #260238 from trofi/blobwars-fix-for-glibc-2.38
blobwars: fix build against glibc-2.38
2023-10-13 22:20:23 +02:00
github-actions[bot]
4a7eb88e55
Merge master into staging-next 2023-10-13 18:01:03 +00:00
Sergei Trofimovich
3cbfb9e963 fheroes2: 1.0.8 -> 1.0.9
Changes: https://github.com/ihhub/fheroes2/releases/tag/1.0.9
2023-10-13 08:57:10 +01:00
github-actions[bot]
8a68e0b5f5
Merge master into staging-next 2023-10-13 06:01:14 +00:00
Nick Cao
9cbf22c3f4
Merge pull request #260239 from NickCao/qt6
qt6: 6.5.3 -> 6.6.0
2023-10-13 00:39:56 -04:00
github-actions[bot]
58485aaddb
Merge master into staging-next 2023-10-13 00:02:24 +00:00
Weijia Wang
272a0b2626
Merge pull request #258006 from r-ryantm/auto-update/sfrotz
sfrotz: 2.52 -> 2.54
2023-10-13 01:59:53 +02:00
Weijia Wang
eebae19a25
Merge pull request #259990 from eclairevoyant/fix-maintainers
maintainers/fix-maintainers.pl: fix and run script
2023-10-12 23:39:07 +02:00
github-actions[bot]
176015fc74
Merge master into staging-next 2023-10-12 18:01:06 +00:00
R. Ryantm
52b6c8c381 gzdoom: 4.11.0 -> 4.11.1 2023-10-12 13:35:51 +00:00
Nick Cao
864c11de15
prismlauncher: add patch for qt 6.6 support 2023-10-12 09:30:57 -04:00
R. Ryantm
93ea2c9c3d openttd-jgrpp: 0.54.4 -> 0.55.3 2023-10-12 06:27:51 +00:00