Commit graph

533329 commits

Author SHA1 Message Date
R. Ryantm 69278aecde rust-analyzer-unwrapped: 2023-09-25 -> 2023-10-02 2023-10-06 12:28:54 +00:00
Marek Beyer ea1eb4ee0f
nixos/nginx: add systemd-tmpfiles exclusion of temporary directories
Directories used by nginx in the tmp path are only created upon startup and
must not be deleted while nginx is running.
2023-10-06 14:26:37 +02:00
Marek Beyer 040cf48d28
nixos/tests: add test for nginx temp directories removal
The default temp directories for nginx must not be removed by
systemd-tmpfiles-clean.service. This test lowers the age parameter for /tmp and
triggers a cleanup that would normally only occur after 10 days of nginx
inactivity. After that, the functionality of nginx that requires a temporary
directory is tested again.
2023-10-06 14:26:37 +02:00
Ulrik Strid 558e80e961
Merge pull request #259327 from vbgl/ocaml-lwt-5.7.0
ocamlPackages.lwt: 5.6.1 → 5.7.0
2023-10-06 14:25:44 +02:00
Florian Klink 5144dc2669 cudatoolkit: fix evaluation with Nix 2.3
Path interpolation is not available in all Nix versions nixpkgs supports.

Similar to 6c8644fc37
2023-10-06 15:10:52 +03:00
Bobby Rong 075f825288
xfce.xfce4-pulseaudio-plugin: 0.4.7 -> 0.4.8
https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/compare/xfce4-pulseaudio-plugin-0.4.7...xfce4-pulseaudio-plugin-0.4.8
2023-10-06 20:10:26 +08:00
ajs124 0b48455b2d
Merge pull request #256103 from WilliButz/update/nginxModules.njs/0.8.1
nginxModules.njs: 0.7.10 -> 0.8.1
2023-10-06 14:01:50 +02:00
Atemu eae761dcb0
Merge pull request #245593 from wamserma/grocy-add-package-option
grocy: add package option
2023-10-06 13:56:58 +02:00
7c6f434c 8a2cb1f05f
Merge pull request #259362 from tomfitzhenry/sgt-puzzles-name
sgt-puzzles: rename all "sgtpuzzles" -> "sgt-puzzles"
2023-10-06 11:50:49 +00:00
Doron Behar 2f244e3647 python3.pkgs.xdot: 1.2 -> 1.3
Numerous other fixes / improvements:
- Format expression with 1 line per argument and input
- Use fetchFromGitHub to fetch the `test.py` file not distributed with
  the pypi source.
- Enable tests.
- Prevent double wrapping by setting makeWrapperArgs instead of using
  wrapProgram.
- Run check hooks.
2023-10-06 14:48:42 +03:00
Doron Behar a95049d917
Merge pull request #259154 from doronbehar/pkg/astropy
python3.pkgs.astropy: 5.3.3 -> 5.3.4
2023-10-06 14:27:42 +03:00
Wael Nasreddine 82558ff520
Merge pull request #259101 from marsam/update-terraform 2023-10-06 16:47:18 +05:30
markuskowa d943caed6b
Merge pull request #259235 from sheepforce/qcelemental
qcelemental: 0.25.1 -> 0.26.0
2023-10-06 13:12:55 +02:00
kilianar 48febcc74f beancount: 2.3.5 -> 2.3.6
https://github.com/beancount/beancount/releases/tag/2.3.6
2023-10-06 13:10:41 +02:00
Pierre Bourdon e462c9172c
Merge pull request #259039 from edef1c/cve-2023-4911-mitigation
nixos/security/wrappers: use musl rather than glibc and explicitly unset insecure env vars
2023-10-06 12:50:39 +02:00
Tom Fitzhenry 736884108d sgt-puzzles: rename all "sgtpuzzles" -> "sgt-puzzles"
nixpkgs currently mixes sgtpuzzles/sgt-puzzles across filenames,
packages, tests.

This inconsistency is frequently annoying.

