Commit Graph
693135 Commits
Author SHA1 Message Date
Nick CaoandGitHub 2ab7b4d490 z-lua: 1.8.18 -> 1.8.19 (#348457) 2024-10-14 08:27:41 -04:00
Nick CaoandGitHub 0571b53e06 mask: 0.11.4 -> 0.11.6 (#348407) 2024-10-14 08:21:46 -04:00
Nick CaoandGitHub 36a8c96f6f cloak-pt: 2.9.0 -> 2.10.0 (#348418) 2024-10-14 08:20:53 -04:00
Martin WeineltandGitHub f4226b78df knot-dns: 3.4.0 -> 3.4.1 (#348476) 2024-10-14 14:20:26 +02:00
nixpkgs-merge-bot[bot]andGitHub e61898f33e feather: 2.6.8 -> 2.7.0 (#348504) 2024-10-14 12:19:05 +00:00
Nick CaoandGitHub 3426873662 datefudge: 1.26 -> 1.27 (#348426) 2024-10-14 08:17:13 -04:00
SandroandGitHub 3251881369 heimdal: remove absolute path to pwd, replace patchPhase with postPa… (#347760) 2024-10-14 14:14:19 +02:00
Fabian AffolterandGitHub 0b88932045 python312Packages.tencentcloud-sdk-python: 3.0.1248 -> 3.0.1249 (#348466) 2024-10-14 13:51:02 +02:00
Fabian AffolterandGitHub f560704f7c python312Packages.meshtastic: 2.5.1 -> 2.5.2 (#348458) 2024-10-14 13:50:46 +02:00
Fabian AffolterandGitHub a5fc2d4aa0 python312Packages.mypy-boto3-*: updates (#348102) 2024-10-14 13:50:23 +02:00
Fabian AffolterandGitHub 56bacf1d5a python312Packages.gios: 4.0.0 -> 5.0.0 (#348157) 2024-10-14 13:50:05 +02:00
Fabian AffolterandGitHub d8d3f0297c ttop: 1.5.2 -> 1.5.3 (#348356) 2024-10-14 13:49:44 +02:00
Fabian AffolterandGitHub a3c604d5d2 felix-fm: 2.13.0 -> 2.14.0 (#348355) 2024-10-14 13:49:27 +02:00
Fabian AffolterandGitHub a7e38a5efd python312Packages.types-pytz: 2024.2.0.20240913 -> 2024.2.0.20241003 (#348208) 2024-10-14 13:49:16 +02:00
Fabian AffolterandGitHub 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
Sandro Jäckel b0231c9981 heimdal: remove absolute path to pwd, replace patchPhase with postPatch to not break patches 2024-10-14 13:36:18 +02:00
Doron BeharandGitHub 144db67203 texlab: 5.19.0 -> 5.20.0 (#347995) 2024-10-14 14:29:37 +03:00
Doron BeharandGitHub c9a3c8925c python312Packages.xarray: 2024.07.0 -> 2024.09.0 (#347355) 2024-10-14 14:28:26 +03:00
Christian KöglerandMatthieu Coudron b598969635 local-ai: 2.21.1 -> 2.22.0 2024-10-14 13:25:33 +02:00
OTABI TomoyaandGitHub 890217570a zarf: 0.40.1 -> 0.41.0 (#346834) 2024-10-14 20:08:18 +09:00
OTABI TomoyaandGitHub 43294c03ee termius: 9.6.1 -> 9.7.2 (#346841) 2024-10-14 20:07:17 +09:00
OTABI TomoyaandGitHub abe048b357 cargo-binstall: 1.10.5 -> 1.10.7 (#346847) 2024-10-14 20:06:12 +09:00
OTABI TomoyaandGitHub 51e874f773 sdrangel: 7.22.0 -> 7.22.1 (#346895) 2024-10-14 20:04:52 +09:00
OTABI TomoyaandGitHub 725e1a7913 elektroid: 3.0.1 -> 3.1 (#346981) 2024-10-14 20:03:47 +09:00
OTABI TomoyaandGitHub 0ce09461d9 sickgear: 3.32.7 -> 3.32.10 (#346997) 2024-10-14 20:02:53 +09:00
Maximilian BoschandGitHub 782b08ba3d Merge: percona: update packages, init 8.4 (#346027) 2024-10-14 12:40:48 +02:00
R. Ryantm 8ec0f2d79b feather: 2.6.8 -> 2.7.0 2024-10-14 10:34:21 +00:00
toonnandGitHub dcd7610590 wire-desktop: add CVE-2024-6775 to knownVulnerabilities (#348266) 2024-10-14 12:33:37 +02:00
Robert SchützandKerstin 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
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
SandroandGitHub f7dbf14e43 proton-pass: 1.23.0 -> 1.23.1 (#348129) 2024-10-14 12:00:06 +02:00
Pol DellaieraandGitHub e84168e380 alpaca: 2.6.0 -> 2.6.5 (#348472) 2024-10-14 11:57:09 +02:00
nixpkgs-merge-bot[bot]andGitHub 6c02419853 ord: 0.20.0 -> 0.20.1 (#346346) 2024-10-14 09:45:56 +00:00
lassulusandGitHub 78e1bdc710 netscanner: 0.5.3 -> 0.6.0 (#347882) 2024-10-14 11:44:52 +02:00
OTABI TomoyaandGitHub 26189b4e04 nng: 1.8.0 -> 1.9.0 (#346990) 2024-10-14 18:26:23 +09:00
SandroandGitHub 4a9e3e39b3 debian-goodies: 0.88.1 -> 0.88.2 (#348216) 2024-10-14 11:25:44 +02:00
OTABI TomoyaandGitHub c9f0b4a395 sway-assign-cgroups: 0.4.0 -> 0.4.1 (#347169) 2024-10-14 18:20:30 +09:00
OTABI TomoyaandGitHub eb67f7de61 cubiomes-viewer: 4.0.1 -> 4.1.0 (#347200) 2024-10-14 18:18:12 +09:00
OTABI TomoyaandGitHub 0ccd64d9be openapi-generator-cli: 7.8.0 -> 7.9.0 (#347236) 2024-10-14 18:17:16 +09:00
OTABI TomoyaandGitHub a105b91a6c python312Packages.ipytablewidgets: 0.3.1 -> 0.3.2 (#348230) 2024-10-14 18:16:07 +09:00
lassulusandGitHub f4c9b9b114 oqs-provider: fix hash for retagged 0.7.0 (#348371) 2024-10-14 11:11:18 +02:00
OTABI TomoyaandGitHub 2f58210af2 python312Packages.pynitrokey: 0.4.50 -> 0.6.0 (#346709) 2024-10-14 18:10:18 +09:00
OTABI TomoyaandGitHub e4d95f4100 python3.tests: remove unnecessary condition and disable failing tests on 3.13 (#347206) 2024-10-14 18:09:39 +09:00
OTABI TomoyaandGitHub 2dda2d24c7 python312Packages.gotenberg-client: 0.6.0 -> 0.7.0 (#347396) 2024-10-14 18:08:22 +09:00
OTABI TomoyaandGitHub 5bd46b7a76 python312Packages.accelerate: 0.34.2 -> 1.0.0 (#347420) 2024-10-14 18:05:19 +09:00
Guillaume GirolandGitHub 36ea34c187 seabios refactors (#342692) 2024-10-14 10:59:18 +02:00
OTABI TomoyaandGitHub 8f8f0badb3 buildPython*: Deprecate and remove (buildPython* { ... }).override (#333670) 2024-10-14 17:56:43 +09:00
Doron Behar df6592daff texlab: fix aarch64-linux build 2024-10-14 11:56:16 +03:00
OTABI TomoyaandGitHub 0a77110029 mkPythonPackage, mkPythonApplication: handle passthru with stdenv.mkDerivation instead of lib.extendDerivation (#347130) 2024-10-14 17:46:49 +09:00
Thiago Kenji OkadaandGitHub 1e4e9d41d2 unrar-free: 0.3.0 -> 0.3.1 (#348446) 2024-10-14 09:43:50 +01:00