Commit Graph

1565 Commits

Author SHA1 Message Date
Sandro
bed8bf6a04 intel-graphics-compiler: 2.38.2 -> 2.40.13 (#553708) 2026-08-18 17:35:27 +00:00
R. Ryantm
8b8942f881 infrastructure-agent: 1.78.1 -> 1.79.0 2026-08-18 10:11:40 +00:00
Sandro Jäckel
65e994d1d3 intel-graphics-compiler: 2.38.2 -> 2.40.13
Changelog: https://github.com/intel/intel-graphics-compiler/releases/tag/v2.40.13
Diff: https://github.com/intel/intel-graphics-compiler/compare/v2.38.2...v2.40.13
2026-08-18 02:58:45 +02:00
K900
2dcbfdc0c0 staging-nixos merge for 2026-08-17 (#553626) 2026-08-17 11:24:36 +00:00
nixpkgs-ci[bot]
a969837f86 infrastructure-agent: 1.77.0 -> 1.78.1 (#541343) 2026-08-17 09:08:08 +00:00
nixpkgs-ci[bot]
8bf944c454 Merge master into staging-nixos 2026-08-17 06:12:31 +00:00
nixpkgs-ci[bot]
8cc5e3e847 inshellisense: 0.0.2 -> 0.0.3 (#551377) 2026-08-17 03:16:39 +00:00
nixpkgs-ci[bot]
25fd1e288c Merge master into staging-nixos 2026-08-16 18:05:06 +00:00
fliiiix
83eef2e607 invidious: update pcre to pcre2
PCRE must be present to run:
```
crystal run scripts/fetch-player-dependencies.cr -- --minified
```

Otherwise this step will fail during build with a linker error.
```
/nix/store/8lkj89binl0xhraqxb8bwmv0q4p3pnlr-binutils-2.46/bin/ld.bfd: cannot find -lpcre (this usually means you need to install the development package for libpcre): No such file or directory
collect2: error: ld returned 1 exit status
```
2026-08-16 14:58:42 +02:00
nixpkgs-ci[bot]
6dc39f6d76 Merge master into staging-nixos 2026-08-15 12:05:59 +00:00
Sandro
e493b69104 gtkmm2: drop (#550819) 2026-08-15 10:20:36 +00:00
nixpkgs-ci[bot]
a877aa4544 Merge master into staging-nixos 2026-08-15 06:08:08 +00:00
Adam C. Stephens
63acb41322 incus-ui-canonical: 0.21.5 -> 0.21.6 (#552870) 2026-08-15 04:02:22 +00:00
R. Ryantm
d70d93db30 incus-ui-canonical: 0.21.5 -> 0.21.6 2026-08-15 03:25:34 +00:00
Yohann Boniface
9e56d3c175 intercal: 0.34 -> 0.35 (#552482) 2026-08-15 03:13:50 +00:00
Adam C. Stephens
d8018824e7 incus-compose: 1.1.0 -> 1.2.0
Changelog: https://github.com/lxc/incus-compose/blob/refs/tags/v1.2.0/CHANGELOG.md
2026-08-14 20:17:59 -04:00
Tom Hunze
be4be39213 ingen: disable gui to drop ganv and gtkmm2 dependencies
Both dependencies depend on the deprecated gtk2.

Tracking: https://github.com/NixOS/nixpkgs/issues/410814
2026-08-15 00:17:15 +02:00
nixpkgs-ci[bot]
e0c54fd5cd Merge master into staging-nixos 2026-08-14 18:19:02 +00:00
phanirithvij
43fd8af875 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2026-08-14 16:20:27 +05:30
nixpkgs-ci[bot]
e7fd4b9d73 Merge master into staging-nixos 2026-08-14 06:30:38 +00:00
nixpkgs-ci[bot]
1c21631155 intune-portal: 1.2605.16-noble -> 1.2607.4-noble (#550028) 2026-08-14 01:14:04 +00:00
R. Ryantm
fde9130233 intercal: 0.34 -> 0.35 2026-08-14 00:29:15 +00:00
nixpkgs-ci[bot]
d5e3e37ace Merge master into staging-nixos 2026-08-14 00:23:33 +00:00
Sandro
c3debea96a intel-npu-driver: 1.28.0 -> 1.35.0 (#549075) 2026-08-13 22:51:42 +00:00
Peder Bergebakken Sundt
7ea98b5a71 inspectrum: build on darwin (#489260) 2026-08-13 18:29:55 +00:00
Atlas Yu
2cfa66b08f intel-npu-driver: 1.28.0 -> 1.35.0
Update to the latest upstream release and fix the build by:

- Use pkg-config to discover nixpkgs' Level Zero.
- Use flag -Wno-error=missing-field-initializers, because nixpkgs'
newer Level Zero headers extend the dispatch tables beyond the
version currently initialized by the driver.
2026-08-13 18:02:10 +02:00
Sandro
12ff4dd703 treewide: use pname and version in fetchCargoVendor cargoDeps (#551872) 2026-08-13 12:36:43 +00:00
nixpkgs-ci[bot]
d458ceed4b inngest: 1.37.0 -> 1.41.1 (#547356) 2026-08-12 16:07:02 +00:00
Peder Bergebakken Sundt
48bad6fefb treewide: use pname and version in fetchCargoVendor cargoDeps
I grepped for `fetchCargoVendor` and `inherit (finalAttrs) src;`, and wrote this patch by hand.
I tested this with `nix-build --check` on the following attributes, derived from `.meta.position`s that match any of the touched files:

* `amberol.cargoDeps.vendorStaging`
* `atuin-desktop.cargoDeps.vendorStaging`
* `chance.cargoDeps.vendorStaging`
* `clapgrep.cargoDeps.vendorStaging`
* `cutecosmic.cargoDeps.vendorStaging`
* `delineate.cargoDeps.vendorStaging`
* `drawpile.cargoDeps.vendorStaging`
* `drawpile-server-headless.cargoDeps.vendorStaging`
* `field-monitor.cargoDeps.vendorStaging`
* `fractal.cargoDeps.vendorStaging`
* `geopard.cargoDeps.vendorStaging`
* `git-cinnabar.cargoDeps.vendorStaging`
* `gnome-robots.cargoDeps.vendorStaging`
* `insulator2.cargoDeps.vendorStaging`
* `kana.cargoDeps.vendorStaging`
* `key-rack.cargoDeps.vendorStaging`
* `kime.cargoDeps.vendorStaging`
* `krunkit.cargoDeps.vendorStaging`
* `krunvm.cargoDeps.vendorStaging`
* `ladybird.cargoDeps.vendorStaging`
* `libchewing.cargoDeps.vendorStaging`
* `loupe.cargoDeps.vendorStaging`
* `metronome.cargoDeps.vendorStaging`
* `pdns-recursor.cargoDeps.vendorStaging`
* `python314Packages.copykitten.cargoDeps.vendorStaging`
* `python314Packages.django-vcache.cargoDeps.vendorStaging`
* `python314Packages.pdoc-pyo3-sample-library.cargoDeps.vendorStaging`
* `python314Packages.pycambia.cargoDeps.vendorStaging`
* `python314Packages.python-kadmin-rs.cargoDeps.vendorStaging`
* `python314Packages.tlparse.cargoDeps.vendorStaging`
* `python313Packages.copykitten.cargoDeps.vendorStaging`
* `python313Packages.django-vcache.cargoDeps.vendorStaging`
* `python313Packages.pdoc-pyo3-sample-library.cargoDeps.vendorStaging`
* `python313Packages.pycambia.cargoDeps.vendorStaging`
* `python313Packages.python-kadmin-rs.cargoDeps.vendorStaging`
* `python313Packages.tlparse.cargoDeps.vendorStaging`
* `share-preview.cargoDeps.vendorStaging`
* `stratisd.cargoDeps.vendorStaging`
* `taskwarrior3.cargoDeps.vendorStaging`
* `tsukimi.cargoDeps.vendorStaging`
* `wildcard.cargoDeps.vendorStaging`
2026-08-12 15:08:47 +02:00
R. Ryantm
ec1c60c92e inshellisense: 0.0.2 -> 0.0.3 2026-08-11 07:35:45 +00:00
whispers
c7404c9232 libappindicator-gtk3: make alias for libappindicator 2026-08-10 23:03:31 -04:00
whispers
ae886bea1a libindicator-gtk3: make alias for libindicator 2026-08-10 22:53:16 -04:00
whispers
54f5835f43 indicator-application-gtk2: drop
indicator-application-gtk2 depends on the long deprecated GTK 2 which is
being remove from Nixpkgs, and also does not appear to have been touched
upstream since 2013.
2026-08-10 22:53:15 -04:00
7c6f434c
4601ef903a inconsolata: modernize (#551267) 2026-08-10 23:25:36 +00:00
Ethan Carter Edwards
54787d0003 inconsolata: modernize
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2026-08-10 13:52:57 -07:00
Sandro
b6e05d4d1e intel-gmmlib: 22.10.0 -> 22.10.1 (#549896) 2026-08-10 20:10:57 +00:00
Martin Weinelt
8379e92222 gnome2: drop package set (#544888) 2026-08-09 14:20:22 +00:00
Peder Bergebakken Sundt
0439a8cd53 inklecate: Remove aarch64 as bad platform (#549762) 2026-08-09 13:36:45 +00:00
R. Ryantm
77cbb5e751 inngest: 1.37.0 -> 1.41.1 2026-08-08 14:30:18 +00:00
Ben Siraphob
9328e894fd pkgs/by-name: fix typos (#549386) 2026-08-07 19:02:08 +00:00
R. Ryantm
a94d32253f intune-portal: 1.2605.16-noble -> 1.2607.4-noble 2026-08-06 22:50:29 +00:00
R. Ryantm
d109ed7fdd inlyne: 0.5.2 -> 0.5.3 2026-08-06 14:17:12 +00:00
R. Ryantm
4ca575f954 intel-gmmlib: 22.10.0 -> 22.10.1 2026-08-06 13:04:58 +00:00
Robin Heggelund Hansen
a7c2ee6981 inklecate: Remove aarch64 as bad platform after testing on relevant platforms 2026-08-06 08:25:12 +02:00
whispers
7796168a3c gtkglext: move to by-name
This was part of the gnome2 package set, which is being removed. This is
likely to be removed soon as well for depending on GTK2, but for now we
can move it to by-name at the top level.
2026-08-05 22:23:31 -04:00
Ben Siraphob
5506449838 pkgs/by-name: fix typos
Assisted-by: Claude Code (claude-opus-5)
2026-08-05 09:56:33 -07:00
Gaetan Lepage
bbbe35e879 invidious: minor cleanup 2026-08-05 07:45:51 +00:00
Gaetan Lepage
8b5a79cdd5 invidious: set meta.platforms to linux 2026-08-05 07:31:34 +00:00
Gaetan Lepage
b585887dab invidious: add metadata.changelog and metadata.downloadPage 2026-08-05 07:31:22 +00:00
Gaetan Lepage
56199975b5 invidious: 2.20260804.0 -> 2.20260804.1 2026-08-05 07:25:40 +00:00