1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

655004 commits

Author SHA1 Message Date
Jess Kay af48f8f0c6 python312Packages.brother-ql: switch to maintained fork
Switches upstream to https://github.com/LunarEclipse363/brother_ql_next, and make the appropriate changes to version, format, and dependencies to follow upstream's changes.

This fork incorporates the pillow patch that was previously required, so it has been removed.
2024-09-10 20:08:38 +01:00
Thomas Gerbet a950d8681f
Merge pull request #328250 from alyssais/mysql-8.4.1
mysql84: 8.4.0 -> 8.4.1
2024-07-18 23:04:06 +02:00
lassulus 3575fad9da
Merge pull request #323466 from andersk/grep-stray
nixos/udev: Fix `grep: warning: stray \ before /`
2024-07-18 23:02:07 +02:00
Nikolay Korotkiy af83418e2f
Merge pull request #328251 from r-ryantm/auto-update/flashmq
flashmq: 1.15.3 -> 1.15.4
2024-07-19 01:00:07 +04:00
Sandro ad32f96109
Merge pull request #327869 from SuperSandro2000/yt-dlp
yt-dlp: 2024.7.9 -> 2024.7.16
2024-07-18 22:58:53 +02:00
K900 ca15aff5f4
Merge pull request #328163 from K900/uboot-2024.07
uboot: 2024.04 -> 2024.07
2024-07-18 23:40:57 +03:00
Sandro 5e25df12e0
Merge pull request #323643 from ByteSudoer/init-pinokio
pinokio: init at 1.3.4
2024-07-18 22:32:09 +02:00
Sandro 11b4b4c868
Merge pull request #328188 from GaetanLepage/pylsp
Clean pylsp packages
2024-07-18 22:17:08 +02:00
Jörg Thalheim 054c2d71f7
Merge pull request #328221 from nikstur/fix-overlay-etc
nixos/etc: handle mountpoints on top of /etc when switching
2024-07-18 21:59:30 +02:00
Pol Dellaiera 8a5dd42ea5
Merge pull request #328125 from r-ryantm/auto-update/tflint
tflint: 0.51.2 -> 0.52.0
2024-07-18 21:54:43 +02:00
Pol Dellaiera fbd324dad9
Merge pull request #328147 from r-ryantm/auto-update/python312Packages.sdds
python312Packages.sdds: 0.4.1 -> 0.4.2
2024-07-18 21:54:27 +02:00
Pol Dellaiera 6ae6d7694b
Merge pull request #328192 from r-ryantm/auto-update/containerd
containerd: 1.7.19 -> 1.7.20
2024-07-18 21:52:49 +02:00
Alyssa Ross 614804b827
mysql84: 8.4.0 -> 8.4.1 2024-07-18 21:35:36 +02:00
R. Ryantm 2fbd7993f3 flashmq: 1.15.3 -> 1.15.4 2024-07-18 19:35:29 +00:00
nikstur 6abbe725ca nixos/etc: handle mountpoints on top of /etc when switching
The activation script that remounts the /etc overlay now handles other
mount points on top of /etc by bind mounting them to the new temporary
/etc overlay and then atomically revealing it.
2024-07-18 21:28:53 +02:00
nikstur 6b71621423 move-mount-beneath: fix build on aarch64 2024-07-18 21:28:53 +02:00
Peder Bergebakken Sundt 56bf14fe1c
Merge pull request #326526 from panicgh/opentelemetry-cpp
opentelemetry-cpp: 1.13.0 -> 1.16.0
2024-07-18 21:20:52 +02:00
Connor Baker ef3c8f0837
Merge pull request #324685 from philiptaron/__attrsFailEvaluation/cuda
cudaPackages: move __attrsFailEvaluation to allow deeper inspection
2024-07-18 15:20:18 -04:00
Masum Reza 50873bb906
Merge pull request #327727 from markuskowa/fix-spglib
spglib: fix hash
2024-07-19 00:23:50 +05:30
Masum Reza 58d95a99e1
Merge pull request #327994 from aktaboot/bcachefs-tools-completions
bcachefs-tools: install fish,bash,zsh shell completions, added version test
2024-07-19 00:23:15 +05:30
Nikolay Korotkiy c35032a3c9
Merge pull request #323143 from tsandrini/init-mqtt-explorer
mqtt-explorer: init at 0.4.0-beta.6
2024-07-18 22:32:02 +04:00
Rick van Schijndel dfb03de55f
Merge pull request #327948 from eclairevoyant/raylib-fix
raylib: fix missing sound
2024-07-18 20:28:44 +02:00
Martin Weinelt ff5889a84c
Merge pull request #328051 from mweinelt/peewee-migrate-1.13.0
python312Packages.peewee-migrate: 1.12.2 -> 1.13.0
2024-07-18 20:13:26 +02:00
❄️ 70019cd644
Merge pull request #327960 from atorres1985-contrib/swift-remove-dtzwill
Swift: remove dtzwill and create team
2024-07-18 15:11:43 -03:00
Thomas Gerbet e1413e3cf3
Merge pull request #328186 from tweag/update-ci-tooling
ci: update tooling
2024-07-18 20:03:37 +02:00
lassulus a62c421981
Merge pull request #290730 from nikstur/qemu-vm-refactoring
qemu-vm.nix refactoring
2024-07-18 19:34:51 +02:00
nikstur b6e354f052 nixos/qemu-vm: remove creation of /etc/nixos
/etc/nixos is already created by stage-2-init.sh
2024-07-18 19:11:28 +02:00
nikstur cb5a876e82 nixos/qemu-vm: consistently use efiSysMountPoint
Remove the explicit creation of efiSysMountPoint. This is not needed in
the scripted or the systemd initrd.
2024-07-18 19:11:27 +02:00
nikstur b7b90d0455 nixos/qemu-vm: fsck ESP
The ESP is a writable vfat filesystem that can be fscked like any other
fs thus we should stick to the default.
2024-07-18 19:11:27 +02:00
nikstur 0e5f929851 nixos/tests/qemu-vm-store: init 2024-07-18 19:11:27 +02:00
nikstur ded6d983d6 nixos/qemu-vm: use new overlayfs API 2024-07-18 19:11:24 +02:00
nikstur 54674e9063 nixos/qemu-vm: remove duplication between scripted and systemd initrd 2024-07-18 19:09:28 +02:00
Martin Weinelt ceabda68f9
Merge pull request #324438 from mweinelt/nss-3.102
nss_latest: 3.101.1 -> 3.102
2024-07-18 18:56:46 +02:00
Artturin b09211b253
Merge pull request #327656 from eclairevoyant/open-fprintd
open-fprintd: add gapps wrapper
2024-07-18 19:56:27 +03:00
Martin Weinelt aa7b6f8da4
Merge pull request #326544 from mweinelt/matrix-media-repo-1.3.6
matrix-media-repo: 1.3.4 -> 1.3.6
2024-07-18 18:55:13 +02:00
Martin Weinelt bd7459b101
Merge pull request #325953 from mweinelt/evcc-0.128.2
evcc: 0.128.1 -> 0.128.2
2024-07-18 18:52:35 +02:00
Henner Zeller 3c2052bd20 verilator: 5.022 -> 5.026
* Properly output version with verilator --version
   (set VERILATOR_SRC_VERSION at compile time)
 * No need to wrap the binaries anymore.
 * Fix verilator --gdbbt
