0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00
Commit graph

803326 commits

Author SHA1 Message Date
Weijia Wang
8d8101735e
lilypond-unstable: 2.25.25 -> 2.25.26 (#405807) 2025-05-19 19:16:38 +02:00
R. Ryantm
a2b1329535 upbound-main: 0.39.0-0.rc.0.375.gfed05a63 -> 0.39.0-8.gfb176095 2025-05-19 17:16:32 +00:00
Pol Dellaiera
fda9a388a8 open-webui: 0.6.9 -> 0.6.10
Diff: https://github.com/open-webui/open-webui/compare/refs/tags/v0.6.9...refs/tags/v0.6.10

Changelog: https://github.com/open-webui/open-webui/blob/v0.6.10/CHANGELOG.md
2025-05-19 19:13:05 +02:00
Toma
042733dfaa
uiua-unstable: fix updateScript (#408220) 2025-05-19 19:12:35 +02:00
Sumit Kumar
158d441ea0 rke2: fix validation message for agent token requirement
The message incorrectly stated that 'agentToken' or 'agentTokenFile' should be set when role is 'agent', which is misleading. Corrected it to state that these should NOT be set for the 'agent' role.
2025-05-19 18:54:45 +02:00
R. Ryantm
ee11af9926 nuclei: 3.4.3 -> 3.4.4 2025-05-19 16:54:30 +00:00
Tristan Ross
4eb66675aa
pkgs/top-level/stage.nix: move most nixpkgs sets to variants (#400351) 2025-05-19 09:51:59 -07:00
FliegendeWurst
11848646df python3Packages.magika: add meta.changelog 2025-05-19 18:50:47 +02:00
FliegendeWurst
c909f2c166 python3Packages.magika: correct meta.mainProgram
`magika` only prints a warning that you should use `magia-python-client` instead.
2025-05-19 18:50:47 +02:00
Ben Siraphob
a871e7151b
coqPackages_8_20.coqfmt: init at master (#401139) 2025-05-19 12:49:54 -04:00
·𐑑𐑴𐑕𐑑𐑩𐑤
169cb7a8e8 lightningcss: 1.30.0 → 1.30.1 2025-05-19 22:19:32 +05:30
Aleksana
44d8461273
better-control: remove v from version (#408779) 2025-05-20 00:47:39 +08:00
Naïm Camille Favier
1744aeacbb
agdaPackages.cubical: 0.7 -> 0.8 (#408769) 2025-05-19 18:41:31 +02:00
Austin Horstman
55d9b99afa grimblast: 0.1-unstable-2025-03-31 -> 0.1-unstable-2025-05-18 2025-05-19 22:05:59 +05:30
nixpkgs-merge-bot[bot]
69428d2c6f
brewtarget: 4.0.17 -> 4.1.0 (#408747)
Co-authored-by: avnik <avnick@gmail.com>
2025-05-19 16:30:54 +00:00
Jonas Heinrich
5f501619c0
nixos/tests/oncall: Fix LDAP mapping (#408503) 2025-05-19 18:29:03 +02:00
awwpotato
6b05340110
better-control: remove v from version 2025-05-19 09:27:24 -07:00
Fabian Affolter
cabe5f7b46 python313Packages.awscrt: 0.27.1 -> 0.27.2
Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.27.2
2025-05-19 18:16:46 +02:00
Fabian Affolter
088164d9cd python313Packages.tencentcloud-sdk-python: 3.0.1380 -> 3.0.1381
Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/refs/tags/3.0.1380...refs/tags/3.0.1381

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1381/CHANGELOG.md
2025-05-19 18:10:30 +02:00
Ben Siraphob
f340e1b51f
ticker: 4.8.1 -> 5.0.0 (#408714) 2025-05-19 12:09:03 -04:00
R. Ryantm
275b799cfd androidStudioPackages.canary: 2025.1.1.9 -> 2025.1.1.10 2025-05-19 21:34:39 +05:30
Naïm Favier
e84598116e
agdaPackages.cubical: 0.7 -> 0.8
https://github.com/agda/cubical/releases/tag/v0.8
2025-05-19 17:59:38 +02:00
Fabian Affolter
a435437cab python313Packages.speechrecognition: 3.14.2 -> 3.14.3
Diff: https://github.com/Uberi/speech_recognition/compare/refs/tags/3.14.2...refs/tags/3.14.3

Changelog: https://github.com/Uberi/speech_recognition/releases/tag/3.14.3
2025-05-19 17:54:22 +02:00
Fabian Affolter
835b37e81a python313Packages.pyexploitdb: 0.2.80 -> 0.2.81
Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
2025-05-19 17:52:53 +02:00
nikstur
8de7d70732
botan: various improvements (#408391) 2025-05-19 17:27:03 +02:00
Thiago Kenji Okada
3510020ca2
libretro.mame2003: 0-unstable-2025-04-02 -> 0-unstable-2025-05-16 (#408654) 2025-05-19 16:26:54 +01:00
Matt Sturgeon
0858f1bc43
treefmt: refactor withConfig and buildConfig to use evalConfig (#406685)
Introduces a new modules-based implementation that is used by both
`withConfig` and `buildConfig`. 

Previously we used a module eval for `settings`. This PR makes it so
that all args passed to `withConfig` are now module options. `settings`
is now a submodule of the wider `evalConfig` configuration.

As well as being a better overall design (IMO), using a module eval
enables adding additional options in the future. E.g. we could add
`programs` options similar to those maintained by treefmt-nix.
2025-05-19 17:22:32 +02:00
Someone
6f5afe3482
vcpkg: 2025.02.14 -> 2025.04.09 (#393542) 2025-05-19 15:22:05 +00:00
R. Ryantm
5154d6cca5 home-assistant-custom-components.xiaomi_miot: 1.0.18 -> 1.0.19 2025-05-19 15:17:51 +00:00
Fabian Affolter
dd0a4895b9
volatility3: 2.11.0 -> 2.26.0 (#408642) 2025-05-19 17:16:05 +02:00
Gaetan Lepage
e51fb207ca air-formatter: 0.5.0 -> 0.6.0
Diff: https://github.com/posit-dev/air/compare/refs/tags/0.5.0...refs/tags/0.6.0

Changelog: https://github.com/posit-dev/air/blob/0.6.0/CHANGELOG.md
2025-05-19 17:13:39 +02:00
Fabian Affolter
0e6c6436d8
burpsuite 2025.2.3 -> 2025.4.2, add yechielw as a maintainer (#406090) 2025-05-19 17:13:30 +02:00
eljamm
0382c944cc tlspool: fix update script 2025-05-19 17:08:02 +02:00
Martin Weinelt
319bcbc222
element-call: 0.10.0 -> 0.11.1 (#408732) 2025-05-19 17:07:48 +02:00
Martin Weinelt
1f3a1927b7
git-bug: 0.9.0 -> 0.10.1 (#408520) 2025-05-19 17:07:15 +02:00
Jörg Thalheim
cf5c40abd0
rustup: 1.27.1 -> 1.28.2 (#397177) 2025-05-19 17:01:35 +02:00
nikstur
f44dc95296 botan3: add modern policy 2025-05-19 16:57:59 +02:00
Emily
14663d94a5
librewolf-unwrapped: 138.0.1-2 -> 138.0.4-1 (#408524) 2025-05-19 15:57:54 +01:00
SomeoneSerge
13e18cd42a imgui: drop unused variables 2025-05-19 14:54:02 +00:00
SomeoneSerge
7e7fc22d1a imgui: rebase CMakeLists patch 2025-05-19 14:54:01 +00:00
R. Ryantm
72bf85148c brewtarget: 4.0.17 -> 4.1.0 2025-05-19 14:52:10 +00:00
nixpkgs-merge-bot[bot]
cc9c4b607e
semantic-release: 24.2.3 -> 24.2.4 (#407794)
Co-authored-by: sestrella <sestrella@users.noreply.github.com>
2025-05-19 14:41:58 +00:00
Thomas Gerbet
2a5aa7469b
microsoft-edge: remove (#407617) 2025-05-19 16:40:08 +02:00
Jonas Sander
309871725f
nixos/paperless: expose manage package (#405610) 2025-05-19 16:37:40 +02:00
Thomas Gerbet
5184e40ce5
godot3-mono: fix compile error with mono 6.14 (#408559) 2025-05-19 16:37:08 +02:00
Fabian Affolter
9cf2191bf4 python313Packages.publicsuffixlist: 1.0.2.20250514 -> 1.0.2.20250519
Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250519-gha/CHANGES.md
2025-05-19 16:34:25 +02:00
Fabian Affolter
c484582a70 checkov: 3.2.424 -> 3.2.425
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.424...refs/tags/3.2.425

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.425
2025-05-19 16:29:09 +02:00
Adam C. Stephens
13dce3b2e0
microsoft-edge: remove
Due to lack of active maintenance, removing from tree to avoid
unnecessarily exposing users to active security vulnerabilities
2025-05-19 10:24:22 -04:00
Martin Weinelt
3d5ac3112d
python3Packages.elvia: init at 0.1.0 (#407320) 2025-05-19 16:08:54 +02:00
Martin Weinelt
b4ac082d8a
element-call: 0.10.0 -> 0.11.1
https://github.com/element-hq/element-call/releases/tag/v0.11.0
https://github.com/element-hq/element-call/releases/tag/v0.11.1
2025-05-19 16:06:33 +02:00