Nick Cao and GitHub
10c8d875a0
prometheus-pve-exporter: 3.5.3 -> 3.5.4 ( #405417 )
2025-05-09 16:10:49 -04:00
5c1bd98ec0
rime-ls: 0.4.2 -> 0.4.3 ( #405677 )
...
Co-authored-by: definfo <hjsdbb1@gmail.com >
2025-05-09 20:10:31 +00:00
Nick Cao and GitHub
5c72cf3fac
nwg-look: 1.0.4 -> 1.0.5 ( #405420 )
2025-05-09 16:10:03 -04:00
Nick Cao and GitHub
fead5ae33d
raycast: 1.97.0 -> 1.98.0 ( #405421 )
2025-05-09 16:09:41 -04:00
Nick Cao and GitHub
cf7a2e7677
python3Packages.ossfs: 2023.12.0 -> 2025.5.0 ( #405355 )
2025-05-09 16:09:21 -04:00
Austin Horstman and GitHub
1f2ae12f08
vimPlugins.timerly: init at 2025-04-16 ( #405693 )
2025-05-09 15:08:33 -05:00
Nick Cao and GitHub
26b8edf5a9
python313Packages.pysmartthings: 3.2.0 -> 3.2.1 ( #405357 )
2025-05-09 16:08:17 -04:00
Nick Cao and GitHub
b8aa906f61
python3Packages.junos-eznc: 2.7.3 -> 2.7.4 ( #405359 )
2025-05-09 16:07:33 -04:00
8429093c0c
ipfs-cluster: 1.1.2 -> 1.1.3 ( #405700 )
...
Co-authored-by: Luflosi <Luflosi@users.noreply.github.com >
2025-05-09 20:07:15 +00:00
Pol Dellaiera and GitHub
ac64173341
python3Packages.langchain*: update 250508 ( #405408 )
2025-05-09 20:06:22 +00:00
Nick Cao and GitHub
02b3dd0c22
rav1d: 1.0.0 -> 1.1.0 ( #405373 )
2025-05-09 16:06:13 -04:00
aab167a96a
osc: 0.4.7 -> 0.4.8 ( #404443 )
...
Co-authored-by: harryposner <harryposner@users.noreply.github.com >
2025-05-09 20:05:34 +00:00
Nick Cao and GitHub
dae9b30f6a
ligolo-ng: 0.8 -> 0.8.1 ( #405377 )
2025-05-09 16:04:59 -04:00
Robert Scott and GitHub
1ccb2a7060
python3Packages.awacs: unbreak, modernize ( #405314 )
2025-05-09 21:00:55 +01:00
Robert Scott and GitHub
7d7db0123e
rmw: disable asan and ubsan from subproject, add gettext for Darwin ( #404929 )
2025-05-09 20:58:29 +01:00
Martin Weinelt and GitHub
1d82ece3f9
home-assistant-custom-components.xiaomi_miot: 1.0.17 -> 1.0.18 ( #405307 )
2025-05-09 21:49:13 +02:00
Martin Weinelt and GitHub
03c0438a80
zsh-powerlevel10k, gitstatus: drop maintainership ( #405466 )
2025-05-09 21:48:16 +02:00
R. Ryantm
095ed98716
ipfs-cluster: 1.1.2 -> 1.1.3
2025-05-09 19:48:10 +00:00
2a0da39ff2
remnote: 1.19.22 -> 1.19.24 ( #405685 )
...
Co-authored-by: chewblacka <chewblacka@users.noreply.github.com >
2025-05-09 19:37:13 +00:00
FKouhai
991733922f
vimPlugins.timerly: init at 2025-04-16
2025-05-09 21:30:36 +02:00
Nikolay Korotkiy and GitHub
662825ae1d
tippecanoe: 2.77.0 -> 2.78.0 ( #405682 )
2025-05-09 23:28:58 +04:00
fmbearmf and Bjørn Forsman
5040abe527
widevine-cdm: 4.10.2830.0 -> 4.10.2891.0
2025-05-09 21:11:31 +02:00
Dmitry Kalinkin and GitHub
e59c1b4f9d
arrow-cpp: 19.0.1 -> 20.0.0 ( #404894 )
2025-05-09 15:04:15 -04:00
R. Ryantm
2fe5d205d7
remnote: 1.19.22 -> 1.19.24
2025-05-09 18:57:23 +00:00
Yohann Boniface and GitHub
1b11fd87cc
maintainers: remove old maintainer ( #405635 )
2025-05-09 20:55:10 +02:00
jade and GitHub
fe517373db
nix-direnv: 3.0.6 -> 3.0.7 ( #405324 )
2025-05-09 11:51:49 -07:00
R. Ryantm
464c1b91b2
tippecanoe: 2.77.0 -> 2.78.0
2025-05-09 18:44:58 +00:00
Florian Klink and GitHub
9cc7df71a7
nixos/lib: fix typo in documentation for systemd ( #405675 )
2025-05-09 21:39:44 +03:00
Rebecca Turner
1c66ae60b9
nix-direnv: 3.0.6 -> 3.0.7
...
`direnv` 2.36.0 [changed how logging worked][1]. As a result, the
`$DIRENV_LOG_FORMAT` variable is no longer set when the `nix-direnv`
`direnvrc` is sourced. Previously, setting `$DIRENV_LOG_FORMAT` to the
empty string was [the recommended solution for disabling all log
output][2]. Therefore, `nix-direnv`'s warnings are completely silenced
when using the latest `direnv`.
`nix-direnv` 3.0.7 fixes this issue.
Warnings being silenced leads to very surprising behavior and output.
We use an `.envrc` that looks like this:
nix_direnv_manual_reload
use flake
`nix_direnv_manual_reload` means that `use flake` is ignored unless a
cache already exists. It's supposed to print a warning making this
clear, which looks like this:
$ direnv allow
direnv: loading ~/my-repo/.envrc
direnv: using flake
direnv: nix-direnv: cache does not exist. use "nix-direnv-reload" to create it
direnv: export ~PATH
However, with the latest `direnv`, it prints this output instead:
$ direnv allow
direnv: loading ~/my-repo/.envrc
direnv: using flake
direnv: export ~PATH
This is very misleading; it prints `using flake` as if it's loading the
Flake, but actually nothing is happening and the Flake is being ignored
entirely!
[1]: https://github.com/direnv/direnv/pull/1336
[2]: https://github.com/direnv/direnv/issues/68#issuecomment-42525172
2025-05-09 11:38:13 -07:00
Paul Haerle and GitHub
772ee19537
installer: fix broken search suggestion in default config ( #378797 )
2025-05-09 20:35:51 +02:00
R. Ryantm
b3e469b9af
rime-ls: 0.4.2 -> 0.4.3
2025-05-09 18:26:16 +00:00
squat
8f6b1ac340
nixos/lib: fix typo in documentation for systemd
...
This commit fixes a small typo in the documentation for the
`asDropinIfExists` option and clarifies the comment.
Signed-off-by: squat <lserven@gmail.com >
2025-05-09 20:25:34 +02:00
114ed5b62c
firebase-tools: 14.2.1 -> 14.3.0 ( #405655 )
...
Co-authored-by: sarahec <seclark@nextquestion.net >
2025-05-09 18:13:08 +00:00
Markus Kowalewski and GitHub
a94100d091
globalarrays: 5.9.1 -> 5.9.2 ( #405442 )
2025-05-09 20:00:34 +02:00
11a8a9cdd4
wlinhibit: 0.1.1 -> 0.1.2 ( #405656 )
...
Co-authored-by: 0x5a4 <0x5a4@users.noreply.github.com >
2025-05-09 17:54:54 +00:00
FliegendeWurst and Eric Bailey
c7f63afcd6
texi2html: modernize
2025-05-09 12:40:40 -05:00
FliegendeWurst and Eric Bailey
d84a1526b1
texi2html: fix Darwin build, add version check hook
2025-05-09 12:40:40 -05:00
Adam C. Stephens and GitHub
238a32774c
tailwindcss_4: 4.1.5 -> 4.1.6 ( #405609 )
2025-05-09 13:37:24 -04:00
Pavol Rusnak and GitHub
ef5668db5e
btcpayserver: 2.1.0 -> 2.1.1 ( #405550 )
2025-05-09 19:23:15 +02:00
Nikolay Korotkiy and GitHub
498c412c99
imsprog: 1.5.2 -> 1.5.3 ( #402830 )
2025-05-09 21:22:35 +04:00
Pavol Rusnak
8d9b9ec539
nbxplorer: rev -> tag
2025-05-09 19:18:51 +02:00
Niklas Hambüchen and GitHub
2903f7cdda
tusd: init at 1.8.0 ( #167076 )
2025-05-09 19:17:31 +02:00
Yt and GitHub
c654f66319
nixos/vector: Add journald+ClickHouse test ( #405185 )
2025-05-09 13:16:09 -04:00
Yt and GitHub
06ec618a20
erigon: 3.0.2 -> 3.0.3 ( #405428 )
2025-05-09 13:15:44 -04:00
Nikolay Korotkiy and GitHub
7297c2a9e8
moon: 1.35.1 -> 1.35.5 ( #405205 )
2025-05-09 21:15:26 +04:00
Pavol Rusnak and GitHub
eacfb13d85
ollama-rocm: fix evaluation error when rocmPackages are built for a specific arch ( #405457 )
2025-05-09 19:14:33 +02:00
Yt and GitHub
5309e4e870
surrealdb-migrations: 2.2.1 -> 2.2.2 ( #405531 )
2025-05-09 13:14:11 -04:00
Yt and GitHub
685b13b599
erlang_26: 26.2.5.11 -> 26.2.5.12, erlang_27: 27.3.3 -> 27.3.4 ( #405602 )
2025-05-09 13:11:34 -04:00
Franz Pletz and GitHub
d3f2efd047
nmap: 7.95 -> 7.96 ( #405578 )
2025-05-09 19:11:08 +02:00
PhiliPdB
7940544efb
python3Packages.awacs: unbreak, modernize
...
unbreak by adding pytestCheckHook
2025-05-09 19:08:24 +02:00