github-actions[bot]
b9f01e6de3
Merge staging-next into staging
2024-10-14 12:06:08 +00:00
github-actions[bot]
2c561ae624
Merge master into staging-next
2024-10-14 12:05:41 +00:00
Fabian Affolter
0b88932045
python312Packages.tencentcloud-sdk-python: 3.0.1248 -> 3.0.1249 ( #348466 )
2024-10-14 13:51:02 +02:00
Fabian Affolter
f560704f7c
python312Packages.meshtastic: 2.5.1 -> 2.5.2 ( #348458 )
2024-10-14 13:50:46 +02:00
Fabian Affolter
a5fc2d4aa0
python312Packages.mypy-boto3-*: updates ( #348102 )
2024-10-14 13:50:23 +02:00
Fabian Affolter
56bacf1d5a
python312Packages.gios: 4.0.0 -> 5.0.0 ( #348157 )
2024-10-14 13:50:05 +02:00
Fabian Affolter
d8d3f0297c
ttop: 1.5.2 -> 1.5.3 ( #348356 )
2024-10-14 13:49:44 +02:00
Fabian Affolter
a3c604d5d2
felix-fm: 2.13.0 -> 2.14.0 ( #348355 )
2024-10-14 13:49:27 +02:00
Fabian Affolter
a7e38a5efd
python312Packages.types-pytz: 2024.2.0.20240913 -> 2024.2.0.20241003 ( #348208 )
2024-10-14 13:49:16 +02:00
Fabian Affolter
3440628736
python312Packages.lxmf: 0.5.5 -> 0.5.6, python312Packages.rns: 0.8.3 -> 0.8.4 ( #348206 )
2024-10-14 13:49:03 +02:00
Doron Behar
144db67203
texlab: 5.19.0 -> 5.20.0 ( #347995 )
2024-10-14 14:29:37 +03:00
Doron Behar
c9a3c8925c
python312Packages.xarray: 2024.07.0 -> 2024.09.0 ( #347355 )
2024-10-14 14:28:26 +03:00
Christian Kögler
b598969635
local-ai: 2.21.1 -> 2.22.0
2024-10-14 13:25:33 +02:00
OTABI Tomoya
890217570a
zarf: 0.40.1 -> 0.41.0 ( #346834 )
2024-10-14 20:08:18 +09:00
OTABI Tomoya
43294c03ee
termius: 9.6.1 -> 9.7.2 ( #346841 )
2024-10-14 20:07:17 +09:00
OTABI Tomoya
abe048b357
cargo-binstall: 1.10.5 -> 1.10.7 ( #346847 )
2024-10-14 20:06:12 +09:00
OTABI Tomoya
51e874f773
sdrangel: 7.22.0 -> 7.22.1 ( #346895 )
2024-10-14 20:04:52 +09:00
OTABI Tomoya
725e1a7913
elektroid: 3.0.1 -> 3.1 ( #346981 )
2024-10-14 20:03:47 +09:00
OTABI Tomoya
0ce09461d9
sickgear: 3.32.7 -> 3.32.10 ( #346997 )
2024-10-14 20:02:53 +09:00
Vladimír Čunát
682d9abb6a
curl: 8.9.1 -> 8.10.1 ( #341259 )
2024-10-14 12:40:56 +02:00
Maximilian Bosch
782b08ba3d
Merge: percona: update packages, init 8.4 ( #346027 )
2024-10-14 12:40:48 +02:00
Vladimír Čunát
95b8b61ef2
libdeflate: 1.21 -> 1.22 ( #346802 )
2024-10-14 12:37:38 +02:00
toonn
dcd7610590
wire-desktop: add CVE-2024-6775 to knownVulnerabilities ( #348266 )
2024-10-14 12:33:37 +02:00
Vladimír Čunát
216cca93e9
xkeyboard_config: 2.42 -> 2.43 ( #345857 )
2024-10-14 12:32:20 +02:00
Vladimír Čunát
fc562bac9f
libnetfilter_conntrack: 1.0.9 -> 1.1.0 ( #345653 )
2024-10-14 12:29:31 +02:00
Vladimír Čunát
4b094207ab
gdb: 15.1 -> 15.2 ( #345251 )
2024-10-14 12:19:39 +02:00
Robert Schütz
0ebf6d5c02
radicale: 3.2.3 -> 3.3.0
...
Diff: https://github.com/Kozea/Radicale/compare/refs/tags/v3.2.3...v3.3.0
Changelog: https://github.com/Kozea/Radicale/blob/refs/tags/v3.3.0/CHANGELOG.md
2024-10-14 12:17:59 +02:00
Vladimír Čunát
079df22f4f
lksctp-tools: 1.0.20 -> 1.0.21 ( #345263 )
2024-10-14 12:17:26 +02:00
sternenseemann
1d6675e530
llvmPackages_13: build from filtered monorepoSrc
...
This change implements a leftover task from #307211 , namely passing
monorepoSrc to the different llvmPackages_13 package expressions. Before
this change, all packages llvmPackages_13 would be built from a
subdirectory of the full LLVM monorepo tree. After this change only the
relevant directories are made available at build time. This
- reduces the size of the source that needs to be made available to the
builder.
- prevents LLVM from sidestepping our instructions and including extra
sources from other directories it shouldn't.
Since LLVM 12 and 13 don't have the `cmake` directory at the top level,
the runCommand expressions filtering the source need to be adjusted, but
this causes no rebuild for any other LLVM version (ofborg should confirm
this).
The only problem encountered was in lld:
- We need to make the patch to the inclusion of libunwind headers
unconditional now. lld needs this on non-darwin as well. In the
full monorepo, LLVM_MAIN_SRC_DIR would be set correctly, so the
patch wasn't necessary.
- The substitute mechanism for LLVM 12 and 13 can't be unified yet since
LLVM 12 still uses a non monorepo build, so we come up with a
different LLVM_MAIN_SRC_DIR.
Change was tested by building the following expression on x86_64-linux.
with import ./. {};
builtins.removeAttrs llvmPackages_13 [ "lldb" "lldbPlugins" ]'
lld was also tested on aarch64-darwin.
2024-10-14 12:15:32 +02:00
Vladimír Čunát
77f7cf4dd5
bash: 5.2p32 -> 5.2p37 ( #344834 )
2024-10-14 12:14:48 +02:00
Vladimír Čunát
2994f37cdb
unibilium: 2.1.1 -> 2.1.2 ( #342390 )
2024-10-14 12:13:05 +02:00
Vladimír Čunát
6437f58d40
isocodes: 4.16.0 -> 4.17.0 ( #342722 )
2024-10-14 12:11:39 +02:00
Vladimír Čunát
f91b9fb1c4
libraw: 0.21.2 -> 0.21.3 ( #342923 )
2024-10-14 12:10:25 +02:00
Vladimír Čunát
35553cd84e
fribidi: 1.0.15 -> 1.0.16 ( #344569 )
2024-10-14 12:04:01 +02:00
Sandro
f7dbf14e43
proton-pass: 1.23.0 -> 1.23.1 ( #348129 )
2024-10-14 12:00:06 +02:00
Pol Dellaiera
e84168e380
alpaca: 2.6.0 -> 2.6.5 ( #348472 )
2024-10-14 11:57:09 +02:00
Vladimír Čunát
aa15e5a96a
unbound: 1.21.0 -> 1.21.1 ( #346614 )
2024-10-14 11:48:52 +02:00
K900
74ae5abbf1
biopython: fix eval
2024-10-14 12:47:29 +03:00
nixpkgs-merge-bot[bot]
6c02419853
ord: 0.20.0 -> 0.20.1 ( #346346 )
2024-10-14 09:45:56 +00:00
lassulus
78e1bdc710
netscanner: 0.5.3 -> 0.6.0 ( #347882 )
2024-10-14 11:44:52 +02:00
Vladimír Čunát
3c54adf1b9
libarchive: 3.7.4 -> 3.7.6 ( #341705 )
2024-10-14 11:44:04 +02:00
OTABI Tomoya
26189b4e04
nng: 1.8.0 -> 1.9.0 ( #346990 )
2024-10-14 18:26:23 +09:00
Sandro
4a9e3e39b3
debian-goodies: 0.88.1 -> 0.88.2 ( #348216 )
2024-10-14 11:25:44 +02:00
OTABI Tomoya
c9f0b4a395
sway-assign-cgroups: 0.4.0 -> 0.4.1 ( #347169 )
2024-10-14 18:20:30 +09:00
OTABI Tomoya
eb67f7de61
cubiomes-viewer: 4.0.1 -> 4.1.0 ( #347200 )
2024-10-14 18:18:12 +09:00
OTABI Tomoya
0ccd64d9be
openapi-generator-cli: 7.8.0 -> 7.9.0 ( #347236 )
2024-10-14 18:17:16 +09:00
OTABI Tomoya
a105b91a6c
python312Packages.ipytablewidgets: 0.3.1 -> 0.3.2 ( #348230 )
2024-10-14 18:16:07 +09:00
lassulus
f4c9b9b114
oqs-provider: fix hash for retagged 0.7.0 ( #348371 )
2024-10-14 11:11:18 +02:00
OTABI Tomoya
2f58210af2
python312Packages.pynitrokey: 0.4.50 -> 0.6.0 ( #346709 )
2024-10-14 18:10:18 +09:00
OTABI Tomoya
e4d95f4100
python3.tests: remove unnecessary condition and disable failing tests on 3.13 ( #347206 )
2024-10-14 18:09:39 +09:00