Commit Graph

370787 Commits

Author SHA1 Message Date
DavHau
6f6daf3a6a man-db: add support for zstd 2022-04-17 13:22:08 -04:00
github-actions[bot]
7408ce3c70
Merge staging-next into staging 2022-04-17 12:01:43 +00:00
github-actions[bot]
0b8575626a
Merge master into staging-next 2022-04-17 12:01:11 +00:00
Lassulus
bd4dffcdb7
Merge pull request #162970 from r-ryantm/auto-update/mbpfan
mbpfan: 2.2.1 -> 2.3.0
2022-04-17 12:15:39 +01:00
Guillaume Girol
d5438d2b95
Merge pull request #140539 from polykernel/bus-id-constraints
hardware/nvidia: stricter constraints on PCI bus-id.
2022-04-17 11:10:39 +00:00
Thiago Kenji Okada
c7483f1c4c
Merge pull request #169036 from bryanasdev000/compass-1312
mongodb-compass: 1.31.1 -> 1.31.2
2022-04-17 11:49:59 +01:00
Thiago Kenji Okada
7d436faa49
Merge pull request #169035 from bryanasdev000/popeye-up-0100
popeye: 0.9.8 -> 0.10.0
2022-04-17 11:46:56 +01:00
R. RyanTM
d8b455312e
python310Packages.jupyterlab: 3.3.3 -> 3.3.4 (#168906) 2022-04-17 12:40:52 +02:00
R. Ryantm
89158c89c5 gnome.ghex: 42.0 -> 42.1 2022-04-17 12:33:04 +02:00
Jörg Thalheim
7a05dabd70
nearcore: init at 1.25.0 (#168635) 2022-04-17 12:10:44 +02:00
Bryan A. S
2e2a25426a mongodb-compass: 1.31.1 -> 1.31.2 2022-04-17 07:08:22 -03:00
Bryan A. S
b9121c70d8 popeye: 0.9.8 -> 0.10.0 2022-04-17 07:05:44 -03:00
Vladimír Čunát
37d4c2e267
netcdf: 4.8.0 -> 4.8.1
https://github.com/Unidata/netcdf-c/releases/tag/v4.8.1

The tests didn't work in 4.8.0 anymore, probably due to gcc upgrade:
https://hydra.nixos.org/build/173710125
2022-04-17 11:09:45 +02:00
Vladimír Čunát
a735e0b978
libjson: fixup build with gcc 11
https://hydra.nixos.org/build/173712527
2022-04-17 10:43:06 +02:00
Vladimír Čunát
f1a4f201d2
log4shib: fixup build with gcc 11
https://hydra.nixos.org/build/173673855
2022-04-17 10:22:37 +02:00
zowoq
61970a41ec Revert "rustfmt: actually fix the failing test"
This reverts commit 6eb00a41a0.

fixed in 1.60.0
2022-04-17 18:20:37 +10:00
Vladimír Čunát
a5aa12b446
mrustc: fixup build
Probably after gcc update.  Anyway, including standard headers
should be safe even if not utilized (and they do seem here).
2022-04-17 10:14:55 +02:00
Vladimír Čunát
309a9c59fb
mediastreamer: fixup build with gcc 11
https://hydra.nixos.org/build/173781674
2022-04-17 10:06:29 +02:00
pennae
6a289abddd
Merge pull request #169006 from SuperSandro2000/specialisation
nixos/specialisation: fix curly brackets
2022-04-17 08:02:12 +00:00
Vladimír Čunát
1ca464f98f
smesh: fixup build with gcc 11
https://hydra.nixos.org/build/173707855
2022-04-17 09:56:53 +02:00
Vladimír Čunát
9a96bf8530
glm: fixup with other compilers than gcc >= 11
Amends 9464bf0ad6.  The flag isn't recognized on older gcc or clang.
https://hydra.nixos.org/eval/1756014?filter=glm.#tabs-still-fail
2022-04-17 09:41:26 +02:00
github-actions[bot]
7dca5d4e04
Merge staging-next into staging 2022-04-17 06:01:38 +00:00
github-actions[bot]
deb60260a7
Merge master into staging-next 2022-04-17 06:01:07 +00:00
Sandro
b4e7303ddf
nixos/specialisation: fix curly brackets 2022-04-17 05:48:33 +02:00
Sandro
6140c314d5
Merge pull request #167656 from Izorkin/update-http3-libs
Update http3 libraries
2022-04-17 05:44:40 +02:00
Sandro
1331ece59e
Merge pull request #168955 from trofi/update-iproute2
iproute2: 5.14.0 -> 5.17.0
2022-04-17 05:36:48 +02:00
Bobby Rong
1ffba9f2f6
Merge pull request #168922 from 06kellyjac/driftctl
driftctl: 0.28.0 -> 0.28.1
2022-04-17 10:14:46 +08:00
Bobby Rong
a6a0b07ec6
Merge pull request #168615 from bobby285271/gnome-firmware
gnome-firmware: 3.34.0 → 42.1
2022-04-17 10:12:22 +08:00
Artturi
503a904127
Merge pull request #168997 from mweinelt/cjdns-aarch64
cjdns: don't set -Wno-error=stringop-overread with gcc<11
2022-04-17 04:40:37 +03:00
Artturi
0f0ce596d2
Merge pull request #168994 from RaitoBezarius/patch-2
nixos/mininet: telnet → inetutils
2022-04-17 04:16:04 +03:00
Martin Weinelt
c705239a5d
cjdns: don't set -Wno-error=stringop-overread with gcc<11
The build would error out on aarch64-linux with

> cc1: error: '-Werror=stringop-overread': no option -Wstringop-overread
2022-04-17 02:57:07 +02:00
Ryan Lahfa
b94a4c2270
nixos/mininet: telnet → inetutils
This fixes the usage of mininet on NixOS due to the replacement of the telnet package by inetutils.
2022-04-17 02:46:33 +02:00
Bernardo Meurer
03cec787b4
Merge pull request #168199 from a-m-joseph/powerpc64le-bootstrap-hashes
pkgs/stdenv/linux: add powerpc64le bootstrap-files
2022-04-16 17:38:22 -07:00
Ryan Mulligan
3f6f378eaa
Merge pull request #166175 from r-ryantm/auto-update/wcslib
wcslib: 7.7 -> 7.9
2022-04-16 17:10:56 -07:00
github-actions[bot]
dea053c302
Merge staging-next into staging 2022-04-17 00:02:51 +00:00
github-actions[bot]
18ee7a21b1
Merge master into staging-next 2022-04-17 00:02:19 +00:00
Graham Christensen
d65eff4fb6
Merge pull request #167902 from DeterminateSystems/openstack-zfs-cleanup
openstack-image: init, make-single-disk-zfs-image: init
2022-04-16 19:44:53 -04:00
Sandro
cb4249e51e
Merge pull request #166958 from heph2/submit/gmid
gmid: 1.8.1 -> 1.8.3
2022-04-17 01:15:55 +02:00
Sandro
a549a83b24
Merge pull request #168964 from hqurve/cubiomes
cubiomes-viewer: 2.0.0 -> 2.1.1
2022-04-17 00:55:25 +02:00
Sandro
f260bc33f9
Merge pull request #168979 from chkno/yt-dlp
yt-dlp: 2022.3.8.2 → 2022.04.08
2022-04-17 00:52:54 +02:00
Sandro
4567cee2dc
Merge pull request #168971 from primeos/ungoogled-chromium
ungoogled-chromium: 100.0.4896.88 -> 100.0.4896.127
2022-04-17 00:50:17 +02:00
Sandro
59178bd249
Merge pull request #168976 from rski/gopls0.8.3
gopls: 0.8.2 -> 0.8.3
2022-04-17 00:49:44 +02:00
Thiago Kenji Okada
ecdfa07a5a
Merge pull request #168860 from aaronjheng/kt
kt: 12.1.0 -> 13.1.0
2022-04-16 23:38:59 +01:00
Sandro
f37f0ad4e1
Merge pull request #168969 from SuperSandro2000/staging-next-sandro
Staging next fixes
2022-04-17 00:35:09 +02:00
Thiago Kenji Okada
99b20f5580
Merge pull request #107957 from tex/nixos/auto-upgrade
nixos/auto-upgrade: add persistent option
2022-04-16 23:06:17 +01:00
Thiago Kenji Okada
a728ec6ad5
Merge pull request #168908 from thiagokokada/add-sourcePath-to-mkGraal
graalvmXX-ce: add sourcesPath parameter
2022-04-16 23:04:26 +01:00
Scott Worley
7833517adc yt-dlp: 2022.3.8.2 → 2022.04.08 2022-04-16 14:54:14 -07:00
Romanos Skiadas
7bd8dc9dd1 gopls: 0.8.2 -> 0.8.3 2022-04-17 00:47:37 +03:00
Martin Weinelt
109594a1ab
Merge pull request #168607 from fabaff/bump-brother
python3Packages.brother: 1.1.0 -> 1.2.0
2022-04-16 23:44:00 +02:00
Bernardo Meurer
e37255b2dd
Merge pull request #168888 from taku0/thunderbird-bin-91.8.0
thunderbird-bin: 91.7.0 -> 91.8.0 [High security fixes]
2022-04-16 14:37:03 -07:00