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

728255 commits

Author SHA1 Message Date
Bobby Rong
a7f85ab6d6
Cinnamon updates 2024-12-22 (#367356) 2024-12-23 22:50:57 +08:00
R. Ryantm
215b5f958b dxvk_2: 2.5.1 -> 2.5.2 2024-12-23 14:50:23 +00:00
Bobby Rong
88538e0d85
caribou: Fix GCC 14 build
https://hydra.nixos.org/build/282444876/nixlog/1
2024-12-23 22:46:17 +08:00
Doron Behar
52fc4c0e9c
python312Packages.mlx: upgrade and fix build (#367011) 2024-12-23 16:44:41 +02:00
Vladimír Čunát
a710670a07
tiledb: fix libcxx builds (#367289) 2024-12-23 15:39:20 +01:00
Bobby Rong
e9830e9b5a
muffin: libgbm -> mesa (#367656) 2024-12-23 22:33:22 +08:00
Bobby Rong
026ea4ed07
muffin: libgbm -> mesa
ref: 656cab83ce
ref: 8b65c67d9b
2024-12-23 22:22:15 +08:00
Adam C. Stephens
0e2d2f87f0
kanidm: discern normal build from provisioning build and fix 1_3 patches (#367230) 2024-12-23 09:00:23 -05:00
Vladimír Čunát
fc9c33366b
staging-next 2024-12-04 (#361878) 2024-12-23 14:57:53 +01:00
Christian Kögler
585f76290e
zenoh: disable all tests (#367608) 2024-12-23 14:44:02 +01:00
R. Ryantm
bcd858af5a nuclei-templates: 10.1.0 -> 10.1.1 2024-12-23 13:34:38 +00:00
R. Ryantm
ff181efcdf natscli: 0.1.5 -> 0.1.6 2024-12-23 13:32:21 +00:00
Gaétan Lepage
844e977776
python3Packages.nanobind: 2.2.0 -> 2.4.0 (#366800) 2024-12-23 14:31:59 +01:00
Vladimír Čunát
58af658f99
home-assistant-custom-components.homematicip_local: 1.73.0 -> 1.75.0 (#365459) 2024-12-23 14:24:59 +01:00
Vladimír Čunát
83468daa50
microsoft-gsl: don't use -Werror for clang (#367310) 2024-12-23 14:23:56 +01:00
Gaétan Lepage
5cd2444668
nixosModules.MooseFS: Format (#367327) 2024-12-23 14:14:19 +01:00
R. Ryantm
22520a207c fanbox-dl: 0.27.1 -> 0.27.2 2024-12-23 13:12:24 +00:00
R. Ryantm
adf98ff545 freshrss: 1.24.3 -> 1.25.0 2024-12-23 13:07:18 +00:00
Jörg Thalheim
83e902bb66
dpdk: apply patch for CVE-2024-11614 (#366259) 2024-12-23 14:05:46 +01:00
Silvan Mosberger
d510f60a4d
lib.generators.toPlist: escape XML syntax in strings & keys (#356502) 2024-12-23 13:47:44 +01:00
Bobby Rong
7042c42ea5
xfce.xfce4-screensaver: 4.18.3 -> 4.18.4 (#367048) 2024-12-23 20:16:31 +08:00
Jörg Thalheim
890e5f2456
build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#367609) 2024-12-23 13:06:58 +01:00
github-actions[bot]
02d93dd7ec
Merge master into staging-next 2024-12-23 12:05:52 +00:00
Bobby Rong
605126dd32
GNOME updates 2024-12-19 (#366551) 2024-12-23 20:03:00 +08:00
Linnnus
d1cb670ee6 lib.generators.toPlist: escape XML syntax in strings & keys
Before this patch, code like this would break generate invalid XML:

    lib.generators.toPlist {} "ab<cd"

That's obviously bad, since the call to toPlist often happens through
indirection, as is the case in e.g. the nix-darwin project. A user might
not realize that they have to escape the strings.

This patch adds the argument 'escape' to lib.generators.plist and emits
a warning if it is not set to true. In a future release, this behavior
should become the default.

I have also added a note for future maintainers, in case I forget to
actually remove the deprecated functionality in a future release.
2024-12-23 12:29:20 +01:00
Jörg Thalheim
8a32455586
build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#367610) 2024-12-23 12:22:45 +01:00
Ivan Mincik
c8fcff4a74
qgis-ltr: 3.34.13 -> 3.34.14 (#366816) 2024-12-23 11:22:31 +00:00
Ivan Mincik
d087ce6d53
qgis: 3.40.1 -> 3.40.2 (#366813) 2024-12-23 11:22:03 +00:00
R. Ryantm
895c5f50b7 jx: 3.11.3 -> 3.11.4 2024-12-23 11:19:19 +00:00
Markus Kowalewski
697c771698
abracadabra: 2.7.1 -> 2.8.0 (#367361) 2024-12-23 12:07:10 +01:00
dependabot[bot]
abd256e12b
build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](b4b15b8c7c...6f51ac03b9)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 11:05:01 +00:00
dependabot[bot]
4c4e9337fa
build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](5d869da34e...c1a285145b)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 11:04:57 +00:00
Markus Kowalewski
a4def82fcf zenoh: disable all tests
Many tests rely on networking and fail in the build sandbox and on Hydra.
The list of tests individual tests has become too long.
2024-12-23 11:54:19 +01:00
Yt
d5e5e7198b
redpanda-client: 24.2.13 -> 24.2.14 (#367498) 2024-12-23 05:51:20 -05:00
Reno Dakota
b1c19ac8f9
qemu: use apple-sdk_13
qemu 9.2.0 uses hv_vm_config_get_default_ipa_size which showed up in
macOS 13
2024-12-23 02:48:37 -08:00
nixpkgs-merge-bot[bot]
0865a89b32
lazyjournal: 0.4.0 -> 0.5.0 (#366891) 2024-12-23 10:48:01 +00:00
Pol Dellaiera
ce7f8f04e9
nextjs-ollama-llm-ui: add env var control over cache dir (#366977) 2024-12-23 11:35:35 +01:00
Fabian Affolter
7acb98dcc9 python312Packages.types-awscrt: 0.23.4 -> 0.23.6
Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.23.6
2024-12-23 11:28:30 +01:00
Vladimír Čunát
f674839442
zabbix60: 6.0.26 -> 6.0.36, zabbix64: 6.4.15 -> 6.4.20 (#361882) 2024-12-23 11:19:19 +01:00
Vladimír Čunát
638fc37232
rubyPackages.rexml: 3.3.6 -> 3.3.9 (#361513) 2024-12-23 11:17:59 +01:00
Vladimír Čunát
600bb60551
rubyPackages.rails-html-sanitizer: 1.6.0 -> 1.6.1 (#361503) 2024-12-23 11:16:03 +01:00
Arne Keller
6f43be1aba
python312Packages.beanquery: init at 0.1.0 (#325917) 2024-12-23 11:06:55 +01:00
kirillrdy
3dfebe2d26
limo: 1.0.9 -> 1.0.10 (#367101) 2024-12-23 18:55:02 +09:00
Vladimír Čunát
39f0c2cff1
tesseract: ensure fixupPhase is run (#352788) 2024-12-23 10:48:33 +01:00
Atemu
8ae7ef7913
linux_xanmod, linux_xanmod_latest: 2024-12-20 (#367161) 2024-12-23 10:15:28 +01:00
Arne Keller
cc029f10dd
apftool-rs: init at 0-unstable-2024-01-05 (#354398) 2024-12-23 10:02:16 +01:00
Arne Keller
852e3f019e
schroot: init at 1.6.13-5 (#351765) 2024-12-23 09:57:18 +01:00
Arne Keller
9c6d3583ba
ts_query_ls: 1.0.1 -> 1.4.1 (#361022) 2024-12-23 09:49:34 +01:00
K900
c9a9b70b2a flutter: patchShebangs more things 2024-12-23 11:40:59 +03:00
Vladimír Čunát
94e324b393
inkscape: fix gobjectptr compile error (#367443) 2024-12-23 09:24:12 +01:00