summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-09-16 19:15:18 +0200
committerGitHub <noreply@github.com>2023-09-16 19:15:18 +0200
commit57b9e41dcc45bf142129898a44ea5e0e9e23b402 (patch)
tree249db306ecc79ed153f18be8af18b8f571b1f95b /nixos
parent1713d1a232f4c7a5219d38c64837adbe9f16a6a9 (diff)
parent09e3d7d7e41731e44024d019443b3ee7c5c2bf70 (diff)
downloadnixpkgs-57b9e41dcc45bf142129898a44ea5e0e9e23b402.tar
nixpkgs-57b9e41dcc45bf142129898a44ea5e0e9e23b402.tar.gz
nixpkgs-57b9e41dcc45bf142129898a44ea5e0e9e23b402.tar.bz2
nixpkgs-57b9e41dcc45bf142129898a44ea5e0e9e23b402.tar.lz
nixpkgs-57b9e41dcc45bf142129898a44ea5e0e9e23b402.tar.xz
nixpkgs-57b9e41dcc45bf142129898a44ea5e0e9e23b402.tar.zst
nixpkgs-57b9e41dcc45bf142129898a44ea5e0e9e23b402.zip
Merge pull request #246515 from ncfavier/jq
jq: 1.6 -> 1.7
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index cf7c7032193..b50ed3e0bb2 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -230,6 +230,8 @@
 
 - New options were added to `services.searx` for better SearXNG support, including options for the built-in rate limiter and bot protection and automatically configuring a local redis server.
 
+- `jq` was updated to 1.7, its [first release in 5 years](https://github.com/jqlang/jq/releases/tag/jq-1.7).
+
 - A new option was added to the virtualisation module that enables specifying explicitly named network interfaces in QEMU VMs. The existing `virtualisation.vlans` is still supported for cases where the name of the network interface is irrelevant.
 
 - DocBook option documentation is no longer supported, all module documentation now uses markdown.