3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

377922 commits

Author SHA1 Message Date
Stephan 1827d9c00b
kube-linter: 0.2.6 -> 0.3.0 (#172853)
* kube-linter: 0.2.6 -> 0.3.0

* add as maintainer

* Update pkgs/development/tools/kube-linter/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-13 17:08:07 +02:00
Markus Kowalewski 45083c5d1d
openmolcas: 21.10 -> 22.02
* make MPI optional instead of default
* allow optional MKL build/switch wrapped BLAS interface
2022-05-13 17:06:11 +02:00
Maximilian Bosch 0c03df1cc9
Merge pull request #172848 from Ma27/linux-kernel-updates
Linux kernels 2022-05-13
2022-05-13 17:06:11 +02:00
Sandro 741d2d2578
Merge pull request #172846 from LeSuisse/bayescan-c++14-zhf
bayescan: fix the build
2022-05-13 17:03:05 +02:00
Maximilian Bosch ba34f8c09f
Merge pull request #171967 from r-ryantm/auto-update/vorta
vorta: 0.8.3 -> 0.8.4
2022-05-13 16:52:40 +02:00
Julius de Bruijn 03651228c4 nodePackages.prisma: package tests to validate binary interop 2022-05-13 16:49:47 +02:00
Sandro 295a580dbd
Merge pull request #172834 from VergeDX/flat-remix-gnome
flat-remix-gnome: update 20220422 -> 20220510
2022-05-13 16:45:21 +02:00
Drew Risinger 9a8b76f789 python3Packages.cirq: fix build
Build was failing because it attempted to find top-level packages. See https://github.com/quantumlib/Cirq/issues/5291
2022-05-13 10:41:41 -04:00
Alyssa Ross 8aa8e0ce7f
nixos/udev: compress all firmware if supported
This should be a significant disk space saving for most NixOS
installations.  This method is a bit more complicated than doing it in
the postInstall for the firmware derivations, but this way it's
automatic, so each firmware package doesn't have to separately
implement its compression.

Currently, only xz compression is supported, but it's likely that
future versions of Linux will additionally support zstd, so I've
written the code in such a way that it would be very easy to implement
zstd compression for those kernels when they arrive, falling back to
xz for older (current) kernels.

I chose the highest possible level of compression (xz -9) because even
at this level, decompression time is negligible.  Here's how long it took
to decompress every firmware file my laptop uses:

	i915/kbl_dmc_ver1_04.bin                  	2ms
	regulatory.db                             	4ms
	regulatory.db.p7s                         	3ms
	iwlwifi-7265D-29.ucode                    	62ms
	9d71-GOOGLE-EVEMAX-0-tplg.bin             	22ms
	intel/dsp_fw_kbl.bin                      	65ms
	dsp_lib_dsm_core_spt_release.bin          	6ms
	intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq	7ms

And since booting NixOS is a parallel process, it's unlikely (but
difficult to measure) that the time to user interaction was held up at
all by most of these.

