Commit Graph
712457 Commits
Author SHA1 Message Date
Robert Schütz ffe0631728 libdeltachat: 1.150.0 -> 1.151.1
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.150.0...v1.151.1

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.151.1/CHANGELOG.md
2024-11-24 16:10:06 -08:00
Donovan GloverandGitHub b14b10581a u3-tool: 0.3 -> 1.0 (#351980) 2024-11-24 21:05:30 +00:00
Thiago Kenji OkadaandGitHub 4343b4f09f piped: init at 0-unstable-2024-11-04 (#354259) 2024-11-24 20:53:18 +00:00
Connor BakerandGitHub 4a58b6f6b8 python3Packages.torch: fix MKL build (#358555) 2024-11-24 12:21:06 -08:00
Felix BühlerandGitHub f6cd55f50b arduino: fix fhsenv version (#358738) 2024-11-24 21:08:13 +01:00
kirillrdyandGitHub 719c7cd963 omnom: 0-unstable-2024-08-29 -> 0-unstable-2024-11-20 (#357835) 2024-11-25 06:58:38 +11:00
EmilyandGitHub 49d9ef16b1 treewide: remove deprecations up until 24.11 (#356732) 2024-11-24 19:46:12 +00:00
Gaétan LepageandGitHub 260c65a04d python312Packages.dask: 2024.10.0 -> 2024.11.2 (#354636) 2024-11-24 20:20:14 +01:00
Maximilian BoschandGitHub e53e68d1b5 Merge: php: 8.2.25 -> 8.2.26, 8.1.30 -> 8.1.31, 8.3.13 -> 8.3.14 (#358600) 2024-11-24 20:09:04 +01:00
Gaétan LepageandGitHub 0b27578d20 nvim-lsp-file-operations: init at 2024-10-24 (#358250) 2024-11-24 19:48:57 +01:00
Maximilian Bosch 211a54292c php81: 8.1.30 -> 8.1.31
Fixes
* CVE-2024-8932
* CVE-2024-8929
* CVE-2024-11236
* CVE-2024-11234
* CVE-2024-11233
* GHSA-4w77-75f9-2c8w

ChangeLog: https://www.php.net/ChangeLog-8.php#8.1.31
2024-11-24 19:43:08 +01:00
DataHearth 4fdc3370b7 nvim-lsp-file-operations: init at 2024-10-24 2024-11-24 19:36:03 +01:00
Maximilian Bosch 6f6d0f2838 php83: 8.3.13 -> 8.3.14
Fixes
* CVE-2024-8932
* CVE-2024-8929
* CVE-2024-11236
* CVE-2024-11234
* CVE-2024-11233
* GHSA-4w77-75f9-2c8w

ChangeLog: https://www.php.net/ChangeLog-8.php#8.3.14
2024-11-24 19:27:55 +01:00
R. RyantmandMaximilian Bosch c9ac44d1f1 php82: 8.2.25 -> 8.2.26 2024-11-24 19:08:05 +01:00
Ilan JoselevichandGitHub 924dd67481 librenms: 24.9.1 -> 24.10.1 (#354216) 2024-11-24 19:48:16 +02:00
7c6f434candGitHub 2d7c55054a openscad-unstable: 2024-11-10 -> 2024-11-18 (#358384) 2024-11-24 16:56:33 +00:00
SandroandGitHub 53bc18243b python312Packages.equinox: 0.11.8 -> 0.11.9 (#358731) 2024-11-24 17:41:43 +01:00
Nikolay KorotkiyandGitHub d2c8837098 trayscale: 0.13.5 -> 0.14.0 (#358748) 2024-11-24 20:37:53 +04:00
Jacek GalowiczandGitHub 3ab7056874 rigel-engine: init at 0-unstable-2024-05-26 (#358744) 2024-11-24 17:25:41 +01:00
Keenan Weaver 03a516ee2e rigel-engine: init at 0-unstable-2024-05-26
rigel-engine: remove finalAttrs & move SDL2 to buildInputs

rigel-engine: remove git input
2024-11-24 10:16:56 -06:00
Franz PletzandGitHub d4b1fcdbe6 nixos/redlib: format, add maintainer, add cfg.settings, use upstream systemd unit (#345715) 2024-11-24 17:13:16 +01:00
Franz PletzandGitHub 44d36ad12f tuxedo-drivers: 4.9.0 -> 4.11.3 (#357945) 2024-11-24 17:09:46 +01:00
Franz PletzandGitHub a0cefba4f7 onefetch: 2.21.0 -> 2.22.0, migrate to by-name (#355063) 2024-11-24 17:08:52 +01:00
Randy EckenrodeandGitHub 552eca9ad9 llvmPackages.llvm-manpages: fix eval on Darwin (#357697) 2024-11-24 11:08:14 -05:00
Philip TaronandGitHub 0ed56980f9 {gcc{7,8}{,Stdenv},gfortran{7,8}}: drop (#357657) 2024-11-24 08:01:00 -08:00
R. Ryantm df1bc6491a trayscale: 0.13.5 -> 0.14.0 2024-11-24 15:45:20 +00:00
AleksanaandGitHub 3e79601b1c python3Packages.django-storages: Enable one test (#358429) 2024-11-24 23:40:29 +08:00
Martin WeineltandGitHub 6632eed37b nixos/haka: fix assert (#358675) 2024-11-24 16:30:35 +01:00
Matthieu CoudronandGitHub d11140fa35 neovim: add 'autoconfigure' setting (#356271)
certain plugins need a custom configuration (available in passthru.initLua)
to work with nix. For instance unicode-vim needs to configure where to
find the data:
```
vim.g.Unicode_data_directory="${self.unicode-vim}/autoload/unicode"
```
if true, the wrapper automatically appends those snippets when necessary

first appearance of initLua in https://github.com/NixOS/nixpkgs/issues/352741

This will make testing those plugins easier.
2024-11-24 16:29:58 +01:00
Felix Buehler b6ef6fe53a arduino: fix fhsenv version 2024-11-24 16:24:56 +01:00
Gaetan Lepage cd0c48f3f6 python312Packages.equinox: 0.11.8 -> 0.11.9
Diff: https://github.com/patrick-kidger/equinox/compare/refs/tags/v0.11.8...v0.11.9

Changelog: https://github.com/patrick-kidger/equinox/releases/tag/v0.11.9
2024-11-24 16:02:55 +01:00
Felix BühlerandGitHub b675ca747f nixos/mopidy: test & cleanup (#356021) 2024-11-24 16:01:21 +01:00
AleksanaandGitHub d657cbc539 mpris-timer: init at 1.1.1 (#357092) 2024-11-24 22:46:53 +08:00
Guillaume GirolandGitHub ae30ebbdb2 dovecot_fts_xapian: 1.7.14 -> 1.8 (#357546) 2024-11-24 15:31:38 +01:00
Masum RezaandGitHub 16f9ad9986 vscode: 1.95.2 -> 1.95.3 (#358512) 2024-11-24 19:54:30 +05:30
Pol DellaieraandGitHub 10c475aeb9 ocamlPackages: add __darwinAllowLocalNetworking to fix sandbox builds (#358360) 2024-11-24 15:04:14 +01:00
AleksanaandGitHub 55fdcb4910 etherguard: init at 0.3.5-f5 (#354933) 2024-11-24 22:01:48 +08:00
AleksanaandGitHub 081c12aada quake-injector: init at 06 (#358031) 2024-11-24 22:01:23 +08:00
AleksanaandGitHub cd555e71de termbg: init at 0.6.0 (#352093) 2024-11-24 21:59:29 +08:00
AleksanaandGitHub a475f173ad bash-env-json: init at 0.9.1 (#358140) 2024-11-24 21:58:41 +08:00
AleksanaandGitHub 42ec1e396d twig-language-server: init at 0.5.1 (#355056) 2024-11-24 21:58:06 +08:00
Nick CaoandGitHub cf3c5726cb python312Packages.transformers: fix optional-dependencies.ray (#358576) 2024-11-24 08:57:23 -05:00
AleksanaandGitHub 23605324ae python312Packages.libpwquality: fix build (#355674) 2024-11-24 21:55:33 +08:00
asymmetricandGitHub 896ee659d1 btrfs-list: init at 2.3 (#351468) 2024-11-24 14:47:58 +01:00
Nick CaoandGitHub 1d8947c6b7 protoc-gen-go: 1.35.1 -> 1.35.2 (#358701) 2024-11-24 08:43:52 -05:00
AleksanaandGitHub 1dc3b902a6 torq: drop (#358683) 2024-11-24 21:41:55 +08:00
Maximilian BoschandGitHub 626d3e44e5 Merge: runInLinuxVM: fix createEmptyImage/preVM case (#358705) 2024-11-24 14:38:14 +01:00
Nick CaoandGitHub 5a2387f4fc sqlite-utils: 3.37 -> 3.38 (#358652) 2024-11-24 08:37:24 -05:00
Nick CaoandGitHub 66027a3751 code-cursor: 0.42.5 -> 0.43.0 (#358654) 2024-11-24 08:36:49 -05:00
Nick CaoandGitHub 11731f1640 python312Packages.yalexs-ble: 2.5.0 -> 2.5.1 (#358657) 2024-11-24 08:36:30 -05:00