sternenseemann
84a4712bcb
lib/tests/packages-from-directory: make sure all .nix files parse
...
It is useful that all (or almost all) .nix files in nixpkgs at least
parse since it allows for checking syntax in the repository
programmatically without evaluating anything.
2024-01-31 20:30:17 +01:00
Peder Bergebakken Sundt
350f3f7b16
Merge pull request #271885 from jvanbruegge/authentik
...
authentik: init at 2023.10.7
2024-01-31 19:13:39 +01:00
K900
98acc01d07
Merge pull request #285323 from dotlambda/jq-patch
...
python311Packages.jq: remove unused patch
2024-01-31 20:55:55 +03:00
Wael Nasreddine
1d82690d64
Merge pull request #285306 from mfrw/mfrw/terraform-1.7.2
...
terraform: 1.7.1 -> 1.7.2
2024-01-31 09:54:30 -08:00
Robert Schütz
b817538514
python311Packages.jq: remove unused patch
2024-01-31 09:47:19 -08:00
Martin Weinelt
3ab52f06cf
Merge pull request #285212 from r-ryantm/auto-update/prometheus-unbound-exporter
...
prometheus-unbound-exporter: 0.4.4 -> 0.4.5
2024-01-31 18:37:33 +01:00
Pol Dellaiera
e3ff079965
Merge pull request #281589 from emilylange/docker_24-LimitNOFILE
...
docker_24: remove `LimitNOFILE=infinity` from `docker.service` unit
2024-01-31 18:18:05 +01:00
ajs124
b37344b7a0
ruby-modules/gem-config: prometheus-client-mmap 1.1.0 support
2024-01-31 17:48:57 +01:00
Yaya
dd65d0c67e
gitlab: 16.7.4 -> 16.8.1
...
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.8.1-ee/CHANGELOG.md
Co-Authored-By: ajs124 <git@ajs124.de>
2024-01-31 17:48:57 +01:00
Weijia Wang
ca43ced0ae
Merge pull request #284990 from Dekker1/minizincide282
...
minizincide: 2.5.5 -> 2.8.2
2024-01-31 17:46:45 +01:00
Doron Behar
3efa861365
Merge pull request #285281 from r-ryantm/auto-update/balena-cli
...
balena-cli: 17.5.0 -> 17.5.1
2024-01-31 18:45:21 +02:00
Fabian Affolter
ce94dfe51c
Merge pull request #284592 from fabaff/pysqlrecon
...
pysqlrecon: init at 0.1.3
2024-01-31 17:41:28 +01:00
Fabian Affolter
760da9ea50
Merge pull request #285074 from fabaff/scmrepo-bump
...
python311Packages.pygit2: 1.13.3 -> 1.14.0
2024-01-31 17:41:16 +01:00
Nikolay Korotkiy
2b99737ace
Merge pull request #285031 from imincik/qgis-3.34.3
...
qgis: 3.34.2 -> 3.34.3
2024-01-31 20:38:17 +04:00
Nick Cao
845f753510
Merge pull request #285207 from r-ryantm/auto-update/prometheus-sql-exporter
...
prometheus-sql-exporter: 0.5.2 -> 0.5.3
2024-01-31 11:29:01 -05:00
Muhammad Falak R Wani
9cbf12b2f0
terraform: 1.7.1 -> 1.7.2
...
Diff: https://github.com/hashicorp/terraform/compare/v1.7.1...v1.7.2
Changelog: https://github.com/hashicorp/terraform/blob/v1.7.2/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-31 21:53:37 +05:30
Peder Bergebakken Sundt
19159ced3e
Merge pull request #249523 from greizgh/seafile-10
...
Seafile 10
2024-01-31 17:13:54 +01:00
Peder Bergebakken Sundt
d5d752af43
Merge pull request #280821 from SuperSandro2000/pretalx
...
pretalx: init 2023.1.3
2024-01-31 17:11:38 +01:00
Atemu
cdd4f2ac1b
Merge pull request #281348 from Atemu/update/umr
...
umr: unstable-2022-08-23 -> 1.0.8
2024-01-31 16:49:10 +01:00
Jörg Thalheim
7d5c09b02e
Merge pull request #285167 from Mic92/systemd-boot
...
nixos/systemd-boot: fix editor option
2024-01-31 22:38:09 +07:00
Peder Bergebakken Sundt
aa10fea3ef
Merge pull request #222817 from SuperSandro2000/python-sitePackages
...
treewide: replace `lib/${python.libPrefix}/site-packages` with its sh…
2024-01-31 16:34:30 +01:00
Martin Weinelt
b9af749fff
Merge pull request #285280 from adamcstephens/lxc/docbook-fix
...
lxc: fix aarch64 build failure
2024-01-31 16:21:51 +01:00
Atemu
52418a5183
Merge pull request #279844 from doronbehar/tests/buildFHSEnv
...
tests.buildFHSEnv.libtinfo: init
2024-01-31 16:09:16 +01:00
Doron Behar
afb69fea3c
Merge pull request #284481 from chuangzhu/gnuradio-gcc13
...
gnuradio3_{9,8}: fix build
2024-01-31 17:07:18 +02:00
Chuang Zhu
b688bda73b
gnuradio3_8Minimal: fix build on Linux by using gcc 12 libraries
...
Not using simply stdenv = gcc12Stdenv due to errors like this:
/nix/store/...-binutils-2.40/bin/ld: /nix/store/...-boost-1.81.0/lib/libboost_program_options.so.1.81.0: undefined reference to `std::ios_base_library_init()@GLIBCXX_3.4.32'
collect2: error: ld returned 1 exit status
make[2]: *** [gr-fec/lib/reed-solomon/CMakeFiles/gr_fec_rstest.dir/build.make:131: gr-fec/lib/reed-solomon/gr_fec_rstest] Error 1
make[1]: *** [CMakeFiles/Makefile2:2165: gr-fec/lib/reed-solomon/CMakeFiles/gr_fec_rstest.dir/all] Error 2
2024-01-31 16:19:43 +02:00
Adam Stephens
184637940b
lxc: fix aarch64 build failure
...
Starting with commit 1cf2d7357c
lxc is
failing on aarch64 only. For whatever reason, the version check done
on docbook2man here is no longer registering as >=0.8.8
3efa1c3037/meson.build (L323)
This falls through to this line, which changes the behavior of the
configured sgml header.
3efa1c3037/meson.build (L327)
Instead of figuring out /why/ this is the case, I'm just going to skip
the check for lxc since we won't ever ship docbook2x < 0.8.
2024-01-31 09:02:26 -05:00
R. Ryantm
7788da7a55
balena-cli: 17.5.0 -> 17.5.1
2024-01-31 13:57:51 +00:00
Nick Cao
fe9057edb7
Merge pull request #285239 from r-ryantm/auto-update/rustdesk-server
...
rustdesk-server: 1.1.9 -> 1.1.10-3
2024-01-31 08:47:19 -05:00
Nick Cao
813cb77797
Merge pull request #285259 from r-ryantm/auto-update/python311Packages.types-aiobotocore
...
python311Packages.types-aiobotocore: 2.11.0 -> 2.11.1
2024-01-31 08:46:25 -05:00
Nick Cao
bc3093bcd9
Merge pull request #285268 from r-ryantm/auto-update/deck
...
deck: 1.32.0 -> 1.32.1
2024-01-31 08:45:29 -05:00
Jan van Brügge
8c335258bd
authentik-outposts.ldap: init at 2023.10.7
2024-01-31 13:45:10 +00:00
Jan van Brügge
3d9a9b12ab
authentik: init at 2023.10.7
2024-01-31 13:45:09 +00:00
Nick Cao
253022eea7
Merge pull request #285214 from r-ryantm/auto-update/sentry-cli
...
sentry-cli: 2.26.0 -> 2.27.0
2024-01-31 08:44:34 -05:00
Nick Cao
c32792b72b
Merge pull request #285217 from r-ryantm/auto-update/xdp-tools
...
xdp-tools: 1.4.1 -> 1.4.2
2024-01-31 08:43:47 -05:00
Nick Cao
1e245aad3d
Merge pull request #285164 from r-ryantm/auto-update/python312Packages.influxdb-client
...
python312Packages.influxdb-client: 1.39.0 -> 1.40.0
2024-01-31 08:39:15 -05:00
Nick Cao
1c37652574
Merge pull request #285180 from r-ryantm/auto-update/opengrok
...
opengrok: 1.13.1 -> 1.13.2
2024-01-31 08:38:00 -05:00
Nick Cao
71e52fad5f
Merge pull request #285194 from r-ryantm/auto-update/python311Packages.py-sonic
...
python311Packages.py-sonic: 1.0.0 -> 1.0.1
2024-01-31 08:37:22 -05:00
Nick Cao
9523ac34fd
Merge pull request #285198 from r-ryantm/auto-update/copilot-cli
...
copilot-cli: 1.33.0 -> 1.33.1
2024-01-31 08:36:53 -05:00
Nick Cao
062ab304cd
Merge pull request #285200 from r-ryantm/auto-update/flarectl
...
flarectl: 0.86.0 -> 0.87.0
2024-01-31 08:36:23 -05:00
Sandro
9cf8b8bab3
doc: clarify python.sitePackages
...
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2024-01-31 14:34:19 +01:00
Nick Cao
3c9926b28b
Merge pull request #285147 from iynaix/bump-fastfetch
...
fastfetch: 2.7.0 -> 2.7.1
2024-01-31 08:32:48 -05:00
Nick Cao
c319ae74cb
Merge pull request #285160 from r-ryantm/auto-update/clickhouse-backup
...
clickhouse-backup: 2.4.22 -> 2.4.23
2024-01-31 08:31:45 -05:00
Nick Cao
1634f7bea6
Merge pull request #285109 from LeSuisse/uampq-1.6.8
...
python3Packages.uamqp: 1.6.5 -> 1.6.8
2024-01-31 08:30:58 -05:00
Nick Cao
831d1a5195
Merge pull request #285163 from r-ryantm/auto-update/cyclonedx-gomod
...
cyclonedx-gomod: 1.5.0 -> 1.6.0
2024-01-31 08:30:31 -05:00
OTABI Tomoya
6eec6fdb76
Merge pull request #285115 from r-ryantm/auto-update/python311Packages.langchain-community
...
python311Packages.langchain-community: 0.0.13 -> 0.0.16
2024-01-31 22:29:36 +09:00
Nick Cao
7835356ad6
Merge pull request #285068 from fabaff/pysnmplib-bump
...
python311Packages.pysnmplib: 5.0.23 -> 5.0.24
2024-01-31 08:28:59 -05:00
Nick Cao
4f105bb746
Merge pull request #285099 from amarshall/xxhash-mp
...
xxHash: set meta.mainProgram
2024-01-31 08:26:36 -05:00
Nick Cao
2c4eca2c07
Merge pull request #285100 from Tungsten842/revert-281529-acpid
...
Revert "acpid: Disable network access"
2024-01-31 08:25:37 -05:00
Nick Cao
c71b02f746
Merge pull request #285102 from r-ryantm/auto-update/yuzuPackages.compat-list
...
yuzuPackages.compat-list: unstable-2024-01-27 -> unstable-2024-01-30
2024-01-31 08:24:49 -05:00
Nick Cao
4c31de7e6d
Merge pull request #285220 from GaetanLepage/codeium
...
codeium: 1.6.26 -> 1.6.28
2024-01-31 08:18:43 -05:00