Fixes (partially?) #148197
2022-05-13 14:36:34 +00:00
Drew Risinger 6962697949 python3Packages.cirq-core: 0.13.1 -> 0.14.1 2022-05-13 10:36:13 -04:00
Sandro 05cad94aab
Merge pull request #172823 from fabaff/bump-checkov
checkov: 2.0.1136 -> 2.0.1140
2022-05-13 16:34:38 +02:00
Sandro b9a664abba
Merge pull request #172438 from legendofmiracles/update/pause/noisetorch
noisetorch: 0.11.4 -> 0.11.5
2022-05-13 16:33:49 +02:00
Sandro 0d30cfda0e
Merge pull request #172850 from adisbladis/tree-sitter-grammars-2022-05-13
tree-sitter: Bump grammars
2022-05-13 16:31:06 +02:00
Sandro e16ebb9e35
Merge pull request #172852 from fabaff/bump-weconnect
python310Packages.weconnect-mqtt: 0.33.0 -> 0.34.0, python310Packages.weconnect: 0.39.0 -> 0.40.0
2022-05-13 16:30:29 +02:00
superherointj 02bd4336d9 ocamlPackages.telegraml: init unstable-2021-06-17 2022-05-13 16:26:01 +02:00
Sandro 41989e91de
Merge pull request #172602 from Artturin/nixupdate7 2022-05-13 16:25:08 +02:00
Sandro 7fc0a64f13
Merge pull request #172854 from fabaff/bump-losant-rest
python310Packages.losant-rest: 1.16.1 -> 1.16.2
2022-05-13 16:23:03 +02:00
Sandro d9cf5dc259
Merge pull request #172708 from centromere/boost-1.79
boost179: init at 1.79.0
2022-05-13 16:22:17 +02:00
Sandro 441fb0a1a3
Merge pull request #172670 from r-ryantm/auto-update/python3.10-invoke
python310Packages.invoke: 1.7.0 -> 1.7.1
2022-05-13 16:18:27 +02:00
Guanpeng Xu cefda1c7ca
Mathematica: refactored (#172136) 2022-05-13 14:16:50 +00:00
superherointj 6925d06dd1 ocamlPackages.reperf: add printbox-text to propagatedBuildInputs 2022-05-13 15:58:22 +02:00
Elis Hirwing 252d5293da
Merge pull request #172814 from drupol/php/bumps-may-2022
PHP bumps
2022-05-13 15:41:01 +02:00
Jelle Besseling 0f69a517a4 nixos/mastodon: use redis.servers 2022-05-13 15:39:44 +02:00
Artturi c3e292745b
Merge pull request #172743 from kira64xyz/master 2022-05-13 16:31:04 +03:00
austinbutler 56a4ed47d5
pythonPackages.nose-randomly: fix tests on Darwin (#149128)
* pythonPackages.nose-randomly: fix tests on Darwin

* Update pkgs/development/python-modules/nose-randomly/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-13 15:11:22 +02:00
Sandro 9b0eb325ca
Merge pull request #172745 from SuperSandro2000/protobuf 2022-05-13 15:10:09 +02:00
R. Ryantm bce3f0cba9 python310Packages.django-jinja: 2.10.0 -> 2.10.2 2022-05-13 12:59:09 +00:00
Mario Rodas 6a5e7d3243
Merge pull request #172860 from fabaff/bump-tfsec
tfsec: 1.20.2 -> 1.21.0
2022-05-13 07:49:40 -05:00
Thomas Gerbet fffbc708f0 mldonkey: fix the build
This fixes the build by pulling a patch currently under review.
This patch is also currently used by Gentoo.
2022-05-13 14:27:50 +02:00
Sandro a4dd566f2c
Merge pull request #172695 from haslersn/virtctl-v0.53.0
kubevirt: 0.52.0 -> 0.53.0
2022-05-13 14:25:04 +02:00
Maximilian Bosch 4d0e1bfb3a
Merge pull request #172381 from mayflower/atlassian-service-restart
nixos/{jira,crowd,confluence}: restart service on failure
2022-05-13 14:10:30 +02:00
Maximilian Bosch 6525819eb8
Merge pull request #172470 from Ma27/bump-vagrant-libvirt
vagrant: libvirt-provider: 0.7.0 -> 0.8.2
2022-05-13 14:10:07 +02:00
gbtb e40670371e dotnet: added icu attributes to hash auto-generation script 2022-05-13 21:50:26 +10:00
Artturi ff2d8c0273
Merge pull request #172186 from Artturin/fixes2
pkgs/tools/wayland: enable strictDeps
2022-05-13 14:47:50 +03:00
R. Ryantm 044d65e6e9 python310Packages.apispec: 5.2.1 -> 5.2.2 2022-05-13 11:44:30 +00:00
Martin Weinelt fbadde30eb
home-assistant: 2022.5.3 -> 2022.5.4
https://github.com/home-assistant/core/releases/tag/2022.5.4
2022-05-13 13:33:19 +02:00
Martin Weinelt 3408530e0e
python3Packages.uasiren: init at 0.0.1 2022-05-13 13:31:45 +02:00
Thomas Gerbet 363c5dc7f2 rr-unstable: unstable-2021-07-06 -> unstable-2022-05-12 2022-05-13 13:30:44 +02:00
Artturi a0ed85ef29
Merge pull request #165876 from tpwrules/slim-eltorito
iso-image: slim down UEFI El Torito image
2022-05-13 14:30:38 +03:00
Mario Rodas 795eff741d
Merge pull request #172807 from r-ryantm/auto-update/python3.10-tubeup
python310Packages.tubeup: 0.0.28 -> 0.0.30
2022-05-13 06:21:19 -05:00
Bobby Rong 544182d3c8
Merge pull request #171185 from aaronjheng/goconst
goconst: 1.4.0 -> 1.5.1
2022-05-13 19:12:49 +08:00
Bobby Rong 110e02b744
Merge pull request #172636 from bbigras/dprint
dprint: 0.27.0 -> 0.28.0
2022-05-13 19:01:20 +08:00
Fabian Affolter 25b714db4f tfsec: 1.20.2 -> 1.21.0 2022-05-13 12:58:11 +02:00
Sandro 710dfd7955
libde265: fix CVE-2022-1253 (#172536)
Closes #172496
2022-05-13 12:57:42 +02:00
Stefan Frijters 74e705c3df
wine: Disable parallel building until dlltool is fixed 2022-05-13 12:57:15 +02:00
Linus Heckemann a7ee915179
Merge pull request #172378 from Mindavi/hydra-updates-3
Hydra updates 3
2022-05-13 12:55:53 +02:00
Fabian Affolter 3eede5aa4c python310Packages.losant-rest: 1.16.1 -> 1.16.2 2022-05-13 12:55:10 +02:00
Fabian Affolter e38a67aef2
Merge pull request #172840 from applePrincess/exploitdb-2022-05-13
explotidb: 2022-04-27 -> 2022-05-13
2022-05-13 12:53:24 +02:00
Fabian Affolter 1ce5d09692 python310Packages.weconnect-mqtt: 0.33.0 -> 0.34.0 2022-05-13 12:46:41 +02:00
Fabian Affolter 383cbf626e python310Packages.weconnect: 0.39.0 -> 0.40.0 2022-05-13 12:46:26 +02:00