Commit Graph

652846 Commits

Author SHA1 Message Date
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
R. Ryantm
9a67fa7305 python312Packages.zigpy-znp: 0.12.2 -> 0.12.3 2024-07-13 13:25:41 +00:00
R. Ryantm
6bf8475e76 python312Packages.lifelines: 0.28.0 -> 0.29.0 2024-07-13 13:24:15 +00:00
David McFarland
52f30bac31 marksman: allow local networking in darwin sandbox
This is required for the tests to pass.
2024-07-13 10:22:44 -03:00
David McFarland
86db49c704 beatsabermodmanager: add dotnet 6.0.31 packages
These packages are required to build with sdk 7, which is EOL and still
references the old version.
2024-07-13 10:22:44 -03:00
⛧-440729 [sophie]
39f4bf2ef5 fsautocomplete: use dotnetCorePackages.sdk_8_0 2024-07-13 10:22:44 -03:00
David McFarland
10ec056013 dotnet: 6.0.31 -> 6.0.32 2024-07-13 10:22:43 -03:00
David McFarland
9a87d1b6de dotnet: 9.0.0-preview.5 -> 9.0.0-preview.6 2024-07-13 10:22:43 -03:00
David McFarland
6fbc62574c dotnet: 8.0.6 -> 8.0.7 2024-07-13 10:22:43 -03:00
Gutyina Gergő
b729601a9e r2modman: 3.1.48 -> 3.1.49 2024-07-13 14:58:17 +02:00
R. Ryantm
2e440f5b87 qpwgraph: 0.7.4 -> 0.7.5 2024-07-13 12:49:38 +00:00
Heitor Augusto
b5cd8f55e5 plasmusic-toolbar: 1.2.2 -> 1.3.0 2024-07-13 12:49:09 +00:00
R. Ryantm
50206e8a66 python312Packages.beanhub-import: 0.3.2 -> 0.3.4 2024-07-13 12:49:04 +00:00
R. Ryantm
08601cfede python312Packages.pydyf: 0.10.0 -> 0.11.0 2024-07-13 12:39:39 +00: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
Valentin Gagarin
6bb3ac98cc docs: $TMP -> $TMPDIR in Darwin build
`TMPDIR` is the canonical form in POSIX and SUS

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03
2024-07-13 14:29:09 +02: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
isabel
5d27ab8df1
lazygit: 0.42.0 -> 0.43.1 2024-07-13 13:04:24 +01:00
Guillaume Girol
4c01c9d8a5 sved: fix the wrapper to be a python script 2024-07-13 12:00:00 +00:00
R. Ryantm
d875ba9428 helmfile-wrapped: 0.165.0 -> 0.166.0 2024-07-13 11:48:37 +00:00
Franz Pletz
67eedad208
ntpd-rs: 1.1.3 -> 1.2.0 2024-07-13 13:35:41 +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
f33c833e35 python312Packages.monai: 1.3.1 -> 1.3.2 2024-07-13 10:53:03 +00: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
R. Ryantm
1763b8acbd chainsaw: 2.9.1-2 -> 2.9.2 2024-07-13 09:48:12 +00:00
R. Ryantm
64bfb6cb17 dbmate: 2.18.0 -> 2.19.0 2024-07-13 09:41:22 +00:00
K900
69ee28dc95 kdePackages.francis: fix build, deduplicate 2024-07-13 12:37:54 +03:00
R. Ryantm
5db5c530d9 ab-av1: 0.7.15 -> 0.7.16 2024-07-13 09:34:59 +00: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
R. Ryantm
084550058f python312Packages.duckduckgo-search: 6.1.9 -> 6.1.12 2024-07-13 09:27:20 +00:00
R. Ryantm
e6536644e3 python312Packages.meilisearch: 0.31.3 -> 0.31.4 2024-07-13 09:27:15 +00:00