Nikolay Korotkiy
523045811a
Merge pull request #216948 from sikmir/martin
...
martin: 0.6.2 → 0.7.0
2023-02-18 19:18:42 +04:00
Martin Weinelt
720a248b44
python310Packages.aiohttp: Make failing tests non-strict
...
Patch originated at Red Hat and was already applied for Fedora.
```
=================================== FAILURES ===================================
__________________________ test_default_loop[pyloop] ___________________________
[XPASS(strict)] No idea why ClientRequest() is constructed out of loop but it calls `asyncio.get_event_loop()`
____________________ TestStreamReader.test_ctor_global_loop ____________________
[XPASS(strict)] No idea why ClientRequest() is constructed out of loop but it calls `asyncio.get_event_loop()`
__________________________ test_set_loop_default_loop __________________________
[XPASS(strict)] No idea why _set_loop() is constructed out of loop but it calls `asyncio.get_event_loop()`
```
2023-02-18 16:05:29 +01:00
Naïm Favier
5de1815be9
Merge pull request #215990 from ncfavier/agda-tests
...
agda: fix passthru
2023-02-18 16:04:39 +01:00
Sergei Trofimovich
f488b617ab
setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED (take 2) ( #216967 )
...
This time the change targets `staging`.
This reverts commit e1f1c7eb79
.
2023-02-18 15:53:42 +01:00
Florian Klink
4bfb6411e3
Merge pull request #215188 from ElvishJerricco/binfmt-bad-setting-fix
...
binfmt: Don't create invalid service with no registrations
2023-02-18 15:39:46 +01:00
figsoda
b4e9968c51
Merge pull request #216958 from xanderio/nvim-nu
...
vimPlugins.nvim-nu: init at 2023-01-03
2023-02-18 09:36:25 -05:00
K900
4c7cfa2ed0
Merge pull request #216883 from hw-lunemann/steam-mangohud
...
steam: add elfutils to fhsenv
2023-02-18 17:32:07 +03:00
maralorn
b5fa92b2e6
doc/haskell: Add clarifications in section about versions
2023-02-18 15:15:11 +01:00
github-actions[bot]
aaa6cd4e04
Merge staging-next into staging
2023-02-18 14:13:15 +00:00
Alyssa Ross
38f0121cce
Merge master (+ 11b095e
revert) into staging-next
...
Conflicts:
pkgs/development/libraries/libvisual/default.nix
2023-02-18 14:04:32 +00:00
Alyssa Ross
805ba10ecb
Revert "libvisual: disable building examples when cross compiling"
...
This reverts commit 11b095e880
.
We have a better fix (fa0633e
) in staging-next, which I'm about to
merge into.
2023-02-18 14:03:10 +00:00
Nick Cao
571a705593
Merge pull request #216894 from figsoda/semver
...
cargo-semver-checks: 0.18.0 -> 0.18.1
2023-02-18 21:57:35 +08:00
Mostly Void
86dcd967a8
apx: 1.4.2 -> 1.7.0-1
2023-02-18 19:17:52 +05:30
"Alexander Sieg"
b8c9746245
vimPlugins.nvim-treesitter: update grammars
2023-02-18 14:42:27 +01:00
"Alexander Sieg"
3729faa458
vimPlugins.nvim-nu: init at 2023-01-03
2023-02-18 14:42:27 +01:00
"Alexander Sieg"
161f4d3652
vimPlugins: update
2023-02-18 14:42:27 +01:00
Mario Rodas
8b396456b0
Merge pull request #216898 from marsam/update-lxd
...
lxd: 5.10 -> 5.11
2023-02-18 08:25:05 -05:00
Maximilian Bosch
1d1688bb21
Merge pull request #216670 from cole-h/fix-em-ice-bonding
...
linux_{5_15,6_1}: revert patch to fix Equinix Metal bonded networking with `ice` driver
2023-02-18 14:18:24 +01:00
R. Ryantm
7303ad931b
python310Packages.winacl: 0.1.6 -> 0.1.7
2023-02-18 13:12:30 +00:00
Nikolay Korotkiy
a49354a8c6
martin: 0.6.2 → 0.7.0
2023-02-18 16:11:47 +03:00
Thiago Kenji Okada
f47ea8fbf7
Merge pull request #216855 from thiagokokada/build-graalvm-allow-override
...
buildGraalvmNativeImage: allow overriding attributes
2023-02-18 13:05:06 +00:00
José Romildo Malaquias
f372255aaa
Merge pull request #216927 from r-ryantm/auto-update/libsForQt5.qtstyleplugin-kvantum
...
libsForQt5.qtstyleplugin-kvantum: 1.0.7 -> 1.0.9
2023-02-18 09:48:41 -03:00
Thiago Kenji Okada
aea640a73b
buildGraalvmNativeImage: allow overriding attributes
...
Remove the previous function closure, that would make it difficult to
access the inner derivation attributes.
Fix issue #216787 .
2023-02-18 12:38:09 +00:00
Vincent Laporte
b965765e5d
ocamlPackages.netchannel: 2.1.1 → 2.1.2
2023-02-18 13:26:46 +01:00
pennae
81cf173256
nixos-render-docs: use multiprocessing for options
...
options processing is pretty slow right now, mostly because the
markdown-it-py parser is pure python (and with performance
pessimizations at that). options parsing *is* embarassingly parallel
though, so we can just fork out all the work to worker processes and
collect the results.
multiprocessing probably has a greater benefit on linux than on darwin
since the worker spawning method darwin uses is less efficient than
fork() on linux. this hasn't been tested on darwin, only on linux, but
if anything darwin will be faster with its preferred method.
2023-02-18 13:17:57 +01:00
github-actions[bot]
5f4e07deb7
terraform-providers.vault: 3.12.0 → 3.13.0
2023-02-18 21:52:29 +10:00
github-actions[bot]
28f6883dd5
terraform-providers.azurerm: 3.44.0 → 3.44.1
2023-02-18 21:52:29 +10:00
github-actions[bot]
29b571a505
terraform-providers.huaweicloud: 1.44.1 → 1.44.2
2023-02-18 21:52:29 +10:00
github-actions[bot]
e26cbd73d3
terraform-providers.github: 5.17.0 → 5.18.0
2023-02-18 21:52:29 +10:00
github-actions[bot]
6d3b26f154
terraform-providers.azuread: 2.34.0 → 2.34.1
2023-02-18 21:52:29 +10:00
Fabian Affolter
e2f4fa73e7
Merge pull request #216881 from fabaff/fortiosapi-fix
...
python310Packages.fortiosapi: add missing input
2023-02-18 12:47:54 +01:00
Fabian Affolter
2c63ee458a
python310Packages.ha-ffmpeg: fix changelog entry
2023-02-18 12:47:45 +01:00
Fabian Affolter
30baa9abb7
Merge pull request #216916 from r-ryantm/auto-update/python310Packages.pipdeptree
...
python310Packages.pipdeptree: 2.3.3 -> 2.4.0
2023-02-18 12:46:13 +01:00
Fabian Affolter
49fe17d3b4
Merge pull request #216918 from r-ryantm/auto-update/flexget
...
flexget: 3.5.24 -> 3.5.25
2023-02-18 12:45:46 +01:00
Fabian Affolter
d76f7245ab
Merge pull request #215984 from fabaff/ciscoconfparse-bump
...
python310Packages.ciscoconfparse: 1.6.50 -> 1.7.15
2023-02-18 12:40:05 +01:00
Pavol Rusnak
8db1a7588f
Merge pull request #216851 from lilyinstarlight/misc/kodelife-updatescript
2023-02-18 12:35:34 +01:00
superherointj
92e139bcf4
Merge pull request #215481 from bryanasdev000/kubeshark
...
kubeshark: init at 38.5
2023-02-18 08:14:08 -03:00
Yureka
e1f1c7eb79
Revert "setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED" ( #216935 )
...
This is a stdenv rebuild and should have gone to staging
2023-02-18 11:33:13 +01:00
Jonas Heinrich
ef56f34e07
opensnitch: Fix build by sticking with Go 1.18
2023-02-18 04:55:46 -05:00
Sergei Trofimovich
9b0c789970
Merge pull request #215938 from trofi/xorg.xkbcomp-update
...
xorg.xkbcomp: 1.4.5 -> 1.4.6
2023-02-18 09:49:18 +00:00
Sergei Trofimovich
e2dcad25f2
Merge pull request #215838 from trofi/xorg.libXxf86vm-update
...
xorg.libXxf86vm: 1.1.4 -> 1.1.5
2023-02-18 09:48:58 +00:00
Sergei Trofimovich
0919345c52
Merge pull request #215785 from trofi/cracklib-update
...
cracklib: 2.9.7 -> 2.9.8
2023-02-18 09:48:01 +00:00
Sergei Trofimovich
95e7aa789d
Merge pull request #216194 from Kiskae/patch-4
...
xwayland: enable libunwind
2023-02-18 09:47:12 +00:00
Jonas Heinrich
48c2331991
Merge pull request #216856 from fabaff/grype-bump
...
grype: 0.56.0 -> 0.57.1
2023-02-18 10:20:44 +01:00
Sergei Trofimovich
c8ca871429
Merge pull request #216016 from amjoseph-nixpkgs/pr/setup/NIX_OUTPATH_USED_AS_RANDOM_SEED
...
setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED
2023-02-18 09:20:26 +00:00
Fabian Affolter
b371d35aa6
Merge pull request #216890 from fabaff/jaconv-bump
...
python310Packages.jaconv: 0.3.1 -> 0.3.4
2023-02-18 10:04:06 +01:00
Sergei Trofimovich
2ea3482502
Merge pull request #216136 from amjoseph-nixpkgs/pr/gcc/enableBootstrap
...
gcc: expose --disable-bootstrap as disableBootstrap
2023-02-18 08:51:38 +00:00
R. Ryantm
6d97ba09cb
libsForQt5.qtstyleplugin-kvantum: 1.0.7 -> 1.0.9
2023-02-18 08:40:15 +00:00
Bryan A. S
0fcc1b8ef8
kubeshark: init at 38.5
2023-02-18 05:03:19 -03:00
Nick Cao
dd48301e0d
Merge pull request #216806 from ulrikstrid/ulrikstrid--kitty-themes-2023-01-08
...
kitty-themes: 2022-08-11 -> 2023-01-08
2023-02-18 15:58:25 +08:00