Commit Graph
617751 Commits
Author SHA1 Message Date
SandroandGitHub c8d7c8a78f Merge pull request #307222 from katexochen/acorn/remove
acorn: remove
2024-04-27 21:49:14 +02:00
SandroandGitHub e97ef94619 Merge pull request #307279 from GaetanLepage/ruff
ruff: 0.4.1 -> 0.4.2
2024-04-27 21:42:54 +02:00
SandroandGitHub c2207529a2 Merge pull request #307278 from andrew-d/andrew/remove-myself
maintainers: remove andrew-d as a maintainer
2024-04-27 21:33:07 +02:00
Doron BeharandGitHub 18967e98c2 Merge pull request #306936 from doronbehar/pkg/gnuradio
gnuradioMinimal: 3.10.9.2 -> 3.10.10.0
2024-04-27 22:32:03 +03:00
SandroandGitHub f4446e3adc Merge pull request #306995 from amalgame21/profanity-qrencode
profanity: Enable omemo fingerprint qrcode support
2024-04-27 21:26:59 +02:00
Martin WeineltandGitHub 2b1f64b358 Merge pull request #307264 from pks-t/pks-matrix-appservice-irc-fix-chown-registration-yml
nixos/matrix-appservice-irc: fix chown of registration.yml in pre-script
2024-04-27 21:12:38 +02:00
Ryan MulliganandGitHub 0e5f13c967 Merge pull request #307270 from yu-re-ka/yuka-maintainer
remove myself from a bunch of maintainer roles
2024-04-27 11:40:12 -07:00
Gaetan Lepage e8da693588 uv: add GaetanLepage as maintainer 2024-04-27 20:30:06 +02:00
Gaetan Lepage 3bcf9c10ce uv: 0.1.36 -> 0.1.39
Diff: https://github.com/astral-sh/uv/compare/0.1.36...0.1.39

Changelog: https://github.com/astral-sh/uv/blob/0.1.39/CHANGELOG.md
2024-04-27 20:23:17 +02:00
Gaetan Lepage 82a0b76d9c python311Packages.python-lsp-ruff: 2.2.0 -> 2.2.1
Changelog:
https://github.com/python-lsp/python-lsp-ruff/releases/tag/v2.2.1
2024-04-27 20:20:42 +02:00
ArtturiandGitHub 26170245b0 Merge pull request #307233 from JohnRTitor/tmuxp
tmuxp: add pyyaml as build dep, to fix build error
2024-04-27 21:14:40 +03:00
ArtturiandGitHub 5fcfed901b Merge pull request #307260 from JohnRTitor/ananicy-cpp-cachyos
ananicy-rules-cachyos: unstable-2024-04-16 -> unstable-2024-04-22
2024-04-27 21:12:53 +03:00
Andrew Dunham ca9932abe5 maintainers: remove andrew-d as a maintainer
I am deeply saddened at the fact that I need to do this. I have no
interest in re-litigating everything that has happened over the past
weeks and months, but I want to make my position(s) extremely clear:

The thought of any of my work contributing to someone's death by drone
makes me feel physically ill.

Recent communications from senior members of the NixOS community have
made it clear that leadership is unaware or uninterested in the basics
of how to run and moderate a community in a way that is resilient to bad
actors. The recent post by @edolstra is tone-deaf and gives me no
confidence that the Nix/NixOS community is a place that I want to remain
involved in going forward. I am thus choosing to remove myself from such
a community.

I also hereby resign from the ACME team.

See also: #307033

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
2024-04-27 14:05:07 -04:00
Fabian AffolterandGitHub 6e9b53ea99 Merge pull request #306291 from fabaff/dulwich-bump
python312Packages.dulwich: 0.21.7 -> 0.22.1
2024-04-27 19:55:33 +02:00
Fabian AffolterandGitHub 6a4308091a Merge pull request #306312 from fabaff/deebot-client-bump
python312Packages.deebot-client: 6.0.2 -> 7.0.0
2024-04-27 19:54:52 +02:00
Paul Meyer 7dc4349dce acorn: remove
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-27 19:33:19 +02:00
Patrick Steinhardt ff3358b3f5 nixos/matrix-appservice-irc: fix chown of registration.yml in pre-script
Before the startup, the matrix-appservice-irc service sets up the
registration file such that it can be used by matrix-synapse. Part of
that setup requires us to change the group of said file so that the home
server can read it. Consequently, we need CAP_CHOWN and require that the
@chown system calls are allowed.

While we supposedly set up both of these, the setup of system calls is
broken as we have both an allow and a deny list of syscalls. But while
the allow list contains "@chown", the deny list contains "@privileged"
which contains "@chown" itself. So ultimately, we end up denying
"@chown".

Fix this issue by specifying "@chown" after the deny list.
2024-04-27 19:04:08 +02:00
Thomas GerbetandGitHub 36134ff401 Merge pull request #307229 from katexochen/agebox/fix-vuln
agebox: update vulnerable dependency
2024-04-27 19:01:02 +02:00
John Titor 412eab1966 tmuxp: remove peterhoeg from maintainer
Per https://github.com/NixOS/nixpkgs/pull/307233#issuecomment-2080910009
2024-04-27 22:29:37 +05:30
John Titor ddc51f131f tmuxp: cleanup, remove recursion
use lib explicitly
2024-04-27 22:28:52 +05:30
ArtturiandGitHub e9f304f924 Merge pull request #307252 from NickCao/genromfs
genromfs: fix cross compilation
2024-04-27 19:58:31 +03:00
Gaetan Lepage 9f7f6f5751 ruff: 0.4.1 -> 0.4.2
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/v0.4.1...v0.4.2

