Commit Graph

501001 Commits

Author SHA1 Message Date
Raito Bezarius
4d38fa043b nixos/networkd: support netdev MAC addresses
According to systemd.netdev manpage:

```
MACAddress=
           Specifies the MAC address to use for the device, or takes the special value "none". When "none", systemd-networkd does not request the MAC address for
           the device, and the kernel will assign a random MAC address. For "tun", "tap", or "l2tp" devices, the MACAddress= setting in the [NetDev] section is
           not supported and will be ignored. Please specify it in the [Link] section of the corresponding systemd.network(5) file. If this option is not set,
           "vlan" device inherits the MAC address of the master interface. For other kind of netdevs, if this option is not set, then the MAC address is
           generated based on the interface name and the machine-id(5).

           Note, even if "none" is specified, systemd-udevd will assign the persistent MAC address for the device, as 99-default.link has
           MACAddressPolicy=persistent. So, it is also necessary to create a custom .link file for the device, if the MAC address assignment is not desired.
```

Therefore, `none` is an acceptable value.
2023-07-04 01:21:35 +02:00
Dmitry Kalinkin
9cf56143a3
Merge pull request #241068 from jbedo/arrow-cpp
arrow-cpp: 12.0.0 -> 12.0.1
2023-07-03 18:26:48 -04:00
Robert Hensing
f8323a26c7
Merge pull request #241328 from Artturin/setorfunoverrfix
stdenv: fix overriding with attrset when finalAttrs isn't used
2023-07-03 23:43:55 +02:00
Archit Gupta
47c98868cd
clightd: 5.7 -> 5.8 (#240816)
* clightd: 5.7 -> 5.8

* Update pkgs/applications/misc/clight/clightd.nix

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-07-03 23:43:05 +02:00
Garmelon
283674ec6e
vscode-extensions-betterthantomorrow.calva: 2.0.205 -> 2.0.374 (#240946) 2023-07-03 23:41:05 +02:00
Jhonas Wernery
11f27bda2d
signal-desktop: 6.21.0 -> 6.23.0, signal-desktop-beta: 6.22.0-beta.3 (#240986)
-> 6.24.0-beta.1

https://github.com/signalapp/Signal-Desktop/releases/tag/v6.22.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v6.23.0

https://github.com/signalapp/Signal-Desktop/releases/tag/v6.24.0-beta.1
2023-07-03 23:40:30 +02:00
欠陥電気
cf6bc18bed
nuclei: 2.9.7 -> 2.9.8 (#241301)
Diff: https://github.com/projectdiscovery/nuclei/compare/v2.9.7...v2.9.8

Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v2.9.8
2023-07-03 23:35:15 +02:00
Jörg Thalheim
a9ade0d69b
Merge pull request #241319 from otavio/rio-008
rio: 0.0.7 -> 0.0.8
2023-07-03 22:19:24 +01:00
Jörg Thalheim
d5d6c8972e
Merge pull request #241332 from figsoda/ruff
ruff: 0.0.275 -> 0.0.276
2023-07-03 22:14:12 +01:00
Martin Weinelt
14cebe2250
Merge pull request #241342 from r-ryantm/auto-update/python310Packages.avro
python310Packages.avro: 1.11.1 -> 1.11.2
2023-07-03 23:05:31 +02:00
Fabian Affolter
77d0269595
Merge pull request #241323 from r-ryantm/auto-update/python310Packages.pyamg
python310Packages.pyamg: 5.0.0 -> 5.0.1
2023-07-03 22:47:45 +02:00
Evgeny Kurnevsky
445b2f276f
ubpm: init at 1.7.3 (#224593) 2023-07-03 22:31:53 +02:00
Otavio Salvador
5ef952ae13 rio: enable Wayland by default
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-03 17:25:27 -03:00
Otavio Salvador
c689e7f7e1 rio: 0.0.7 -> 0.0.8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-03 17:25:27 -03:00
Maximilian Bosch
5904ce8eb1
evcxr: 0.14.2 -> 0.15.0 (#241253)
ChangeLog: https://github.com/evcxr/evcxr/releases/tag/v0.15.0
2023-07-03 22:19:04 +02:00
R. Ryantm
e920956b11 python310Packages.avro: 1.11.1 -> 1.11.2 2023-07-03 20:06:32 +00:00
lucasew
2920b6fc16 ciscoPacketTracer8: 8.2.0 -> 8.2.1, refactor
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-07-03 16:18:24 -03:00
figsoda
5eb9c438dd ruff: 0.0.275 -> 0.0.276
Diff: https://github.com/astral-sh/ruff/compare/v0.0.275...v0.0.276

Changelog: https://github.com/astral-sh/ruff/releases/tag/v0.0.276
2023-07-03 15:13:30 -04:00
Fabian Affolter
ce04f4b021
python310Packages.pyamg: add format
- disable on unsupported Python releases
2023-07-03 21:09:44 +02:00
Fabian Affolter
23578c3d7d
python310Packages.pyamg: add changelog to meta 2023-07-03 21:07:48 +02:00
Sandro
a2420e26d3
Merge pull request #241163 from redshifttt/ee-update
easyeffects: 7.0.4 -> 7.0.5
2023-07-03 20:51:52 +02:00
pennae
06140b7ecf
Merge pull request #239636 from pennae/nixpkgs-manual-nrd
doc: dedocbookify nixpkgs manual
2023-07-03 20:48:23 +02:00
figsoda
09176ef501
Merge pull request #241315 from v3s1e/add-bufjump-nvim
vimPlugins.bufjump-nvim: init at 2021-12-05
2023-07-03 14:47:53 -04:00
figsoda
c81634e32d
Merge pull request #241318 from toastal/lightningcss-1.21.3
lightningcss: 1.21.2 → 1.21.3
2023-07-03 14:43:38 -04:00
Artturin
42c94d06fd stdenv: fix overriding with attrset when finalAttrs isn't used
```
nix-repl> (pkgs.htop.overrideAttrs { pname = "hello-overriden"; }).pname
error:
       … while evaluating a branch condition

         at /nix/store/phn5cahwacv9wjgalygw62x8l4xbl6x3-source/lib/customisation.nix:86:7:

           85|     in
           86|       if builtins.isAttrs result then
             |       ^
           87|         result // {

       … while calling the 'isAttrs' builtin

         at /nix/store/phn5cahwacv9wjgalygw62x8l4xbl6x3-source/lib/customisation.nix:86:10:

           85|     in
           86|       if builtins.isAttrs result then
             |          ^
           87|         result // {

       (stack trace truncated; use '--show-trace' to show the full trace)

       error: attempt to call something which is not a function but a set

       at /nix/store/phn5cahwacv9wjgalygw62x8l4xbl6x3-source/pkgs/stdenv/generic/make-derivation.nix:58:21:

           57|           f = self: super:
           58|             let x = f0 super;
             |                     ^
           59|             in
```
2023-07-03 21:34:50 +03:00
Janik
f7f5555216
sipexer: 1.0.3 -> 1.1.0 (#240929)
* sipexer: 1.0.3 -> 1.1.0

* Update pkgs/tools/networking/sipexer/default.nix

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-07-03 20:34:39 +02:00
Jonas Chevalier
507e8b4cca
Merge pull request #241266 from aldoborrero/feat/mdformat-plugins
Add mdformat plugins
2023-07-03 20:27:18 +02:00
R. Ryantm
c98011e6ef python310Packages.pyamg: 5.0.0 -> 5.0.1 2023-07-03 18:09:22 +00:00
Emily
aafa2b2c3d
Merge pull request #241179 from SuperSandro2000/matrix-sliding-sync
matrix-sliding-sync: init at 0.99.3
2023-07-03 20:00:01 +02:00
Pol Dellaiera
cc085f09ed
Merge pull request #241309 from NixOS/php/composer-bump-2.5.8
phpPackages.composer: 2.5.7 -> 2.5.8
2023-07-03 19:51:20 +02:00
Will Fancher
73a8ca1674
Merge pull request #240601 from lilyinstarlight/fix/lvm-root-sd-stage-1-unhide
nixos/*: unhide remaining systemd stage-1 options
2023-07-03 13:38:12 -04:00
toastal
3814796dc6 lightningcss: 1.21.2 → 1.21.3
https://github.com/parcel-bundler/lightningcss/releases/tag/v1.21.3
2023-07-04 00:22:12 +07:00
"Veselin Ivanov"
d8a14c1f67 vimPlugins.nvim-treesitter: update grammars 2023-07-03 19:05:03 +02:00
"Veselin Ivanov"
f04539a710 vimPlugins: update 2023-07-03 19:01:33 +02:00
Emily
453da3c28f
Merge pull request #241297 from kranurag7/kubectl-gadget-bump
kubectl-gadget: 0.17.0 -> 0.18.0
2023-07-03 19:00:56 +02:00
piegames
89ca1a9126
Merge pull request #241254 from basedtheorem/patch-1 2023-07-03 18:58:45 +02:00
"Veselin Ivanov"
651511bea8 vimPlugins.bufjump-nvim: init at 2021-12-05 2023-07-03 18:56:31 +02:00
Emily
6724706f5a
Merge pull request #241290 from mccurdyc/mccurdyc/adds-gitrs
gitrs: init at 0.3.6
2023-07-03 18:44:01 +02:00
Pol Dellaiera
39bea5f1ba
phpPackages.composer: switch to finalAttrs pattern 2023-07-03 18:37:43 +02:00
Pol Dellaiera
1bcbba5012
phpPackages.composer: 2.5.7 -> 2.5.8 2023-07-03 18:36:24 +02:00
Franz Pletz
e0d98f905c
Merge pull request #241030 from Enzime/tmux-terminfo 2023-07-03 18:30:24 +02:00
Pol Dellaiera
94cf97cc9d
Merge pull request #240386 from keenanweaver/doomrunner
doomrunner: init at 1.7.2
2023-07-03 18:30:11 +02:00
Janik
c760d56c98
Merge pull request #240558 from figsoda/oranda 2023-07-03 18:27:03 +02:00
Pol Dellaiera
0fd84e72bf
Merge pull request #241300 from NixOS/vscode-extensions/bump-devsense-extensions-1-36-13428
vscode-extensions.devsense.*: 1.34.13295 -> 1.36.13428
2023-07-03 17:58:38 +02:00
Pol Dellaiera
297be700ea
vscode-extensions.devsense.profiler-php-vscode: 1.34.13295 -> 1.36.13428 2023-07-03 17:21:18 +02:00
Michael Hoang
3ec619c814 tmux: provide tmux-256color terminfo on macOS 2023-07-04 01:21:07 +10:00
Pol Dellaiera
dc8677d056
vscode-extensions.devsense.phptools-vscode: 1.34.13295 -> 1.36.13428 2023-07-03 17:21:02 +02:00
Pol Dellaiera
c0388b103a
vscode-extensions.devsense.composer-php-vscode: 1.34.13295 -> 1.36.13428 2023-07-03 17:20:17 +02:00
Weijia Wang
6c0da50f7f
Merge pull request #241294 from applePrincess/rtl8723-fixup
rtl8723bs-firmware: cleanup
2023-07-03 18:15:16 +03:00
Colton J. McCurdy
c562010d3d
gitrs: init at 0.3.6
Signed-off-by: Colton J. McCurdy <mccurdyc22@gmail.com>
2023-07-03 11:12:51 -04:00