Commit Graph
802905 Commits
Author SHA1 Message Date
Austin HorstmanandGitHub 1f6ebaf2c1 nzbget: 24.8 -> 25.0 (#407467) 2025-05-18 22:07:00 -05:00
AleksanaandGitHub 3e275d4659 nixos/gerrit: Add Felix Singer as maintainer (#408576) 2025-05-19 10:47:00 +08:00
tomberekandGitHub 8ed264909c teleport: modernize (#403721) 2025-05-18 22:40:14 -04:00
Felix Singer f14efb6fa2 nixos/gerrit: Add Felix Singer as maintainer
I'm already a maintainer of the Gerrit package and I've done various
work on the Gerrit module. So it makes sense to be a maintainer there as
well.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-05-19 04:28:36 +02:00
817e93d76b ipxe: 1.21.1-unstable-2025-05-07 -> 1.21.1-unstable-2025-05-16 (#408493)
Co-authored-by: SigmaSquadron <alpha@sigmasquadron.net>
2025-05-19 00:40:40 +00:00
StigandGitHub dc2d5f0391 rakudo: 2025.04 -> 2025.05 (#408048) 2025-05-19 02:16:21 +02:00
JuliusFreudenbergerandThomas Bereknyei a01b51d00b teleport: move to by-name
Make teleport built by the by-name structure in package.nix.
The versioned attributes are defined in their own package.nix
in by-name using overrides.
Also change reference in ci/OWNERS
2025-05-18 19:54:48 -04:00
Aaron AndersenandGitHub d2a75ae71b niri: 25.02 -> 25.05 (#407974) 2025-05-18 19:38:14 -04:00
Adam C. StephensandGitHub b376e679bc buildMix: use . instead of glob pattern for copying source (#408195) 2025-05-18 19:34:45 -04:00
Anderson TorresandLin Jian 951fb7ac54 emacs: rework imagemagick detection
We do not have Emacs 27 anymore.

We set this as false by default because it is the previous behaviour for Emacs >
27. Further, the test `(withX || withNS)` is migrated to an assertion.
2025-05-19 07:30:16 +08:00
Anderson TorresandLin Jian 2448ffdd55 emacs: set version tests as true
Emacs 28.x was removed at commit 7660ca0367.
So, version is at least 29.
2025-05-19 07:29:29 +08:00
Gaétan LepageandGitHub 5141035139 python3Packages.nvidia-ml-py: 12.570.86 -> 12.575.51 (#407197) 2025-05-19 01:21:42 +02:00
Peder Bergebakken SundtandGitHub c64a7e595c moonlight-qt: build against sdl2-compat (#407574) 2025-05-19 01:18:35 +02:00
JuliusFreudenbergerandThomas Bereknyei f45bf7d6a6 teleport: remove with lib 2025-05-18 19:11:39 -04:00
JuliusFreudenbergerandThomas Bereknyei aa50c85761 teleport: use finalAttrs pattern 2025-05-18 19:11:39 -04:00
Peder Bergebakken SundtandGitHub 07cfbb7185 SDL_ttf: fix version string (#408511) 2025-05-19 00:49:04 +02:00
4efd7b2a42 nbfc-linux: 0.3.15 -> 0.3.16 (#408166)
Co-authored-by: Celibistrial <Celibistrial@users.noreply.github.com>
2025-05-18 22:42:34 +00:00
Gaétan LepageandGitHub cdd9f0bc0c vimPlugins.nvim-treesitter-parsers.norg: remove (#408464) 2025-05-19 00:33:55 +02:00
Peder Bergebakken SundtandGitHub 5d3eb3a45b SDL2_classic: 2.32.4 -> 2.32.6; fix update script; fix tests (#404500) 2025-05-19 00:17:42 +02:00
7848cafe17 flyctl: 0.3.116 -> 0.3.125 (#408515)
Co-authored-by: techknowlogick <hello@techknowlogick.com>
2025-05-18 22:10:55 +00:00
ccce0928f9 enzyme: 0.0.176 -> 0.0.180 (#408489)
Co-authored-by: kiranshila <me@kiranshila.com>
2025-05-18 22:09:28 +00:00
Marcin Serwin d0549fdad7 SDL2_classic: use tests that actually use the package
The default libraries use SDL2 compat after migration, switched to use
the specifically created classic variants. Only pygame and pygame-ce
use SDL2 classic, other listed packages use SDL2 compat so they were
removed.

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2025-05-18 23:50:50 +02:00
Gaétan LepageandGitHub f11b80ca86 pcl: misc cleanups (#373913) 2025-05-18 23:49:42 +02:00
cfd6691076 archi: 5.5.0 -> 5.6.0 (#408451)
Co-authored-by: paumr <paumr@users.noreply.github.com>
2025-05-18 21:49:32 +00:00
Weijia WangandGitHub f462294742 kubevirt: 1.5.0 -> 1.5.1 (#405251) 2025-05-18 23:47:57 +02:00
Martin WeineltandGitHub 9d067463df firefox-esr: 128.10.0esr -> 128.10.1esr (#408456) 2025-05-18 23:46:38 +02:00
R. Ryantm 7ff2295b69 flyctl: 0.3.116 -> 0.3.125 2025-05-18 21:38:04 +00:00
3180c52002 syslogng: 4.8.2 -> 4.8.3 (#408430)
Co-authored-by: vifino <vifino@users.noreply.github.com>
2025-05-18 21:30:52 +00:00
Grimmauld 1d5023fc3e SDL_ttf: fix version string
While upstream has added release notes in their repo [1], no `2.0.11.1` version has been tagged.
According to the repology guidelines [2] that we mostly follow,
versioning of snapshots should be relative to the last tagged upstream release, which would be `2.0.11`.
The `2.0.11.1-unstable...` version string currently crashes the update script,
which is irritating when checking for all updates as a maintainer.

By the off-chance upstream does end up tagging a `2.0.11.1` later,
our version string would also incorrectly represent what we actually have.
Changelogs in git without a tag are still subject to change,
though unlikely in the case of SDL_ttf.

Whether we do or do not have the `.1` probably does not matter too much.

[1] https://github.com/libsdl-org/SDL_ttf/commit/e31d11a692e5b55e8e624ad766e4e44d655422c8
[2] https://repology.org/docs/requirements
2025-05-18 23:29:58 +02:00
Felix BargfeldtandGitHub 4bd9c496c1 wivrn: 0.24.1 -> 0.25 (#408442) 2025-05-18 23:18:22 +02:00
Alex James 3c92534639 pcl: limit libopenmp dependency to Clang 2025-05-18 16:13:59 -05:00
Peder Bergebakken SundtandGitHub 17447428c7 dolphin-emu: set correct git revision (#408194) 2025-05-18 23:13:47 +02:00
Alex James e9911feb1f pcl: build with PCL_ENABLE_MARCHNATIVE=false
This defaults to true, which causes the CC wrappers to issue warnings:

warning: Skipping impure flag -march=native because
NIX_ENFORCE_NO_NATIVE is set
2025-05-18 16:13:31 -05:00
Arne KellerandGitHub 84ee960626 nodejs_24: 24.0.1 -> 24.0.2 (#407176) 2025-05-18 23:13:23 +02:00
Weijia WangandGitHub e7c79ca2a6 gosec: 2.22.3 -> 2.22.4 (#405258) 2025-05-18 23:12:49 +02:00
Alex James 04ae6a50ed pcl: fix CUDA support
The documentation [1] and upstream CI [2] define additional flags to
enable CUDA support.

[1]: https://pointclouds.org/documentation/tutorials/gpu_install.html
[2]: https://github.com/PointCloudLibrary/pcl/blob/d3769b16170f73df40fc23bb7473b5f2fdcfac06/.ci/azure-pipelines/build/ubuntu.yaml
2025-05-18 16:12:40 -05:00
Weijia WangandGitHub 4a0df63765 codeql: 2.21.1 -> 2.21.2 (#405198) 2025-05-18 23:10:12 +02:00
Weijia WangandGitHub 22fda087b1 inform6: 6.42-r7 -> 6.42-r8 (#405116) 2025-05-18 23:00:28 +02:00
Weijia WangandGitHub 5947cf5a65 atmos: 1.171.0 -> 1.174.0 (#403780) 2025-05-18 22:54:05 +02:00
Weijia WangandGitHub 8b77b31f2c jbang: 0.125.1 -> 0.126.1 (#404189) 2025-05-18 22:53:34 +02:00
Weijia WangandGitHub 50c15562bc octavePackages.image: 2.16.0 -> 2.16.1 (#404026) 2025-05-18 22:52:38 +02:00
Nikolay KorotkiyandGitHub 11eafa9524 ov: 0.40.1 -> 0.41.0 (#408386) 2025-05-19 00:44:03 +04:00
Weijia WangandGitHub 9440cb5b00 _4ti2: 1.6.10 -> 1.6.11 (#403502) 2025-05-18 22:43:08 +02:00
Weijia WangandGitHub 5661a97e10 ghorg: 1.11.0 -> 1.11.1 (#403315) 2025-05-18 22:37:53 +02:00
dotlambdaandGitHub 413c574f9e python3Packages.rocketchat-api: 1.35.0 -> 1.35.1 (#408316) 2025-05-18 13:36:40 -07:00
Weijia WangandGitHub 516e9ad754 spicedb: 1.42.1 -> 1.43.0 (#403655) 2025-05-18 22:36:28 +02:00
dotlambdaandGitHub 2127173bae python3Packages.elevenlabs: 1.58.1 -> 1.59.0 (#408320) 2025-05-18 13:35:28 -07:00
Thomas GerbetandGitHub 3993d700aa mono: 6.12.0.182 -> 6.14.1 (#401409) 2025-05-18 22:35:17 +02:00
Nikolay KorotkiyandGitHub 66b5a5f8f1 wavelog: 2.0.3 -> 2.0.4 (#408440) 2025-05-19 00:32:09 +04:00
Gaétan LepageandGitHub 6492f2bffb python3Packages.wandb: fix x86_64-darwin (#407935) 2025-05-18 22:29:16 +02:00