2024-07-18 11:52:23 -05:00
Henner Zeller 8bd0720626 verilator: format with nixfmt 2024-07-18 11:52:23 -05:00
Robert Schütz dd3f6561ce
Merge pull request #328194 from dotlambda/python3Packages.python-rapidjson
python312Packages.python-rapidjson: 1.16 -> 1.18
2024-07-18 09:41:55 -07:00
John Titor 989666769f
bcachefs-tools: add version-test and mainProgram
and more cleanup
2024-07-18 22:08:23 +05:30
Masum Reza 5531c06469
Merge pull request #328028 from GaetanLepage/waybar
waybar: 0.10.3 -> 0.10.4
2024-07-18 21:48:02 +05:30
Robert Schütz d32b3327fe
Merge pull request #328196 from dotlambda/python3Packages.trio-asyncio
python312Packages.trio-asyncio: 0.14.1 -> 0.15.0
2024-07-18 09:15:46 -07:00
Robert Schütz c7c14b04d5
Merge pull request #325526 from dotlambda/python3Packages.structlog
python312Packages.structlog: 24.1.0 -> 24.4.0
2024-07-18 09:15:20 -07:00
aktaboot 6caafcba3b
bcachefs-tools: add fish,bash,zsh completions 2024-07-18 21:36:15 +05:30
❄️ 7dccae1b24
Merge pull request #321083 from cinnamonpancake/librewolf_ua_fix
librewolf: remove with-app-basename flag that exposes LibreWolf in the user agent string when resistFingerprinting is disabled
2024-07-18 13:04:37 -03:00
Robert Schütz ab294b56c9
Merge pull request #327213 from sternenseemann/lerc-pkg-config
lerc: expose available pkg-config modules via meta
2024-07-18 08:52:21 -07:00
Sandro 267fe6510c
Merge pull request #325795 from teutat3s/ansible-lint-24.6.1
ansible-lint: 24.2.2 -> 24.7.0
2024-07-18 17:51:49 +02:00
Martin Weinelt 39ac682f10
Merge pull request #326545 from mweinelt/makefun-1.15.4
python312Packages.makefun: 1.15.2 -> 1.15.4
2024-07-18 16:53:50 +02:00
éclairevoyant d35d3d1296
raylib: fix missing sound 2024-07-18 10:48:49 -04:00
Aleksana 69cdf93dc8
Merge pull request #317444 from seanrmurphy/add-commitizen-go
commitizen-go: init at 1.0.3
2024-07-18 22:48:38 +08:00