Let's unify on "sgt-puzzles", on the basis that:
* "sgt-puzzles" is the package filename.
* Alpine/FreeBSD/Debian use "sgt-puzzles". No other distro uses
"sgtpuzzles". https://repology.org/project/sgt-puzzles/versions
2023-10-06 21:36:48 +11:00
Tom Fitzhenry 1cb1c88f9c phoc: add passthru.tests.phosh
In practice, phoc's primary reverse-dependency is phosh, so let's run
the phosh test on phoc updates.
2023-10-06 21:27:31 +11:00
Sergei Trofimovich c65ad2c49f gzdoom: 4.10.0 -> 4.11.0
Among other things fixes build failure against gcc-13:

    $ nix build --impure --expr 'with import ./. {}; gzdoom.override { stdenv = gcc13Stdenv; }' -L
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h: In function 'void VmaUint32ToStr(char*, size_t, uint32_t)':
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2410:9: error: 'snprintf' was not declared in this scope
    gzdoom>  2410 |         snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num));
    gzdoom>       |         ^~~~~~~~
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2262:1: note: 'snprintf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?

Changes: https://github.com/ZDoom/gzdoom/releases/tag/g4.11.0
2023-10-06 11:15:58 +01:00
OTABI Tomoya 51d261b0ae
Merge pull request #259187 from cafkafk/cafk-kitty
kitty: 0.30.0 -> 0.30.1
2023-10-06 18:56:16 +09:00
OTABI Tomoya 4b570045d7
Merge pull request #259131 from GaetanLepage/numpyro
python310Packages.numpyro: 0.13.0 -> 0.13.2
2023-10-06 18:49:19 +09:00
OTABI Tomoya 5b1c1674ca
Merge pull request #259132 from mbalatsko/init-esig
python3Packages.esig: init at 0.9.8.3, python3Packages.iisignature: init at 0.24
2023-10-06 18:46:43 +09:00
Phillip Seeber b68f1972fb qcelemental: 0.25.1 -> 0.26.0 2023-10-06 11:33:25 +02:00
Doron Behar d6ac2df61d python3.pkgs.astropy: 5.3.3 -> 5.3.4 2023-10-06 12:32:08 +03:00
Bobby Rong 49dda70dbc
Merge pull request #259222 from bobby285271/fix/gnome-flashback-eval
nixosTests.gnome-flashback: Fix eval
2023-10-06 17:31:44 +08:00
OTABI Tomoya 69590b6698
Merge pull request #259220 from r-ryantm/auto-update/python310Packages.parver
python310Packages.parver: 0.4 -> 0.5
2023-10-06 18:25:57 +09:00
OTABI Tomoya 9f902e75cf
Merge pull request #259233 from r-ryantm/auto-update/python310Packages.django-reversion
python310Packages.django-reversion: 5.0.5 -> 5.0.6
2023-10-06 18:24:29 +09:00
Arthur Gautier 256c518a8a dpdk: fixup shared compilation
Dpdk build will default to static linking of its libraries if
`default_library` option is not specified. When shared is expected, we
should explicitely set the `default_library` option to `shared`.

