Commit graph

550793 commits

Author SHA1 Message Date
Nick Cao 2cb354c643
Merge pull request #268250 from r-ryantm/auto-update/python311Packages.pyvmomi
python311Packages.pyvmomi: 8.0.2.0 -> 8.0.2.0.1
2023-11-18 13:20:31 -05:00
Nick Cao 168ba6d835
Merge pull request #268281 from r-ryantm/auto-update/calicoctl
calicoctl: 3.26.3 -> 3.26.4
2023-11-18 13:18:39 -05:00
Nick Cao f1289893f3
Merge pull request #268332 from r-ryantm/auto-update/python311Packages.succulent
python311Packages.succulent: 0.2.5 -> 0.2.6
2023-11-18 13:16:26 -05:00
Nick Cao 4f3b5a3b77
Merge pull request #268333 from r-ryantm/auto-update/python311Packages.plaid-python
python311Packages.plaid-python: 17.0.0 -> 18.0.0
2023-11-18 13:15:43 -05:00
Nick Cao 6340cf551d
Merge pull request #268339 from r-ryantm/auto-update/nixpacks
nixpacks: 1.18.0 -> 1.19.0
2023-11-18 13:15:05 -05:00
Peder Bergebakken Sundt 91548f3123
Merge pull request #262336 from h7x4/init-devdash
devdash: init at 0.5.0
2023-11-18 19:14:23 +01:00
Peder Bergebakken Sundt 65dd1cd5a8
Merge pull request #261924 from roblabla/ghidra-10.4
ghidra: 10.3.3 -> 10.4
2023-11-18 19:10:10 +01:00
Peder Bergebakken Sundt a9f2e71575
Merge pull request #208665 from ifurther/gluevis
Python3Packages.glueviz: init at 1.14.1
2023-11-18 19:08:44 +01:00
R. Ryantm 01aecec0b7 nixpacks: 1.18.0 -> 1.19.0 2023-11-18 17:56:28 +00:00
Will Fancher b606ebb355
Merge pull request #266990 from ElvishJerricco/systemd-boot-boot-pass-flags-to-update
nixos/systemd-boot: pass EFI variable flags during update too
2023-11-18 12:34:10 -05:00
Milen Radkov d581fb17d7 session-desktop: 1.11.3 -> 1.11.4 2023-11-19 03:53:33 +11:00
Pol Dellaiera 6a2fc4017b
vscode-extensions.nvarner.typst-lsp: minor fix 2023-11-18 17:52:30 +01:00
Pol Dellaiera 6596aa020c
vscode-extensions.mgt19937.typst-preview: 0.6.1 -> 0.9.1 2023-11-18 17:52:30 +01:00
Pol Dellaiera 49a9eca573
typst-preview: 0.9.0 -> 0.9.1 2023-11-18 17:52:30 +01:00
Muhammad Falak R Wani 3ef80b04cf containerd: 1.7.8 -> 1.7.9
Diff: https://github.com/containerd/containerd/compare/v1.7.8...v1.7.9
Changelog: https://github.com/containerd/containerd/releases/tag/v1.7.9
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-19 03:49:18 +11:00
R. Ryantm e6657c9583 python311Packages.plaid-python: 17.0.0 -> 18.0.0 2023-11-18 16:47:30 +00:00
Kevin Puetz 54fbb39598 keepassrpc: use dontUnpack instead of placeholder unpackCmd/sourceRoot 2023-11-19 03:44:16 +11:00
Patrick Steinhardt a8617e2b0d nixos/networkd: allow configuring AckFilter for CAKE qdisc
The CAKE section for systemd.network units allows configuring whether or
not redundant ACKs should be dropped. This option corresponds to the
respective tc-cake(8) params "ack-filter", "ack-filter-aggressive" or
"no-ack-filter".

Add support for these values in the `cakeConfig` module so that users
can configure it.
2023-11-19 03:40:51 +11:00
R. Ryantm 7d82b9323f python311Packages.succulent: 0.2.5 -> 0.2.6 2023-11-18 16:38:35 +00:00
R. Ryantm 8ebee6a764 eksctl: 0.163.0 -> 0.164.0 2023-11-19 03:35:38 +11:00
tu-maurice 0d7b6f9064 python311Packages.circus: fix tests on darwin 2023-11-18 17:24:11 +01:00
Weijia Wang a45221f86a
Merge pull request #267280 from boltzmannrain/mitmproxy_macos
mitmproxy: fix macos build
2023-11-18 17:06:33 +01:00
Dmitry Ivankov 0dd2238ac7 mitmproxy: fix macos build
https://hydra.nixos.org/build/240114924/nixlog/1
```
error: linking with `/nix/store/sa6hywsm1mqfyd1xakyzv4ljjsb3hawh-clang-wrapper-11.1.0/bin/cc` failed: exit status: 1
  |
...
  = note: ld: library not found for -liconv
          clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
```

after adding libiconv it starts to fail with
```
  File "/nix/store/ncs3h7zqjl3cl2cwflka40rrirb6qg1m-python3.11-mitmproxy-rs-0.3.11/lib/python3.11/site-packages/mitmproxy_rs/__init__.py", line 1, in <module>
    from .mitmproxy_rs import *
ModuleNotFoundError: No module named 'mitmproxy_macos'
```
so it needs extra module
https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-macos