Changelog: https://github.com/astral-sh/ruff/releases/tag/v0.4.2
2024-04-27 18:58:19 +02:00
efff97cba6 vitetris: fix build on macOS by adding -Wno-implicit-int flag (#306591)
* fix build on mac m1

* set platforms unix

---------

Co-authored-by: Timofey K <timosha1113@gmail.com>
2024-04-28 00:50:31 +08:00
Fabian AffolterandGitHub 6d8fa5877a Merge pull request #307153 from r-ryantm/auto-update/python311Packages.zwave-js-server-python
python311Packages.zwave-js-server-python: 0.55.3 -> 0.55.4
2024-04-27 18:44:10 +02:00
Fabian AffolterandGitHub e9dfc59aad Merge pull request #307178 from r-ryantm/auto-update/bngblaster
bngblaster: 0.8.47 -> 0.8.49
2024-04-27 18:39:32 +02:00
Fabian AffolterandGitHub 2af04aac53 Merge pull request #307094 from r-ryantm/auto-update/python311Packages.cdcs
python311Packages.cdcs: 0.2.2 -> 0.2.3
2024-04-27 18:38:11 +02:00
Pol DellaieraandGitHub 32f0167ef1 Merge pull request #307240 from r-ryantm/auto-update/vscode-extensions.myriad-dreamin.tinymist
vscode-extensions.myriad-dreamin.tinymist: 0.11.5 -> 0.11.6
2024-04-27 18:36:02 +02:00
Adam C. StephensandGitHub 7c4a1300ad Merge pull request #307223 from adamcstephens/nixd/2.1.0
nixd: 2.0.2 -> 2.1.0
2024-04-27 12:29:36 -04:00
John Titor b2af07c701 ananicy-rules-cachyos: unstable-2024-04-16 -> unstable-2024-04-22 2024-04-27 21:52:14 +05:30
Nick CaoandGitHub ea146adef3 Merge pull request #306980 from NickCao/sing-box
sing-box: 1.8.11 -> 1.8.12
2024-04-27 12:20:13 -04:00
Nikolay KorotkiyandGitHub a6dd8253d2 Merge pull request #307237 from r-ryantm/auto-update/tootik
tootik: 0.10.2 -> 0.10.3
2024-04-27 20:16:49 +04:00
Nick Cao 018a2c201b genromfs: fix cross compilation 2024-04-27 12:09:13 -04:00
Nick Cao 195cf807be genromfs: add nickcao to maintainers 2024-04-27 12:07:32 -04:00
ArtturiandGitHub 77759bd390 Merge pull request #307214 from uninsane/pr-eyed3-cross
python3Packages.eyeD3: fix cross compilation
2024-04-27 19:02:08 +03:00
AleksanaandGitHub 7863b271f6 Merge pull request #307197 from r-ryantm/auto-update/bpftop
bpftop: 0.4.1 -> 0.4.2
2024-04-27 23:59:27 +08:00
AleksanaandGitHub 3af2823741 Merge pull request #307242 from rapenne-s/remove_rapenne_maintainer
maintainers: remove rapenne-s
2024-04-27 23:31:03 +08:00
Solène Rapenne 779d519e7e maintainers: remove rapenne-s 2024-04-27 17:23:36 +02:00
Colin 63aa2f8e42 python3Packages.eyeD3: fix cross compilation
the python builder already wraps the binary so as to add every
dependency to the site path and the system PATH. wrapping it again in
postInstall is redundant, and also wrong because that uses the builder's
PYTHONPATH, resulting in an illegal path reference when cross compiling.
2024-04-27 15:18:54 +00:00
AleksanaandGitHub e012af610b Merge pull request #307221 from Wint3rmute/rustdesk-fix-desktop-item-creation
Rustdesk: fix desktop item not being created
2024-04-27 23:16:47 +08:00
R. Ryantm 5cd3c899e3 vscode-extensions.myriad-dreamin.tinymist: 0.11.5 -> 0.11.6 2024-04-27 15:09:11 +00:00
Peder Bergebakken SundtandGitHub bf33eef6bf Merge pull request #301742 from NikolaiSch/updating-has
has: update 1.4.0 -> 1.5.0
2024-04-27 17:02:54 +02:00
R. Ryantm 36c588e1dc tootik: 0.10.2 -> 0.10.3 2024-04-27 14:55:47 +00:00
John Titor 54b3a6cf30 tmuxp: add pyyaml as build dep, to fix build error 2024-04-27 20:16:01 +05:30
Nick CaoandGitHub 6ae6cd344d Merge pull request #307217 from r-ryantm/auto-update/kubectl-explore
kubectl-explore: 0.7.2 -> 0.8.1
2024-04-27 10:39:03 -04:00
Nick CaoandGitHub 3c8726a45c Merge pull request #307215 from r-ryantm/auto-update/lxgw-neoxihei
lxgw-neoxihei: 1.120.2 -> 1.121
2024-04-27 10:38:07 -04:00
Nick CaoandGitHub dfe9aa8319 Merge pull request #307207 from r-ryantm/auto-update/feroxbuster
feroxbuster: 2.10.2 -> 2.10.3
2024-04-27 10:37:30 -04:00
Nick CaoandGitHub f6f792c779 Merge pull request #307203 from r-ryantm/auto-update/files-cli
files-cli: 2.13.7 -> 2.13.14
2024-04-27 10:36:35 -04:00
Nick CaoandGitHub b28bf3d89b Merge pull request #307187 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.68 -> 1.69.2
2024-04-27 10:35:33 -04:00
Nick CaoandGitHub e7595391cf Merge pull request #307182 from r-ryantm/auto-update/gqlgenc
gqlgenc: 0.21.1 -> 0.22.0
2024-04-27 10:34:51 -04:00
Paul Meyer 8f5c4cf5eb agebox: update vulnerable dependency
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-27 16:34:30 +02:00