Commit Graph

652601 Commits

Author SHA1 Message Date
Luflosi
d14c296d19
ubootOrangePiZero3: init 2024-07-13 16:59:58 +02:00
rewine
618a62a80d
Merge pull request #326776 from r-ryantm/auto-update/neocmakelsp
neocmakelsp: 0.7.7 -> 0.7.8
2024-07-13 22:36:34 +08:00
Stephan Heßelmann
ce3dd65223 openshift: 4.14 -> 4.16 2024-07-13 16:34:26 +02:00
Peder Bergebakken Sundt
e69524a799
Merge pull request #326538 from r-ryantm/auto-update/python312Packages.trimesh
python312Packages.trimesh: 4.4.1 -> 4.4.3
2024-07-13 16:14:44 +02:00
Luke V
9a097c2e4e
python311Packages.gerbonara: 1.2.0 -> 1.4.0 (#326208) 2024-07-13 16:10:54 +02:00
Peder Bergebakken Sundt
a4542568da
Merge pull request #307451 from atorres1985-contrib/revup
revup: refactor
2024-07-13 16:05:47 +02:00
Maximilian Bosch
4d9989e5a5
Merge pull request #326806 from luftmensch-luftmensch/speedtest-go_1.7.8
speedtest-go: 1.7.7 -> 1.7.8
2024-07-13 14:00:51 +00:00
Jan Tojnar
69adf156ef common-updater-scripts: Fix u-s-v updating npmDeps
`buildNpmDeps` pass `npmDepsHash` as `hash` to `fetchNpmDeps` so `npmDeps` does not contain `outputHashAlgo` attribute.

This would cause the program fail as follows:

    $ update-source-version zx --ignore-same-version --source-key=npmDeps
    error: attribute 'outputHashAlgo' in selection path 'zx.npmDeps.drvAttrs.outputHashAlgo' not found
    update-source-version: error: Couldn't evaluate old source hash from 'zx.npmDeps'!
2024-07-13 15:48:29 +02:00
Jan Tojnar
9fc19b0866 maintainers/scripts/update.py: Fix worktree cleanup on failure
The context manager would previously just terminate early on exception.
As a result, the worktree and branch would not get pruned when update script failed.

Let’s wrap the cleanup code in `finally` block as suggested by Python docs:
https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager
2024-07-13 15:48:17 +02:00
Jan Tojnar
3c78e0ce04 _experimental-update-script-combinators.sequence: Terminate on failure
Before:

    nix-repl> (_experimental-update-script-combinators.sequence [["false"] ["echo" "work"]]).command
    [ "sh" "-c" "'false';'echo' 'work'" ]

After:

    nix-repl> (_experimental-update-script-combinators.sequence [["false"] ["echo" "work"]]).command
    [ "sh" "-ec" "'false';'echo' 'work'" ]
2024-07-13 15:47:27 +02:00
Reno Dakota
9ecab00bf4 ocaml-ng.ocamlPackages{_5_1,}.merlin: fix vim python-3.12 warnings
apply upstream patch 9e0c47b0d5.patch
to fix syntax warnings from python-3.12 when opening vim.
2024-07-13 15:44:57 +02:00
Gutyina Gergő
b729601a9e r2modman: 3.1.48 -> 3.1.49 2024-07-13 14:58:17 +02:00
Sergei Trofimovich
cce8e5df89
zenity: 4.0.1 → 4.0.2
https://gitlab.gnome.org/GNOME/zenity/-/compare/4.0.1...4.0.2
2024-07-13 20:31:56 +08:00
luftmensch-luftmensch
4f6a9e0673
speedtest-go: 1.7.7 -> 1.7.8 2024-07-13 14:28:59 +02:00
Yt
7bbfd756cd
Merge pull request #326691 from natsukium/tiktoken/update
python312Packages.tiktoken: 0.5.1 -> 0.7.0; python312Packages.litellm: 1.40.16 -> 1.41.19
2024-07-13 12:13:48 +00:00
Franz Pletz
ec661559fc
Merge pull request #326714 from r-ryantm/auto-update/b3sum 2024-07-13 14:07:18 +02:00
Martin Weinelt
73e9892e71
Merge pull request #319880 from jkachmar/onnxruntime-1_18_0
onnxruntime: 1.16.3 -> 1.18.1
2024-07-13 13:29:07 +02:00
K900
bcbd04fddd
Merge pull request #326789 from K900/kf-6.4
KDE Frameworks 6.4
2024-07-13 14:25:23 +03:00
Nikolay Korotkiy
4312c4801a
Merge pull request #326134 from sikmir/j2cli
python3Packages.j2cli: disable on python 3.12
2024-07-13 15:14:50 +04:00
Maciej Krüger
725cad3d1c
Merge pull request #326784 from r-ryantm/auto-update/qlog
qlog: 0.37.0 -> 0.37.1
2024-07-13 13:09:46 +02:00
K900
01fe231d85
Merge pull request #326262 from K900/no-more-sound-enable
nixos/alsa: kill sound.enable and friends with fire
2024-07-13 14:04:22 +03:00
K900
3eeff54780 nixos/alsa: kill sound.enable and friends with fire 2024-07-13 13:56:18 +03:00
❄️
44bce6950b
Merge pull request #326754 from r-ryantm/auto-update/cilium-cli
cilium-cli: 0.16.11 -> 0.16.13
2024-07-13 07:56:03 -03:00
R. Ryantm
452a2137e0 principia: 2024.06.28 -> 2024.07.12 2024-07-13 10:41:38 +00:00
Robert Scott
6a985b3b1a
Merge pull request #325962 from oddlama/patch-blastradius
hostapd: apply patch for CVE-2024-3596
2024-07-13 11:28:02 +01:00
nixpkgs-merge-bot[bot]
9c3f758097
Merge pull request #326746 from r-ryantm/auto-update/syft
syft: 1.8.0 -> 1.9.0
2024-07-13 10:17:15 +00:00
Vlad M
7e4b788a51
Merge pull request #326721 from r-ryantm/auto-update/oxipng
oxipng: 9.1.1 -> 9.1.2
2024-07-13 13:09:51 +03:00
R. Ryantm
8f64cb671d qlog: 0.37.0 -> 0.37.1 2024-07-13 09:53:52 +00:00
Fabian Affolter
239de4a6e5
Merge pull request #326734 from fabaff/beancount-docverif-fix
python312Packages.beancount-docverif: refactor
2024-07-13 11:48:56 +02:00
K900
69ee28dc95 kdePackages.francis: fix build, deduplicate 2024-07-13 12:37:54 +03:00
7c6f434c
267ce10433
Merge pull request #326600 from NixOS/fix_sysdigUnstable
sysdig: fix build
2024-07-13 09:33:34 +00:00
Pol Dellaiera
1ddbc2d5a3
Merge pull request #326774 from GaetanLepage/typstyle
typstyle: 0.11.28 -> 0.11.29
2024-07-13 11:30:13 +02:00
Jonas Heinrich
ca6db374e8
Merge pull request #326771 from r-ryantm/auto-update/python312Packages.django-anymail
python312Packages.django-anymail: 11.0 -> 11.0.1
2024-07-13 11:11:28 +02:00
R. Ryantm
157e817428 neocmakelsp: 0.7.7 -> 0.7.8 2024-07-13 09:05:55 +00:00
Gaetan Lepage
ecaedc6448 typstyle: 0.11.28 -> 0.11.29
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.28...v0.11.29

Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.29/CHANGELOG.md
2024-07-13 11:05:46 +02:00
K900
45cd7d5ab6 kdePackages: Frameworks 6.3.0 -> 6.4.0 2024-07-13 11:41:10 +03:00
R. Ryantm
89d17cf60c python312Packages.django-anymail: 11.0 -> 11.0.1 2024-07-13 08:40:37 +00:00
Jörg Thalheim
431a355487
Merge pull request #326674 from qowoz/buildbot
buildbot: 4.0.0 -> 4.0.1
2024-07-13 10:37:54 +02:00
Johannes Jöns
ae3fb97320
Merge pull request #326688 from eclairevoyant/ansel-fix-desktop-file
ansel: remove hardcoded paths in desktop file
2024-07-13 08:33:58 +00:00
Jörg Thalheim
5f75a58cc8
Merge pull request #326747 from toh995/remove-youtube-dl-from-pipe-viewer
pipe-viewer: remove dependency on youtube-dl
2024-07-13 10:26:51 +02:00
Jörg Thalheim
084fddb13f
Merge pull request #326701 from turtton/multiple-efi-support
nixos/systemd-boot-builder: fix installed_match regex
2024-07-13 10:16:37 +02:00
Nathan Henrie
16007071b4 docs: allow building in sandbox on darwin
For whatever reason `zip` in this case doesn't seem to be respecting the
`$TMP` or `$TMPDIR` variables, resulting in a permission denied error on
Darwin when sandbox is enabled.

The `-b` flag allows one to manually specify a tempdir, which allows the
build to succeed in spite of sandboxing.

Fixes https://github.com/NixOS/nixpkgs/issues/326380
2024-07-13 09:58:46 +02:00
R. Ryantm
589d599857 cilium-cli: 0.16.11 -> 0.16.13 2024-07-13 07:53:31 +00:00
Azat Bahawi
8457723d0a
Merge pull request #326667 from r-ryantm/auto-update/vcmi
vcmi: 1.5.3 -> 1.5.4
2024-07-13 07:35:56 +00:00
Jörg Thalheim
b7f7b3f040
Merge pull request #326391 from Lyndeno/lubelogger-1.3.5
lubelogger: 1.3.1 -> 1.3.5 and switch license to MIT
2024-07-13 09:34:46 +02:00
Jörg Thalheim
e608aada33
Merge pull request #326575 from superherointj/k3s-refactor
k3s: use nixosTests.k3s as source reference for tests + minimal refactor
2024-07-13 09:27:41 +02:00
nixpkgs-merge-bot[bot]
a2b5f74813
Merge pull request #326654 from r-ryantm/auto-update/step-cli
step-cli: 0.26.2 -> 0.27.1
2024-07-13 07:27:31 +00:00
Jörg Thalheim
e570759de7
Merge pull request #326683 from eclairevoyant/pname-misuse-pt-1
Fix pname misuse, part 1
2024-07-13 09:23:16 +02:00
turtton
be20b91547 nixos/systemd-boot-builder: fix installed_match regex
Fix regular expression used to get bootloader versions from bootctl status.
This avoids problems that occur in minor environments like mine.

References:  #296563
2024-07-13 09:20:13 +02:00
R. Ryantm
fe1208ba59 syft: 1.8.0 -> 1.9.0 2024-07-13 07:09:37 +00:00