Sergei Trofimovich
e1bd4d15e8
xorg.xorgserver: 21.1.9 -> 21.1.10
...
Changes: https://www.mail-archive.com/xorg-announce@lists.x.org/msg01645.html
2023-12-13 18:15:00 +00:00
7c6f434c and GitHub
0dff3f46de
Merge pull request #273750 from Vonfry/update/nyxt-3.10.0
...
nyxt: 3.9.0 -> 3.10.0
2023-12-13 18:11:15 +00:00
Alex Jackson
55262418d9
paperless-ngx: 2.1.1 -> 2.1.2
2023-12-13 12:08:35 -06:00
Vladimír Čunát
c15b5810ff
Merge #273843 : darwin/make-bootstrap-tools.nix: set -headerpad_max_install_names
2023-12-13 19:02:52 +01:00
Sergei Trofimovich
fccb48062f
darwin/make-bootstrap-tools.nix: set -headerpad_max_install_names for coreutils
...
Without the change bootstrapTools build fails as:
https://cache.nixos.org/log/g5wyq9xqshan6m3kl21bjn1z88hx48rh-stdenv-bootstrap-tools.drv
error: install_name_tool: changing install names or rpaths can't be redone for: /nix/store/0hxg356h7lnl2hck23wrdpbib3cckx41-stdenv-bootstrap-tools/bin/tac (for architecture x86_64) because larger updated load commands do not fit (the program must be relinked, and you may need to use -headerpad or -headerpad_max_install_names)
2023-12-13 17:57:25 +00:00
Niko Cantero and GitHub
163738d06f
maintainers: update nyanbinary ( #273991 )
2023-12-13 18:50:51 +01:00
Robert Schütz and GitHub
7b1aff8c9c
Merge pull request #271569 from kirillrdy/hipchat
...
hipchat: remove
2023-12-13 09:50:21 -08:00
teutat3s
90d5382750
qMasterPassword.tests: init version test
2023-12-13 18:43:51 +01:00
Robert Hensing
a7aa95db53
lib/attrsets: Document and link Nix language operators
2023-12-13 18:38:41 +01:00
root
806f68c893
vimPlugins: resolve github repository redirects
2023-12-13 17:36:57 +00:00
root
3022db61f2
vimPlugins: update on 2023-12-13
2023-12-13 17:20:24 +00:00
Fabian Affolter
cde08ea694
python311Packages.can: 4.3.0 -> 4.3.1
...
Diff: https://github.com/hardbyte/python-can/compare/refs/tags/v4.3.0...v4.3.1
Changelog: https://github.com/hardbyte/python-can/releases/tag/v4.3.1
2023-12-13 18:17:49 +01:00
Fabian Affolter
7382d4d834
checkov: 3.1.34 -> 3.1.38
...
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.1.34...3.1.38
Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.1.38
2023-12-13 18:16:49 +01:00
Fabian Affolter
f609de1538
exploitdb: 2023-12-12 -> 2023-12-13
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-12-12...2023-12-13
2023-12-13 18:15:24 +01:00
R. Ryantm
423bb23f0c
changie: 1.16.0 -> 1.16.1
2023-12-13 17:08:09 +00:00
R. Ryantm
e8c034ca41
changelogger: 0.6.0 -> 0.6.1
2023-12-13 17:07:53 +00:00
Christina Sørensen
18c7ee6d69
eza: 0.16.3 -> 0.17.0
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com >
2023-12-13 18:04:46 +01:00
R. Ryantm
1b44690b16
cf-vault: 0.0.16 -> 0.0.17
2023-12-13 17:00:18 +00:00
Adam C. Stephens and GitHub
b0e130d3da
Merge pull request #273782 from jnsgruk/lxd-5.20
...
lxd: 5.19 -> 5.20
2023-12-13 11:57:52 -05:00
Weijia Wang and GitHub
09beff8fb5
Merge pull request #273698 from foo-dogsquared/fix-guix-gc-service
...
nixos/guix: fix GC service
2023-12-13 17:43:44 +01:00
happysalada and Cole Helbling
bd828ed1f9
zoxide: 0.9.2 -> unstable-2023-11-20
...
update to master to avoid usage with nushell
breakage
2023-12-13 08:33:42 -08:00
BlankParticle
f622b970ed
spotify: 1.2.25.1011.g0348b2ea -> 1.2.26.1187.g36b715a1
2023-12-13 21:52:08 +05:30
Philip Taron
36ac922271
nixos/jigasi: update to use literalExpression
...
I saw this trace when building my system configuration this morning:
```
lazy-options.json> trace: warning: literalExample is deprecated, use literalExpression instead, or use literalMD for a non-Nix description.
```
This warning was introduced in https://github.com/NixOS/nixpkgs/pull/237557 .
The option this commit changes was introduced in https://github.com/NixOS/nixpkgs/pull/137003 .
2023-12-13 08:20:59 -08:00
Silvan Mosberger and Robert Hensing
d4b7b15407
lib.path.hasStorePathPrefix: init
...
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com >
2023-12-13 17:12:52 +01:00
Thiago Kenji Okada
ed5b0bccf5
buildGraalvmNativeImage: set NATIVE_IMAGE_DEPRECATED_BUILDER_SANITATION
2023-12-13 16:12:04 +00:00
Thiago Kenji Okada
a92e6068b4
buildGraalvm: use NATIVE_IMAGE_DEPRECATED_BUILDER_SANITATION instead of CC wrapper
...
Instead of using a hacky CC wrapper to re-inject the environment
variables needed to build, we set the
NATIVE_IMAGE_DEPRECATED_BUILDER_SANITATION=true that is in 21.0.0
release changelog:
https://github.com/oracle/graal/blob/489611a304ec808cdcb1e07e9a9799e6240fd2e1/substratevm/CHANGELOG.md?plain=1#L48
This is deprecated behavior for now, and will be removed in future, but
this will allow us more time until we figure a proper solution.
See:
- https://github.com/oracle/graal/issues/7502
- https://github.com/oracle/graal/issues/7981
- https://github.com/oracle/graal/pull/6095
2023-12-13 16:12:04 +00:00
Rafael Fernández López
14447282cf
wavm: add missing platforms
2023-12-13 17:10:59 +01:00
224b3a5ad9
jextract: 2023-04-14 -> 2023-11-27 (JDK 21) ( #271127 )
...
This updates jextract to use JDK 21 and to be be
based on the commit described as
"Update jextract 21 with latest fixes" and as of
2023-12-12 is the latest commit on `master`.
Co-authored-by: Sharzy <me@sharzy.in >
2023-12-13 17:03:13 +01:00
R. Ryantm
ad7f36e6e5
ceph-csi: 3.9.0 -> 3.10.0
2023-12-13 15:56:05 +00:00
Rouven Czerwinski
352fd9f9de
xwayland: 23.2.2 -> 23.2.3
...
Fixes CVE-2023-6377 and CVE-2023-6478.
Announcement: https://lists.x.org/archives/xorg-announce/2023-December/003437.html
2023-12-13 16:33:41 +01:00
Matthieu Coudron and GitHub
8556109c1f
Merge pull request #273636 from GaetanLepage/yanky
...
vimPlugins.yanky-nvim: init at 2023-11-27, vimPlugins.startup-nvim: init at 2023-11-02
2023-12-13 16:26:01 +01:00
ajs124
be0a6b0dd6
nixos/restic: append PATH in wrappers instead of overwriting
...
fixes "mount"
2023-12-13 16:24:50 +01:00
sinanmohd
8a8994c862
dendrite: 0.13.4 -> 0.13.5
2023-12-13 20:36:43 +05:30
Julien Malka and GitHub
fe1e2aefdc
Merge pull request #259476 from samueltardieu/french-numbers
2023-12-13 15:59:42 +01:00
Rafael Fernández López
634efac014
wamr: fix darwin build
2023-12-13 15:57:05 +01:00
Gaetan Lepage and Martin Weinelt
8c2e8010a0
grpc: add jaxlib in passthru.tests
2023-12-13 15:49:25 +01:00
Nick Cao and GitHub
c2e94bdd94
Merge pull request #273956 from nbraud/python/debianbts
...
python3Packages.debianbts: Remove unused inputs
2023-12-13 09:46:39 -05:00
Nick Cao and GitHub
6d39e9eaf5
Merge pull request #273985 from r-ryantm/auto-update/cargo-zigbuild
...
cargo-zigbuild: 0.18.0 -> 0.18.1
2023-12-13 09:45:41 -05:00
Nick Cao and GitHub
e65e833993
Merge pull request #273923 from vcunat/p/knot-bump
...
knot-dns: 3.3.2 -> 3.3.3
2023-12-13 09:43:03 -05:00
Nick Cao and GitHub
74edc08665
Merge pull request #273922 from r-ryantm/auto-update/bomber-go
...
bomber-go: 0.4.5 -> 0.4.7
2023-12-13 09:42:17 -05:00
Nick Cao and GitHub
31f822065c
Merge pull request #273941 from r-ryantm/auto-update/bilibili
...
bilibili: 1.12.3-1 -> 1.12.5-2
2023-12-13 09:41:33 -05:00
Nick Cao and GitHub
6f78967190
Merge pull request #273951 from schnusch/nixos/tinyproxy
...
nixos/tinyproxy: fix services.tinyproxy.package
2023-12-13 09:41:21 -05:00
Nick Cao and GitHub
71c5f6a1af
Merge pull request #273926 from r-ryantm/auto-update/bosh-cli
...
bosh-cli: 7.5.0 -> 7.5.1
2023-12-13 09:41:09 -05:00
Nick Cao and GitHub
d6a446982f
Merge pull request #273950 from r-ryantm/auto-update/bun
...
bun: 1.0.16 -> 1.0.17
2023-12-13 09:38:36 -05:00
Tom Houlé and Yt
8042d5e6ad
cargo-pgrx: 0.11.0 -> 0.11.2
2023-12-13 14:37:50 +00:00
Nick Cao and GitHub
5e5acab5e0
Merge pull request #273860 from sumnerevans/dataclasses-json-0.6.3
...
python3Packages.dataclasses-json: 0.6.1 -> 0.6.3
2023-12-13 09:36:05 -05:00
Nick Cao and GitHub
c98323ba9e
Merge pull request #273886 from r-ryantm/auto-update/android-udev-rules
...
android-udev-rules: 20231124 -> 20231207
2023-12-13 09:35:11 -05:00
Nick Cao and GitHub
011347748f
Merge pull request #273889 from r-ryantm/auto-update/api-linter
...
api-linter: 1.59.1 -> 1.59.2
2023-12-13 09:34:33 -05:00
R. Ryantm
9b11ad66d6
cargo-xwin: 0.14.9 -> 0.16.2
2023-12-13 14:34:05 +00:00
R. Ryantm
88b307e7f9
cargo-zigbuild: 0.18.0 -> 0.18.1
2023-12-13 14:33:52 +00:00