Fabian Affolter
e5f407ad7a
python3Packages.typed-settings: 0.9.2 -> 0.10.0
2021-08-10 21:49:19 +02:00
Fabian Affolter
c591215a4c
python3Packages.phonenumbers: 8.12.28 -> 8.12.29
2021-08-10 21:42:14 +02:00
Ahmed El Gabri
e14ecb19ea
vscode-langservers-extracted: init at 2.4.0
2021-08-10 21:38:17 +02:00
Sebastian Sellmeier
dbc59a8c8d
betterlockscreen: Fix duplicate preInstall hook introduced in #133306
2021-08-10 21:36:17 +02:00
Timothy DeHerrera
7a70d3c4d5
Merge pull request #133406 from jonringer/terraform-aliases
...
terraform.providers: use allowAliases for exposing deprecated providers
2021-08-10 13:19:00 -06:00
Malte Brandy
146007769f
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-08-10 21:16:37 +02:00
sternenseemann
2582176554
catgirl: 1.8 -> 1.9
...
https://git.causal.agency/catgirl/tag/?h=1.9
2021-08-10 21:08:50 +02:00
Fabian Affolter
6034866286
python3Packages.fastapi: 0.67.0 -> 0.68.0
2021-08-10 21:01:01 +02:00
Fabian Affolter
6b21060861
python3Packages.eventlet: 0.31.0 -> 0.31.1
2021-08-10 20:53:49 +02:00
Jonathan Ringer
c946a8861a
terraform.providers: use allowAliases for exposing deprecated providers
2021-08-10 11:43:24 -07:00
Atemu
2aaf41173d
linux_lqx: 5.12.19 -> 5.13.9
2021-08-10 20:37:56 +02:00
taku0
13a68b47c4
thunderbird: 78.12.0 -> 78.13.0
2021-08-11 03:12:26 +09:00
Silvan Mosberger
998a9c1707
lib/options: Better mergeEqualOption error for uncomparable types
...
For an option definition that uses `lib.options.mergeEqualOption`
underneath, like `types.anything`, an error is thrown when multiple
functions are assigned, indicating that functions can't be compared for
equivalence:
error: The option `test' has conflicting definition values:
- In `xxx': <function>
- In `xxx': <function>
(use '--show-trace' to show detailed location information)
However, the error message didn't use the correct files. While above
error indicates that both definitions are in the xxx file, that's in
fact not true. Above error was generated with
options.test = lib.mkOption {
type = lib.types.anything;
};
imports = [
{
_file = "yyy";
test = y: y;
}
{
_file = "xxx";
test = x: x;
}
];
With this change, the error uses the correct file locations:
error: The option `test' has conflicting definition values:
- In `xxx': <function>
- In `yyy': <function>
(use '--show-trace' to show detailed location information)
2021-08-10 19:54:32 +02:00
Fabian Affolter
724a0fc846
python3Packages.exchangelib: 4.4.0 -> 4.5.0
2021-08-10 19:51:41 +02:00
Fabian Affolter
ebc72941f0
Merge pull request #133387 from r-ryantm/auto-update/findomain
...
findomain: 4.3.0 -> 5.0.0
2021-08-10 18:18:10 +02:00
Sandro
6df7b8f398
Merge pull request #133389 from SuperSandro2000/cleanup
2021-08-10 17:16:34 +02:00
R. RyanTM
4f0e6e9879
glab: 1.18.1 -> 1.19.0
2021-08-10 15:14:36 +00:00
Sandro
fe6eb6881c
Merge pull request #133384 from fabaff/bump-dbutils
...
python3Packages.dbutils: 2.0.1 -> 2.0.2
2021-08-10 17:11:29 +02:00
Martin Weinelt
c475d136df
Merge pull request #133364 from NixOS/home-assistant
2021-08-10 17:00:37 +02:00
VergeDX
04f5726f48
nodePackages.clipboard-cli: init at 2.0.1
2021-08-10 14:52:17 +00:00
David Yamnitsky
bb0867389f
wasm-bindgen-cli: 0.2.74 -> 0.2.75
2021-08-10 10:51:16 -04:00
Fabian Affolter
069a145ae0
python3Packages.eth-typing: 2.2.1 -> 2.2.2
2021-08-10 16:32:50 +02:00
Kid
fe01052444
fnm: init at 1.26.0 ( #130788 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-10 16:31:46 +02:00
Martin Weinelt
e4aad33de1
Merge pull request #133388 from vcunat/p/tested-firefox-esr
...
nixos/tests: unbreak the tested job
2021-08-10 16:30:35 +02:00
Sandro Jäckel
7b6af9e542
betterlockscreen: format
2021-08-10 16:26:34 +02:00
Sandro Jäckel
4477421b05
changelog: re-add by accident deleted sections
2021-08-10 16:26:18 +02:00
Sandro
d262033730
Merge pull request #133312 from Artturin/atomicparsleyupdate
...
atomicparsley: 20210617.200601.1ac7c08 -> 20210715.151551.e7ad03a
2021-08-10 16:25:13 +02:00
Sandro
dc000ffa21
Merge pull request #129318 from fabaff/bump-usbredir
2021-08-10 16:18:08 +02:00
Vladimír Čunát
c0097aa84a
nixos/tests: unbreak the tested job
...
I expect it suffices that the channel only blocks on one firefox ESR
test - the one for the default ESR. I didn't want to have the
information about the default in two places, so either of the tests will
be evaluated twice (but to the same *.drv I hope).
2021-08-10 16:15:57 +02:00
R. RyanTM
4abb57f19b
findomain: 4.3.0 -> 5.0.0
2021-08-10 14:14:37 +00:00
veleth
fd5c6aada3
disfetch: change owner username ( #133377 )
2021-08-10 16:14:10 +02:00
Sandro
15e8199300
Merge pull request #133276 from fabaff/bump-testfixtures
2021-08-10 16:11:43 +02:00
Jörg Thalheim
0eb2e14a7f
mcfly: 0.5.6 -> 0.5.8
2021-08-10 16:09:56 +02:00
Vladimír Čunát
ffa5ac7c9b
Merge #133379 : zeroadPackages.zeroad-unwrapped: build on Hydra
2021-08-10 16:05:25 +02:00
Sandro
782f764c30
Merge pull request #133211 from luhuaei/master
...
pymupdf: add patches for nix
2021-08-10 16:03:10 +02:00
Fabian Affolter
a3df0491aa
python3Packages.dbutils: 2.0.1 -> 2.0.2
2021-08-10 16:00:50 +02:00
Fabian Affolter
1488241dbc
python3Packages.pymyq: 3.0.4 -> 3.1.0
2021-08-10 15:54:13 +02:00
Sandro
ec81333c99
Merge pull request #133340 from 06kellyjac/scorecard
...
scorecard: 2.1.2 -> 2.1.3
2021-08-10 15:51:05 +02:00
José Romildo Malaquias
0183a75125
Merge pull request #133192 from musfay/xfce-updates
...
Xfce updates
2021-08-10 10:36:32 -03:00
Sandro
1d7cd5d6a0
Merge pull request #133355 from fabaff/bump-deemix
2021-08-10 15:35:34 +02:00
Sandro
275182d0dd
Merge pull request #133361 from fabaff/bump-nuclei
...
nuclei: 2.4.2 -> 2.4.3
2021-08-10 15:33:36 +02:00
Sandro
9a263964de
Merge pull request #133359 from fabaff/bump-tfsec
...
tfsec: 0.56.0 -> 0.57.1
2021-08-10 15:33:20 +02:00
R. RyanTM
55444245f8
duperemove: 0.11.2 -> 0.11.3
2021-08-10 13:29:29 +00:00
luhuaei
6856e6ecee
pymupdf: add patches for nix
2021-08-10 21:26:29 +08:00
TredwellGit
01a6d30016
xorg.xrdb: 1.2.0 -> 1.2.1
...
https://lists.x.org/archives/xorg-announce/2021-August/003107.html
2021-08-10 13:25:40 +00:00
Sandro
e7e3971b74
Merge pull request #133335 from fabaff/bump-clize
...
python3Packages.clize: 4.1.1 -> 4.2.0
2021-08-10 15:25:30 +02:00
Charlotte Van Petegem
b5c36a1d5b
zeroad: recurse into zeroadPackages to make sure hydra builds zeroad-unwrapped
2021-08-10 15:21:27 +02:00
R. RyanTM
e86780a18e
doppler: 3.31.0 -> 3.31.1
2021-08-10 13:21:11 +00:00
Thomas Gerbet
ded0f0ede6
mosquitto: 2.0.10 -> 2.0.11
...
Fixes CVE-2021-34431.
https://github.com/eclipse/mosquitto/blob/v2.0.11/ChangeLog.txt
2021-08-10 15:20:33 +02:00
Sandro
762630206f
Merge pull request #133346 from JesusMtnez/liveshare
...
vscx/ms-vsliveshare-vsliveshare: 1.0.4498 -> 1.0.4673
2021-08-10 15:16:10 +02:00