Commit Graph
477141 Commits
Author SHA1 Message Date
Moritz 'e1mo' FrommandYureka 6a38c71d3c bird-lg: unstable-2022-05-08 -> 1.2.0
Notable Changes from https://github.com/xddxdd/bird-lg-go/releases:

- Use MTR for traceroute
- usage of local whois command
- more bird commands
2023-04-25 12:00:44 +02:00
Fabian AffolterandGitHub fbebc83aa0 Merge pull request #227875 from dotlambda/forecast-solar-3.0.0
python310Packages.forecast-solar: 2.3.0 -> 3.0.0
2023-04-25 12:00:33 +02:00
maxineandGitHub f3f15fa73d networkmanager: 1.42.2 -> 1.42.6 (#227809) 2023-04-25 11:56:46 +02:00
Fabian AffolterandGitHub 5f211aa025 Merge pull request #228029 from fabaff/checkov-bump
checkov: 2.3.192 -> 2.3.199
2023-04-25 11:47:50 +02:00
Weijia WangandGitHub e95b025cc2 Merge pull request #227057 from afh/update-boost
boost182: init at 1.82.0
2023-04-25 12:47:34 +03:00
Fabian AffolterandGitHub b1329ea313 Merge pull request #228087 from wamserma/fix-devito
python311Packages.devito: fix source hash
2023-04-25 11:46:24 +02:00
Fabian AffolterandGitHub 54fd8f35d6 Merge pull request #228091 from r-ryantm/auto-update/python310Packages.google-cloud-firestore
python310Packages.google-cloud-firestore: 2.10.1 -> 2.11.0
2023-04-25 11:31:08 +02:00
Florian KlinkandGitHub 1c6cb4cabd Merge pull request #228070 from r-ryantm/auto-update/gocryptfs
gocryptfs: 2.3 -> 2.3.1
2023-04-25 12:23:34 +03:00
Bobby RongandGitHub 71d1beb95a libadwaita: Document why tests are disabled on darwin right now
11/40 test-button-content                   FAIL            2.98s   killed by signal 5 SIGTRAP
>>> PYTHONDONTWRITEBYTECODE=yes MALLOC_PERTURB_=214 GTK_A11Y=none GSETTINGS_BACKEND=memory G_TEST_SRCDIR=/private/tmp/nix-build-libadwaita-1.3.2.drv-0/source/tests G_TEST_BUILDDIR=/private/tmp/nix-build-libadwaita-1.3.2.drv-0/source/build/tests G_DEBUG=gc-friendly,fatal-warnings MALLOC_CHECK_=2 /private/tmp/nix-build-libadwaita-1.3.2.drv-0/source/build/tests/test-button-content
 ✀  
stdout:
TAP version 13
# random seed: R02Se84baf70152144b0bb2dbf23cf179bf4
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation memory (GMemorySettingsBackend) for ‘gsettings-backend’
1..5
# Start of Adwaita tests
# Start of ButtonContent tests
ok 1 /Adwaita/ButtonContent/icon_name
ok 2 /Adwaita/ButtonContent/label
ok 3 /Adwaita/ButtonContent/use_underline
not ok /Adwaita/ButtonContent/style_class_button - Gdk-FATAL-CRITICAL: gdk_macos_monitor_get_workarea: assertion 'GDK_IS_MACOS_MONITOR (self)' failed
Bail out!
stderr:
2023-04-25 08:39:33.359 test-button-content[73233:738156655] XType: Using static font registry.
2023-04-25 17:21:21 +08:00
SandroandGitHub 015aa01ba8 Merge pull request #227674 from SuperSandro2000/dnscontrol 2023-04-25 11:18:23 +02:00
Maciej KrügerandGitHub 9096817104 Merge pull request #201027 from hacker1024/patch-3 2023-04-25 11:16:53 +02:00
Nick CaoandGitHub 19964a24dc telegram-desktop: 4.8.0 -> 4.8.1 (#228060) 2023-04-25 11:05:19 +02:00
Weijia WangandGitHub e62d4f9f3d Merge pull request #228092 from wegank/stanc-bump
stanc, cmdstan: 2.31.0 -> 2.32.0
2023-04-25 11:58:04 +03:00
Martin WeineltandGitHub 776ffe1518 Merge pull request #217250 from felixsinger/pkgs/add/flashrom-stable
flashrom-stable: init at v1.1
2023-04-25 10:47:57 +02:00
Moritz 'e1mo' FrommandYureka a2e2972ff3 nixos/bird-lg: Add maintainers 2023-04-25 10:41:35 +02:00
Moritz 'e1mo' FrommandYureka b63e0d77b8 nixos/bird-lg: Rework command attribute generation
Prior to this change, arguments were not escaped nor was the possiblity
for arguments to be empty accounted for. This led to a kinda broken
startup script were arguments were "shifted", e.g. leaving allowedIPs
empty in order to use the default would cause `--bird` (the following
arguments key) to be used as the value. This was also observable when
e.g. the navbarBrand had a space in it where only everything until the
first space would show up.

With the new approach, all arguments are consistently escaped and empty
ones left out.

`extraConfig` now supports and prefers lists of strings instead of
lines (still supported but warned). This is due to the fragility with
respect to e.g. forgetting trailing backslashes after each line.
`frontend.{servers,domain}` are unset by default since the frontend
needs (the upstream project itself has no empty defaults here) needs
them to be set. If not set, an error is caused at build-time.

`proxy.birdSocket` has a new default: The projects README[^1] states
`/var/run/bird/bird.ctl` as the current default value. And bird2 on
NixOS does use this path too.

[^1]: https://github.com/xddxdd/bird-lg-go#proxy
2023-04-25 10:41:35 +02:00
IsabelleandGitHub dc07c15817 wireshark: 4.0.4 -> 4.0.5 (#227852) 2023-04-25 10:33:41 +02:00
Alyssa Ross 57e73d23bb rustc,rustPlatform.buildRustPackage: broaden platforms
rustc supports way more platforms than Linux and Darwin.  We might not
be able to build it for every platform at the moment, but that's what
meta.broken is for.

There are other platforms that rustc can produce binaries for, but
can't run on itself, so those are listed in the defaults for
buildRustPackage.
2023-04-25 08:27:59 +00:00
Felix SingerandFelix Singer 2b920e5a08 flashrom-stable: init at v1.1
flashrom-stable is a fork of flashrom aiming stability. A proper NixOS
module and udev support will be added later.

Signed-off-by: Felix Singer <felix.singer@secunet.com>
2023-04-25 10:18:34 +02:00
Bobby RongandGitHub a9c543c469 Merge pull request #227702 from dotlambda/libadwaita-1.3.2
libadwaita: 1.3.1 -> 1.3.2
2023-04-25 16:14:20 +08:00
Bobby RongandGitHub 2d632aea26 Merge pull request #227778 from bobby285271/upd/gtk4
gtk4: 4.10.1 → 4.10.3
2023-04-25 16:12:31 +08:00
Doron BeharandGitHub 594d809e32 Merge pull request #227956 from figsoda/sccache
sccache: 0.4.1 -> 0.4.2
2023-04-25 01:07:36 -07:00
Alexis HildebrandtandWeijia Wang e73da62a1d boost182: init at 1.82.0
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-04-25 09:36:51 +02:00
lewoandGitHub abdbf67a29 Merge pull request #228074 from r-ryantm/auto-update/yq-go
yq-go: 4.33.2 -> 4.33.3
2023-04-25 08:57:20 +02:00
Weijia Wang 07d9193e64 stanc, cmdstan: 2.31.0 -> 2.32.0 2023-04-25 09:39:59 +03:00
R. Ryantm 4536fdd9b1 python310Packages.google-cloud-firestore: 2.10.1 -> 2.11.0 2023-04-25 06:36:14 +00:00
Weijia WangandGitHub e2e676d8cd Merge pull request #228028 from wegank/epoll-shim-bump
epoll-shim: unstable-2023-02-05 -> 0.0.20230411
2023-04-25 09:12:28 +03:00
Norbert MelzerandGitHub 3aa0987f22 Merge pull request #228021 from GaetanLepage/rustic 2023-04-25 07:49:45 +02:00
Markus S. Wamser d5b1550fc8 pythonPackages.devito: fix source hash 2023-04-25 07:48:04 +02:00
Robert SchützandRobert Schütz 0cc1844bb4 deltachat-desktop: fix build of libdeltachat 2023-04-24 22:38:00 -07:00
Mario RodasandGitHub 8b6e021024 Merge pull request #228040 from fabaff/syncedlyrics-bump
python311Packages.syncedlyrics: 0.4.0 -> 0.5.0
2023-04-25 00:36:05 -05:00
Mario RodasandGitHub 4e13ca416e Merge pull request #228066 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 0.40.5 -> 0.40.6
2023-04-25 00:34:02 -05:00
Mario RodasandGitHub 0167117f26 Merge pull request #214654 from bcdarwin/update-elmerfem
elmerfem: 9.0 -> unstable-2023-02-03
2023-04-25 00:32:03 -05:00
hacker1024 f7af9373ed flutter: Generate target PKG_CONFIG_PATH at build time 2023-04-25 14:40:29 +10:00
R. Ryantm 39d2fafebc yq-go: 4.33.2 -> 4.33.3 2023-04-25 04:26:03 +00:00
github-actions[bot]andzowoq 50dc8c7859 terraform-providers.talos: 0.1.2 -> 0.2.0 2023-04-25 14:05:29 +10:00
github-actions[bot]andzowoq 0c51ac724a terraform-providers.google-beta: 4.62.1 -> 4.63.0 2023-04-25 14:05:29 +10:00
github-actions[bot]andzowoq 7edcaa486f terraform-providers.google: 4.62.1 -> 4.63.0 2023-04-25 14:05:29 +10:00
github-actions[bot]andzowoq 0c8e19ac9a terraform-providers.dns: 3.3.1 -> 3.3.2 2023-04-25 14:05:29 +10:00
github-actions[bot]andzowoq 7c71129d9d terraform-providers.exoscale: 0.46.0 -> 0.47.0 2023-04-25 14:05:29 +10:00
R. Ryantm fe0e07a2d4 gocryptfs: 2.3 -> 2.3.1 2023-04-25 03:34:02 +00:00
R. Ryantm ead4dd05d3 sarasa-gothic: 0.40.5 -> 0.40.6 2023-04-25 03:01:01 +00:00
hacker1024 c4cbf526e9 Merge remote-tracking branch 'NixOS/master' into feature/futter-linux-desktop 2023-04-25 12:51:56 +10:00
Bobby RongandGitHub 671e29a924 Merge pull request #227488 from jtojnar/wkgtk
webkitgtk: 2.40.0 → 2.40.1
2023-04-25 10:30:55 +08:00
Nick CaoandGitHub 638fec5b1f Merge pull request #228056 from marsam/update-1password
_1password: 2.16.1 -> 2.17.0
2023-04-25 10:28:23 +08:00
Bobby RongandGitHub 8cf9808495 Merge pull request #227942 from NickCao/alias
various: add missing throw in alias and cleanup
2023-04-25 10:25:37 +08:00
figsodaandGitHub 5ee32cd4b6 Merge pull request #228057 from r-ryantm/auto-update/gh-dash
gh-dash: 3.7.6 -> 3.7.7
2023-04-24 22:23:54 -04:00
figsodaandGitHub fde8651e39 Merge pull request #228053 from r-ryantm/auto-update/ttdl
ttdl: 3.7.1 -> 3.8.0
2023-04-24 22:22:43 -04:00
Nick CaoandGitHub 2e5d524211 Merge pull request #227960 from figsoda/jql
jql: 6.0.5 -> 6.0.6
2023-04-25 10:06:07 +08:00
Nick CaoandGitHub ea374dc8f8 Merge pull request #227958 from natsukium/sketchybar/update
sketchybar: 2.14.4 -> 2.15.1
2023-04-25 10:05:45 +08:00