Commit Graph

1292 Commits

Author SHA1 Message Date
transcaffeine
2feb8804f3 keycloak: 26.6.4 -> 26.7.0
Release notes: https://github.com/keycloak/keycloak/releases/tag/26.7.0
Full changelog: https://github.com/keycloak/keycloak/compare/26.6.4...26.7.0
Breaking changes: https://www.keycloak.org/docs/latest/upgrading/#migrating-to-26-7-0
https://www.keycloak.org/docs/latest/upgrading/#migration-changes
2026-07-09 22:18:02 +02:00
nixpkgs-ci[bot]
c2191b114b Merge staging-next into staging 2026-07-09 18:37:50 +00:00
Peder Bergebakken Sundt
601d0e82cf gotosocial: 0.21.3 -> 0.22.0 (#536969) 2026-07-09 14:13:14 +00:00
K900
b0b1fcd402 Merge remote-tracking branch 'origin/staging-next' into staging 2026-07-09 08:54:20 +03:00
Philip Taron
ab52c90582 bundlerApp: set __structuredAttrs = true for result package (#539303) 2026-07-08 21:24:56 +00:00
Vladimír Čunát
4bddd7068b Merge master into staging-next 2026-07-08 16:42:08 +02:00
Martin Weinelt
e97294ecc7 nixos/nixpkgs: add zstd flavored nixexprs tarballs (#535272) 2026-07-08 14:23:04 +00:00
nixpkgs-ci[bot]
8ab1ccd1c1 Merge master into staging-next 2026-07-08 12:34:48 +00:00
Sandro
e6b36d409c gh-actions-cache: drop (#539569) 2026-07-08 12:01:25 +00:00
pancho horrillo
3b7ca632d8 gh-actions-cache: drop
As stated in the repository¹ README:

Important

This functionality has been integrated directly into the gh CLI

https://cli.github.com/manual/gh_cache

This extension should be removed and replaced with usage of gh cache directly

gh extension remove actions-cache

¹: https://github.com/actions/gh-actions-cache

At any rate, the repository has been archived (on Oct 21, 2024).
2026-07-08 13:20:06 +02:00
Dionysis Grigoropoulos
0d9244b1b6 mcphost: drop
Upstream marked the software as unmaintained on April 13th 2026 and
recommends moving to a different software instead
632cc19600
2026-07-08 13:21:57 +03:00
nixpkgs-ci[bot]
57cbedcc3b Merge master into staging-next 2026-07-08 09:09:22 +00:00
Ivan Mincik
ba34d35b6c alps: 2022-10-18 -> 1 (#529858) 2026-07-08 07:19:46 +00:00
nixpkgs-ci[bot]
f255ed405b Merge master into staging-next 2026-07-07 18:41:28 +00:00
Yueh-Shun Li
4fca7cee9b bundlerApp: set __StructuredAttrs = true for result package 2026-07-08 02:32:14 +08:00
Marc Jakobi
b0f79d3e93 {vimacs,vimPlugins.vimacs}: drop (#539336) 2026-07-07 17:42:32 +00:00
Marc Jakobi
c47d38d802 vimacs: drop 2026-07-07 19:31:00 +02:00
Dmitry Kalinkin
e89e01b84f texlive.combine: add deprecation warning (#536382) 2026-07-07 16:20:51 +00:00
Sizhe Zhao
f504346df9 doc/rl-2611: add alps 2026-07-07 22:46:36 +08:00
nixpkgs-ci[bot]
5ab418dde1 Merge master into staging-next 2026-07-07 10:11:50 +00:00
Ulrik Strid
d8f83758d4 etcd_3_6: 3.6.12 -> 3.6.13, etcd_3_4: drop (#537615) 2026-07-07 07:13:49 +00:00
nixpkgs-ci[bot]
f185090602 Merge master into staging-next 2026-07-06 18:39:05 +00:00
Luka Blašković
b253a432c9 zerofs: 1.2.5 -> 2.0.5
Skip zerofs_client_tests::metadata_operations, fails with NotPermitted
inside the build sandbox.
2026-07-06 08:33:52 -04:00
Vincenzo Mantova
5d5afdd865 texlive.combine: add deprecation warning 2026-07-05 21:18:06 +01:00
nixpkgs-ci[bot]
1cff068641 Merge master into staging-next 2026-07-05 12:29:54 +00:00
Tom Oostveen
fbc9c21eaa etcd_3_4: drop
unmaintained upstream (and in nixpkgs for some reason)
2026-07-05 13:28:34 +02:00
eveeifyeve
81daafea8c nim: remove 1_0, 2_0 and 2_2 versions and aliases; nim: 2.2.4 -> 2.2.10
writers/writeNim: migrate package to nim
nim: remove nativeStacktraces and gnuReadline args
nim: use pname instead

It's time that we remove nim1, nim1 has been a package for a while and
nim has moved on during that time to the v2 versions.
It's also time that nim had some attention in nixpkgs and upgrade the
nim 2 versions.

Also fixes an issue with nim-unwrapped missing the pname and version.
See #485742 for more info.

Co-authored-by: éclairevoyant
<848000+eclairevoyant@users.noreply.github.com>
2026-07-02 13:36:59 +10:00
CherryKitten
8359b6fe91 gotosocial: 0.21.3 -> 0.22.0 2026-07-01 10:27:49 +02:00
nixpkgs-ci[bot]
9a4eaa6227 Merge master into staging-next 2026-06-30 12:42:31 +00:00
LIN, Jian
33e6d0bf86 emacs: load the early-default library after early-init.el (#536492) 2026-06-30 12:03:53 +00:00
Lin Jian
48dfaae2ac emacs: load the early-default library after early-init.el
emacs.pkgs.withPackages from Nixpkgs can be used to configure Emacs.
Its main functionality is to add extra Emacs lisp libraries.
By (ab)using a library named default, user configuration (init.el) can
also be added by it.

A natural extension[1] is to add early-init.el via
emacs.pkgs.withPackages.  With this patch, early-init.el can be added by
packaging it as a library named early-default.

The early-default library is similar to the default library except that
it is loaded right after early-init.el and is controlled by
inhibit-early-default-init.

[1]: https://github.com/nix-community/emacs-overlay/issues/532
2026-06-30 14:56:44 +08:00
nixpkgs-ci[bot]
d8a7dfa41f Merge master into staging-next 2026-06-30 00:44:58 +00:00
Jörg Thalheim
f53d98faed nixVersions: drop nix_2_28 and nix_2_30 (#536372) 2026-06-29 19:46:45 +00:00
nixpkgs-ci[bot]
77e66ec830 Merge master into staging-next 2026-06-29 13:30:07 +00:00
Ivan Mincik
bcaf79b051 geoserver: add service (#506504) 2026-06-29 08:04:38 +00:00
Jörg Thalheim
dc05c0d446 haskellPackages.nix-serve-ng: build against lix
Upstream nix-serve-ng has switched to Lix as its supported Nix
implementation, so follow upstream and build the Lix-backed variant
by default. Add a release-notes entry since this changes pkgs.nix-serve-ng.
2026-06-28 20:50:43 +03:00
nixpkgs-ci[bot]
138c668b2f Merge master into staging-next 2026-06-27 18:26:24 +00:00
Gutyina Gergő
d93350e0c2 pnpm_10: 10.34.0 -> 10.34.4 2026-06-27 12:35:25 +02:00
Martin Weinelt
6026336a39 nixos/doc/rl, doc/rl: announce nixexprs.tar.xz discontinuation
We need to allow some time for users to migrate between the tarballs and
can reasonably link that to the 26.11 EOL one year from now.

Until then our channel and tarball jobs will be twice as big.
2026-06-26 14:08:03 +02:00
nixpkgs-ci[bot]
03357d8771 Merge staging-next into staging 2026-06-25 12:49:57 +00:00
nixpkgs-ci[bot]
248ddc1100 Merge master into staging-next 2026-06-25 12:49:17 +00:00
Sandro
3f0de9343b xsecurelock: make authproto_{pamtester,htacceess} optional (#519515) 2026-06-25 09:01:02 +00:00
nixpkgs-ci[bot]
4516515e07 Merge staging-next into staging 2026-06-25 07:14:00 +00:00
nixpkgs-ci[bot]
3229b90251 Merge master into staging-next 2026-06-25 07:13:23 +00:00
nixpkgs-ci[bot]
3bd1331aeb Merge staging-next into staging 2026-06-25 00:45:52 +00:00
nixpkgs-ci[bot]
7ac2687f5f Merge master into staging-next 2026-06-25 00:45:19 +00:00
Peder Bergebakken Sundt
8297321c16 flameshot: 13.3.0 -> 14.0.0 (#533614) 2026-06-25 00:40:47 +00:00
Nick Cao
1ab79b94f1 pdns: 5.0.5 -> 5.1.1 (#532145) 2026-06-24 19:22:09 +00:00
David Mkhitaryan
3fb3bd45d9 flameshot: 13.3.0 -> 14.0.0 2026-06-24 19:48:30 +04:00
K900
dc0f4cd301 Merge remote-tracking branch 'origin/staging-next' into staging 2026-06-24 16:12:11 +03:00