natsukium
|
c8452306d7
|
python3Packages.rubicon-objc: fix build
|
2025-08-30 10:28:08 +09:00 |
|
botnk
|
604f22e030
|
zed-editor: 0.201.6 -> 0.201.8
Changelog: https://github.com/zed-industries/zed/releases/tag/v0.201.8
|
2025-08-30 01:26:28 +00:00 |
|
Sandro Jäckel
|
b2774b3bd6
|
dnscontrol: 4.23.0 -> 4.24.0
Diff: https://github.com/StackExchange/dnscontrol/compare/v4.23.0...v4.24.0
Changelog: https://github.com/StackExchange/dnscontrol/releases/tag/v4.24.0
|
2025-08-30 03:24:07 +02:00 |
|
 Peder Bergebakken SundtandGitHub
|
e44b3a9743
|
fyne: 1.26.1 -> 1.6.2 (#435955)
|
2025-08-30 03:20:06 +02:00 |
|
 puzzlewolfandSandro Jäckel
|
fff977b945
|
python313Packages.reqif: fix runtime dependency, minor cleanup
|
2025-08-30 03:18:41 +02:00 |
|
R. Ryantm
|
4afcb464cc
|
gatekeeper: 3.20.0 -> 3.20.1
|
2025-08-30 01:16:05 +00:00 |
|
 SandroandGitHub
|
96d0107df3
|
python3Packages.spdx-tools: fix tests (#438427)
|
2025-08-30 03:14:59 +02:00 |
|
R. Ryantm
|
85033330c6
|
python3Packages.fastcore: 1.8.7 -> 1.8.8
|
2025-08-30 00:55:40 +00:00 |
|
Kirill Radzikhovskyy
|
99bfc6e945
|
gemini-cli: drop node-tty doesn't build on darwin
|
2025-08-30 10:52:07 +10:00 |
|
 Peder Bergebakken SundtandGitHub
|
e50b14b355
|
python3Packages.rtslib-fb: fix build failures (#437511)
|
2025-08-30 02:50:57 +02:00 |
|
 nixpkgs-merge-bot[bot]andGitHub
|
4f96e4fea3
|
bilibili: 1.17.1-1 -> 1.17.1-2 (#438438)
|
2025-08-30 00:48:36 +00:00 |
|
Sandro Jäckel
|
bfc220abab
|
python313Packages.yq: convert to pyproject, cleanup maintainers
|
2025-08-30 02:47:52 +02:00 |
|
 Yohann BonifaceandGitHub
|
a657ddfc8a
|
rclip: fix build (#438397)
|
2025-08-30 02:42:47 +02:00 |
|
R. Ryantm
|
de8af9a3dc
|
python3Packages.certomancer: 0.12.3 -> 0.13.0
|
2025-08-30 00:20:17 +00:00 |
|
 nixpkgs-merge-bot[bot]andGitHub
|
d03c9f9133
|
simplex-chat-desktop: 6.4.3.1 -> 6.4.4 (#438441)
|
2025-08-30 00:18:26 +00:00 |
|
 OTABI TomoyaandGitHub
|
2f154840d6
|
python3Packages.ultralytics: disable test_grayscale that requires net… (#437534)
|
2025-08-30 09:15:26 +09:00 |
|
R. Ryantm
|
a7d23d2b66
|
python3Packages.mkdocs-mermaid2-plugin: 1.2.1 -> 1.2.2
|
2025-08-30 00:14:30 +00:00 |
|
R. Ryantm
|
2513b4f387
|
python3Packages.millheater: 012.2 -> 0.12.5
|
2025-08-30 00:05:30 +00:00 |
|
Sandro Jäckel
|
d43a3b9a47
|
python313Packages.fints: fix build with sandbox
python3.13-fints> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
python3.13-fints> /nix/store/gkspnzkgarw4qvbl4670p3jcbgg6psrg-python3-3.13.6/lib/python3.13/socketserver.py:457: in __init__
python3.13-fints> self.server_bind()
python3.13-fints> /nix/store/gkspnzkgarw4qvbl4670p3jcbgg6psrg-python3-3.13.6/lib/python3.13/http/server.py:136: in server_bind
python3.13-fints> socketserver.TCPServer.server_bind(self)
python3.13-fints> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
python3.13-fints>
python3.13-fints> self = <http.server.HTTPServer object at 0x10e9df4d0>
python3.13-fints>
python3.13-fints> def server_bind(self):
python3.13-fints> """Called by constructor to bind the socket.
python3.13-fints>
python3.13-fints> May be overridden.
python3.13-fints>
python3.13-fints> """
python3.13-fints> if self.allow_reuse_address and hasattr(socket, "SO_REUSEADDR"):
python3.13-fints> self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
python3.13-fints> # Since Linux 6.12.9, SO_REUSEPORT is not allowed
python3.13-fints> # on other address families than AF_INET/AF_INET6.
python3.13-fints> if (
python3.13-fints> self.allow_reuse_port and hasattr(socket, "SO_REUSEPORT")
python3.13-fints> and self.address_family in (socket.AF_INET, socket.AF_INET6)
python3.13-fints> ):
python3.13-fints> self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1)
python3.13-fints> > self.socket.bind(self.server_address)
python3.13-fints> E PermissionError: [Errno 1] Operation not permitted
python3.13-fints>
python3.13-fints> /nix/store/gkspnzkgarw4qvbl4670p3jcbgg6psrg-python3-3.13.6/lib/python3.13/socketserver.py:478: PermissionError
python3.13-fints> =============================== warnings summary ===============================
|
2025-08-30 02:05:17 +02:00 |
|
Austin Horstman
|
4701c90768
|
vimPlugins.nvim-treesitter: update grammars
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
|
2025-08-29 19:03:09 -05:00 |
|
R. Ryantm
|
24212ab73e
|
simplex-chat-desktop: 6.4.3.1 -> 6.4.4
|
2025-08-30 00:01:39 +00:00 |
|
Sandro Jäckel
|
e9e0a0984f
|
nixos/plymouth: dedupe theme check
|
2025-08-30 02:01:35 +02:00 |
|
 Martin WeineltandGitHub
|
32a4cd25a2
|
frigate: pin joserfc at 1.1.0; ffmpeg flavor selection (#438285)
|
2025-08-30 01:52:40 +02:00 |
|
Austin Horstman
|
c12460edc8
|
vimPlugins: update on 2025-08-29
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
|
2025-08-29 18:49:13 -05:00 |
|
Ryan Hendrickson
|
45d2d5f8d6
|
openscad: fix application icon
|
2025-08-29 19:48:52 -04:00 |
|
R. Ryantm
|
9732672e3e
|
bilibili: 1.17.1-1 -> 1.17.1-2
|
2025-08-29 23:42:27 +00:00 |
|
 dotlambdaandGitHub
|
221449eb81
|
python3Packages.plastexdepgraph: 0.0.4 -> 0.0.5 (#438432)
|
2025-08-29 16:42:10 -07:00 |
|
 dotlambdaandGitHub
|
cfe21b9591
|
python3Packages.duckduckgo-search: 9.5.1 -> 9.5.4 (#438406)
|
2025-08-29 16:35:51 -07:00 |
|
R. Ryantm
|
937980a2eb
|
fake-gcs-server: 1.52.2 -> 1.52.3
|
2025-08-29 23:33:40 +00:00 |
|
Austin Horstman
|
aa4f265f16
|
vimPlugins: resolve github repository redirects
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
|
2025-08-29 18:33:23 -05:00 |
|
Robert Schütz
|
d7a76925c1
|
python3Packages.spdx-tools: fix tests
|
2025-08-29 16:27:26 -07:00 |
|
R. Ryantm
|
a86781facc
|
python3Packages.plastexdepgraph: 0.0.4 -> 0.0.5
|
2025-08-29 23:26:51 +00:00 |
|
R. Ryantm
|
fe3010b5ad
|
python3Packages.spsdk-pyocd: 0.3.2 -> 0.3.3
|
2025-08-29 23:11:20 +00:00 |
|
 Martin WeineltandGitHub
|
95d232e66a
|
python3Packages.django-scim2: unbreak (#438419)
|
2025-08-30 01:07:45 +02:00 |
|
Martin Weinelt
|
b1dd43c020
|
python3Packages.django-scim2: unbreak
|
2025-08-30 01:02:37 +02:00 |
|
Robert Schütz
|
66c1875803
|
saldo: 0.6.0 -> 0.8.0
Diff: https://gitlab.com/tabos/saldo/-/compare/0.6.0...0.8.0
|
2025-08-29 15:59:56 -07:00 |
|
Robert Schütz
|
17d0d35299
|
saldo: rename from banking
|
2025-08-29 15:59:51 -07:00 |
|
R. Ryantm
|
1e602171cc
|
vscode-extensions.ndonfris.fish-lsp: 0.1.11 -> 0.1.13
|
2025-08-29 22:56:20 +00:00 |
|
 dotlambdaandGitHub
|
425e45b2a1
|
hassil: 3.1.0 -> 3.2.0 (#438403)
|
2025-08-29 15:51:51 -07:00 |
|
 Fabián Heredia MontielandGitHub
|
fe886c55c6
|
zulip: 5.12.0 → 5.12.1 (#438410)
|
2025-08-29 16:50:11 -06:00 |
|
 jadeandGitHub
|
4064d755d8
|
otel-desktop-viewer: 0.2.2 -> 0.2.5 (#438394)
|
2025-08-29 15:49:34 -07:00 |
|
 SandroandGitHub
|
8c0460ad0c
|
python3Packages.python-glanceclient: 4.9.0 -> 4.10.0 (#438250)
|
2025-08-30 00:49:25 +02:00 |
|
 Nick CaoandGitHub
|
f460a9d1e1
|
Revert: "python3Packages.firedrake: 2025.4.2 -> 20250331.0" (#437807)
|
2025-08-29 18:46:55 -04:00 |
|
 Fabián Heredia MontielandGitHub
|
794e68301b
|
linuxPackages.system76-io: install thelio-io ko file (#436521)
|
2025-08-29 16:46:31 -06:00 |
|
Anders Kaseorg
|
593320dbd1
|
zulip: 5.12.0 → 5.12.1
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2025-08-29 15:40:49 -07:00 |
|
R. Ryantm
|
c721f92084
|
python3Packages.pywikibot: 10.3.0 -> 10.3.2
|
2025-08-29 22:33:19 +00:00 |
|
R. Ryantm
|
47b9e88a11
|
python3Packages.django-q2: 1.7.6 -> 1.8.0
|
2025-08-29 22:33:04 +00:00 |
|
 Fabián Heredia MontielandGitHub
|
c684921f4f
|
openboard: switch to qt6 and remove obsolete importer (#438168)
|
2025-08-29 16:29:19 -06:00 |
|
Sandro Jäckel
|
c7c502a5fc
|
nixos/plymouth: list available themes if the current one does not exist
|
2025-08-30 00:25:41 +02:00 |
|
Sandro Jäckel
|
7dbd50832a
|
nixos/plymouth: fix theme == "breeze" breakage after removing Plasma 5
|
2025-08-30 00:25:38 +02:00 |
|