So the fixes are
- add `libiconv` dependency to mitmproxy-rs
- add `mitmproxy-macos` python package and add it to dependencies of
  `mitmproxy-rs` and `mitmproxy` itself (otherwise import fails,
  looks like the import is sneaky because it is platform-conditional)
2023-11-18 17:04:59 +01:00
Weijia Wang add7a091c6 nginx: fix build on darwin 2023-11-18 17:01:10 +01:00
Madoura 05b651843e
rl-2311: Note bcachefs kernel deprecation changes 2023-11-18 09:58:59 -06:00
Madoura c2450c4515
treewide: add bcachefsLinuxTesting and bcachefsLinuxTesting tests
nixos/tests/installer: add bcachefsLinuxTesting and bcachefsLinuxTesting tests

bcachefs-tools: add bcachefsLinuxTesting and bcachefsLinuxTesting tests
2023-11-18 09:58:56 -06:00
Madoura 890cf0a79c
nixos/bcachefs: soft-deprecate 'linuxPackages_testing_bcachefs'
'bcachefs' is included in the linux kernel since 6.7-rc1
2023-11-18 09:58:51 -06:00
Weijia Wang 39951cddc7 darwin.libiconv: set mainProgram 2023-11-18 16:57:39 +01:00
maxine cfd4e30f7e
Merge pull request #268216 from khaneliman/1password-gui 2023-11-18 16:55:03 +01:00
Artturi 2d24100bcf
Merge pull request #246429 from marcovergueira/dcp375cw-lpr-cupswrapper 2023-11-18 17:52:35 +02:00
Weijia Wang 73397aa32f
Merge pull request #268235 from wegank/freedv-bump
freedv: 1.9.4 -> 1.9.5
2023-11-18 16:47:29 +01:00
Randy Eckenrode bf7ad8cfbf
wine64Packages.minimal: mark broken on Darwin
Darwin requires MinGW to build Wine because clang does not support
`-mabi=ms`, which is required when building without MinGW .
2023-11-18 10:44:39 -05:00
Jonas Heinrich 7d4eeb75fe wordpressPackages.tc-custom-javascript: init at 1.2.3 2023-11-18 16:43:01 +01:00
Fabian Affolter 99e233d329 metasploit: 6.3.42 -> 6.3.43 2023-11-18 16:41:38 +01:00
K900 9e94a01e4c
Merge pull request #268286 from K900/discover-kill-packagekit
plasma5Packages.discover: build without PackageKit backend
2023-11-18 18:40:05 +03:00
Misaka13514 ef57e6b154
nuclei: 3.0.3 -> 3.0.4
Diff: https://github.com/projectdiscovery/nuclei/compare/v3.0.3...v3.0.4

Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v3.0.4
2023-11-18 23:34:29 +08:00
Randy Eckenrode fc2852466d
wineWow64Packages: fix build on Darwin 2023-11-18 10:30:48 -05:00
Randy Eckenrode fd2703130c
wine64Packages: 8.17 -> 8.20
https://www.winehq.org/announce/8.18
https://www.winehq.org/announce/8.19
https://www.winehq.org/announce/8.20
2023-11-18 10:30:48 -05:00
Janik 9661e33f29
Merge pull request #263683 from jfvillablanca/hof 2023-11-18 16:17:35 +01:00
Nick Cao a1f6a0a4db
python311Packages.blis: 0.7.9 -> 0.7.11 2023-11-18 10:13:28 -05:00
Nick Cao c9df0f7035
Merge pull request #268289 from fabaff/xlsxwriter-bump
python311Packages.xlsxwriter: 3.1.7 -> 3.1.9
2023-11-18 09:59:56 -05:00
R. Ryantm 577d271a77 oneDNN: 3.3 -> 3.3.1 2023-11-18 14:48:01 +00:00
Mario Rodas 87c6a971de rio: fix build on darwin 2023-11-18 15:41:30 +01:00
Nick Cao f81ef747b1
Merge pull request #268139 from wochap/showmethekey/1.12.0
showmethekey: 1.8.1 -> 1.12.0
2023-11-18 09:40:28 -05:00
Nick Cao d936414252
Merge pull request #268132 from bendlas/forgejo-release-notes
nixos/forgejo/docs: fix typo
2023-11-18 09:39:29 -05:00
Martin Weinelt 5679b2b6e6
Merge pull request #266158 from risicle/ris-django-hijack-3.4.2
python3Packages.django-hijack: 3.4.1 -> 3.4.2, fix npmDeps hash
2023-11-18 15:39:25 +01:00
Nick Cao 6bb47ba512
Merge pull request #268116 from r-ryantm/auto-update/dolt
dolt: 1.21.4 -> 1.24.0
2023-11-18 09:39:06 -05:00
Nick Cao 91a9b06a9a
Merge pull request #268107 from chvp/upd/mautrix-whatsapp
mautrix-whatsapp: 0.10.3 -> 0.10.4
2023-11-18 09:37:44 -05:00
Nick Cao 1fb96f7004
Merge pull request #268186 from lucasbergman/unifi-update
unifi7: 7.5.176 -> 7.5.187
2023-11-18 09:35:36 -05:00
Nick Cao 3197dc3d18
Merge pull request #268193 from r-ryantm/auto-update/cargo-show-asm
cargo-show-asm: 0.2.21 -> 0.2.22
2023-11-18 09:35:18 -05:00