This saves 586MB on the derivation output size:
```
95M	/nix/store/qydxxmcnh1w8yz58n36345kg3siimqip-dpdk-22.11.1
681M	/nix/store/pxvc5r3jvba1i96cma36akr7cnvnac3w-dpdk-22.11.1
```
2023-10-06 11:20:23 +02:00
OTABI Tomoya e4507e79b9
Merge pull request #259331 from fabaff/camel-converter-bump
python311Packages.camel-converter: 3.0.2 -> 3.0.3
2023-10-06 18:09:16 +09:00
OTABI Tomoya d52dcae543
Merge pull request #259332 from fabaff/garth-bump
python311Packages.garth: 0.4.37 -> 0.4.38
2023-10-06 18:08:21 +09:00
Markus Kowalewski 87e511cab3 amd-libflame: 3.0 -> 4.1
switch to cmake
2023-10-06 10:34:04 +02:00
Markus Kowalewski 197293b1d9 amd-libflame: add maintainer markuskowa 2023-10-06 10:34:04 +02:00
Markus Kowalewski e6595dc7d4 aocl-utils: init at 4.1 2023-10-06 10:34:01 +02:00
Pol Dellaiera 3360cb0bb0 phpPackages.composer: 2.6.4 -> 2.6.5 2023-10-06 10:30:07 +02:00
Legion Orsetti 86d6401d3e
vencord: 1.5.3 -> 1.5.5 2023-10-06 10:29:49 +02:00
Bobby Rong 190a819ecb
nixosTests.gnome-flashback: Ensure gnome-flashback-media-keys starts 2023-10-06 16:04:24 +08:00
Fabian Affolter a2eb207f45
Merge pull request #258611 from fabaff/alexapy-bump
python311Packages.alexapy: 1.27.1 -> 1.27.4
2023-10-06 09:35:11 +02:00
Fabian Affolter 0be35d57f3
Merge pull request #259323 from fabaff/whodap-bump
python311Packages.whodap: 0.1.9 -> 0.1.10
2023-10-06 09:34:24 +02:00
Fabian Affolter 6e7bf5cfe5
Merge pull request #259324 from fabaff/pyfibaro-bump
python311Packages.pyfibaro: 0.7.4 -> 0.7.5
2023-10-06 09:34:10 +02:00
Fabian Affolter 14f9a7faf7
Merge pull request #259325 from fabaff/memray-bump
memray: 1.9.1 -> 1.10.0
2023-10-06 09:33:58 +02:00
Fabian Affolter 3b5b5e72e5
Merge pull request #259326 from fabaff/checkov-bump
checkov: 2.5.4 -> 2.5.6
2023-10-06 09:33:50 +02:00
Fabian Affolter ece34cea00
Merge pull request #258772 from r-ryantm/auto-update/python310Packages.textdistance
python310Packages.textdistance: 4.5.0 -> 4.6.0
2023-10-06 09:30:36 +02:00
Thomas Gerbet cefa4f567a
Merge pull request #259296 from r-ryantm/auto-update/wch-isp
wch-isp: 0.2.5 -> 0.3.0
2023-10-06 09:21:06 +02:00
Icy-Thought 1045b89402
tree-sitter-grammars: add typst 2023-10-06 09:20:39 +02:00
David Knaack 4b58af2fcb gitoxide: 0.29.0 -> 0.30.0 2023-10-06 09:10:05 +02:00
markuskowa 3a388f757b
Merge pull request #258049 from r-ryantm/auto-update/libpsm2
libpsm2: 11.2.230 -> 12.0.1
2023-10-06 08:42:01 +02:00
Stanisław Pitucha 5c7a0f21f9
Merge pull request #259274 from viraptor/libsmi-new-clang
libsmi: fix missing declaration for new clang
2023-10-06 17:38:37 +11:00
Fabian Affolter e4739c00ce python311Packages.gitignore-parser: 0.1.8 -> 0.1.9
Diff: https://github.com/mherrmann/gitignore_parser/compare/refs/tags/v0.1.8...v0.1.9

Changelog: https://github.com/mherrmann/gitignore_parser/releases/tag/v0.1.9
2023-10-06 08:28:40 +02:00
Fabian Affolter 192ff93aee
sslscan: add changelog to meta 2023-10-06 08:27:48 +02:00
Fabian Affolter 8bf81e231c python311Packages.garth: 0.4.37 -> 0.4.38 2023-10-06 08:20:12 +02:00
Fabian Affolter 7e75e4954b python311Packages.camel-converter: 3.0.2 -> 3.0.3
Diff: https://github.com/sanders41/camel-converter/compare/refs/tags/v3.0.2...v3.0.3

Changelog: https://github.com/sanders41/camel-converter/releases/tag/v3.0.3
2023-10-06 08:18:58 +02:00