Commit Graph

382 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
ca79de1232 Merge staging-next into staging 2026-08-18 18:08:07 +00:00
R. Ryantm
12bf527ce7 gdu: 5.36.1 -> 5.37.0 2026-08-18 12:29:02 +00:00
Stefan Frijters
b79b63239a gdbm: enable structuredAttrs 2026-08-12 13:55:06 +02:00
Stefan Frijters
f3dc70c259 gdbm: enable strictDeps 2026-08-12 13:55:02 +02:00
nixpkgs-ci[bot]
1c7bfe4994 Merge master into staging-next 2026-08-10 00:17:41 +00:00
Bjørn Forsman
eb14681ee6 gnome: 50.3 -> 50.4 (#550562) 2026-08-09 18:18:31 +00:00
nixpkgs-ci[bot]
02d24ee379 Merge master into staging-next 2026-08-09 06:16:21 +00:00
Sizhe Zhao
431ade7b94 gdevelop: 5.6.276 -> 5.6.277 (#550023) 2026-08-09 03:34:53 +00:00
nixpkgs-ci[bot]
adf7cc8a0b Merge master into staging-next 2026-08-09 00:16:06 +00:00
Tom Hunze
949db84c7c gdm: 50.1 -> 50.2
https://gitlab.gnome.org/GNOME/gdm/-/compare/50.1...50.2
2026-08-08 21:03:57 +02:00
R. Ryantm
150cfb5b62 gdevelop: 5.6.276 -> 5.6.277 2026-08-06 22:30:14 +00:00
Jan Tojnar
7d1c86b04d gdk-pixbuf: 2.44.6 -> 2.44.7 (#543060) 2026-08-06 00:05:02 +00:00
bitbloxhub
c831bab4ac appimageTools: warn on deprecated type-specific aliases
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
  ast-grep \
    --lang nix \
    --pattern "\$TOOLS.$old" \
    --rewrite '$TOOLS.extract' \
    --update-all \
    pkgs
done

ast-grep \
  --lang nix \
  --pattern '$TOOLS.wrapType1' \
  --rewrite '$TOOLS.wrapType2' \
  --update-all \
  pkgs
```

Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
Kira Bruneau
c25f5a3ffc treewide: Update upgrade scripts to use pcre2grep instead of pcregrep (#546333) 2026-07-29 22:37:54 +00:00
Matteo Pacini
31c98fa531 gdevelop: 5.6.274 -> 5.6.276 (#546758) 2026-07-28 21:03:33 +00:00
R. Ryantm
ad2190c902 gdevelop: 5.6.274 -> 5.6.276 2026-07-28 17:02:58 +00:00
dotlambda
27f35e8535 gdal: 3.13.1 -> 3.13.2 (#544627) 2026-07-28 13:52:47 +00:00
fliiiix
e45ac6d5cf gdb: use pcre2grep for update version 2026-07-27 22:13:27 +02:00
R. Ryantm
7dbf410ffa gdscript-formatter: 0.21.0 -> 0.24.0 2026-07-25 23:17:25 +00:00
Matteo Pacini
f7719390ce gdevelop: 5.6.269 -> 5.6.274 (#528327) 2026-07-22 20:42:14 +00:00
R. Ryantm
f8a79cab67 gdal: 3.13.1 -> 3.13.2 2026-07-22 15:02:40 +00:00
Ivan Mincik
d83078ca12 gdal: fix cross-compilation (#539834) 2026-07-22 08:44:39 +00:00
Jonas Heinrich
65d6f84322 gdal: fix cross-compilation 2026-07-21 10:55:06 +02:00
R. Ryantm
a752f64640 gdb-dashboard: 0.17.4 -> 0.17.5 2026-07-19 12:26:59 +00:00
R. Ryantm
14420c0e61 gdevelop: 5.6.269 -> 5.6.274 2026-07-19 08:56:55 +00:00
Tom Hunze
2559a0f304 gdk-pixbuf: 2.44.6 -> 2.44.7
https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/compare/2.44.6...2.44.7
2026-07-17 23:28:58 +02:00
R. Ryantm
630ad22477 gdscript-formatter: 0.20.1 -> 0.21.0 2026-07-16 21:59:32 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
Flaviu Tamas
a846cde453 gdalMinimal: skip test_zarr_read_simple_sharding
This test asserts that a Zarr tile-presence cache (zarr.json.gmac) is
written when opening a sharded array with CACHE_TILE_PRESENCE=YES. That
cache is serialized via the netCDF driver, which is disabled in the
minimal build, so the file is never created and the test fails.

The sibling test_zarr_cache_tile_presence is already gated on netCDF
upstream; this one was missed.

Fixes #540609

Assisted-by: Claude Opus 4.8
2026-07-12 11:11:24 -04:00
Vladimír Čunát
f0f5b87e9c gdal: 3.12.4 -> 3.13.1 (#518799) 2026-07-08 09:35:19 +00:00
nixpkgs-ci[bot]
a7c22a4263 Merge master into staging-next 2026-07-02 18:32:15 +00:00
Vladimír Čunát
efde7a3258 gdash: fixup build after splitting SDL2_image.dev
https://hydra.nixos.org/build/334079445/nixlog/1/tail
Broken by commit 7eb5bba1b9 / merge #536473 7c191cfee4
2026-07-02 11:25:40 +02:00
nixpkgs-ci[bot]
56d55fe668 Merge staging-next into staging 2026-06-16 19:14:38 +00:00
Bobby Rong
de51b6369f gnome: 50.1 -> 50.2 (#530103) 2026-06-16 15:40:07 +00:00
Tom Hunze
99728d9ec3 gdm: 50.0 → 50.1
https://gitlab.gnome.org/GNOME/gdm/-/compare/50.0...50.1
2026-06-16 23:05:21 +08:00
nixpkgs-ci[bot]
081b93be33 Merge staging-next into staging 2026-06-15 19:21:46 +00:00
TomaSajt
19c199ecf9 gdbgui: migrate to by-name 2026-06-15 16:43:10 +02:00
nixpkgs-ci[bot]
6d151c9ef3 Merge staging-next into staging 2026-06-07 18:29:16 +00:00
Robert Schütz
959953143a gdal: 3.12.4 -> 3.13.1
Diff: https://github.com/OSGeo/gdal/compare/v3.12.4...v3.13.1

Changelog: https://github.com/OSGeo/gdal/blob/v3.13.1/NEWS.md
2026-06-06 18:23:56 -07:00
R. Ryantm
826df63854 gdcm: 3.2.6 -> 3.2.7 2026-06-04 20:38:17 +00:00
nixpkgs-ci[bot]
2512e8d838 Merge staging-next into staging 2026-06-04 07:40:02 +00:00
nixpkgs-ci[bot]
85043d13e6 gdscript-formatter: 0.18.2 -> 0.20.1 (#523586) 2026-06-04 05:49:12 +00:00
nixpkgs-ci[bot]
13a9af854d Merge staging-next into staging 2026-06-03 00:55:16 +00:00
R. Ryantm
18ac941c2c gdscript-formatter: 0.18.2 -> 0.20.1 2026-06-02 11:40:27 +00:00
Timo Gottszky
8696c4a0f7 gdtoolkit_4: migrate to pyproject 2026-06-02 13:01:17 +02:00
nixpkgs-ci[bot]
931eb28b62 Merge staging-next into staging 2026-05-24 19:10:50 +00:00
Ryan Burns
3e2c7006a7 gdb: fix mainProgram for cross
This fixes the versionCheckHook, allowing
us to build for non-native target arches.
2026-05-23 02:00:08 -07:00
nixpkgs-ci[bot]
d8be957ee6 Merge staging-next into staging 2026-05-14 00:42:28 +00:00
nixpkgs-ci[bot]
167c482ea6 Merge master into staging-next 2026-05-14 00:41:55 +00:00
Peder Bergebakken Sundt
2b0d920b4d gdcm: 3.2.2 -> 3.2.6 (#499135) 2026-05-13 21:27:35 +00:00