Philip Taron and GitHub
7d303cf904
build(deps): bump cachix/install-nix-action from 31.6.2 to 31.7.0 ( #447183 )
2025-09-29 23:10:44 +00:00
R. Ryantm
26d641508f
reindeer: 2025.09.15.00 -> 2025.09.29.00
2025-09-29 23:07:08 +00:00
Gaétan Lepage and GitHub
158fead6c7
forecast: 0-unstable-2025-09-17 -> 0-unstable-2025-09-27 ( #447332 )
2025-09-29 23:01:01 +00:00
Philip Taron and GitHub
386f53551c
fetchurl: fix downloadToTemp & hashedMirrors ( #445592 )
2025-09-29 23:00:28 +00:00
R. Ryantm and Weijia Wang
fbd471a3e4
python3Packages.icoextract: 0.1.5 -> 0.2.0
2025-09-30 00:52:48 +02:00
Sean Gilligan
4224c1dd5c
gradle: remove dependency on EOL jdk23, use jdk11 for test
...
A passthru test of the javaToolchains configuration property was
using jdk23.
There is a requirement that the JDK version for the
test NOT be "the default for any of the gradle versions", so jdk11
is a good choice for the replacement since jdk17 and jdk21 are
currently used and jdk25 will be used in the future.
2025-09-29 15:49:59 -07:00
Weijia Wang and GitHub
4d30c25516
python3Packages.quantities: 0.16.1 -> 0.16.2 ( #436984 )
2025-09-29 22:46:42 +00:00
Weijia Wang and GitHub
9dfbb05ebd
python3Packages.aio-pika: 9.5.5 -> 9.5.6 ( #437158 )
2025-09-29 22:43:06 +00:00
Weijia Wang and GitHub
b41bba22d8
python3Packages.json-stream-rs-tokenizer: 0.4.29 -> 0.4.30 ( #436901 )
2025-09-29 22:41:11 +00:00
Martin Weinelt and GitHub
e0d526144a
nixos/wyoming/piper: relax ProcSubset to all ( #447326 )
2025-09-29 22:35:59 +00:00
R. Ryantm
49469bda93
forecast: 0-unstable-2025-09-17 -> 0-unstable-2025-09-27
2025-09-29 22:35:20 +00:00
Weijia Wang and GitHub
6c68c27000
python3Packages.azure-mgmt-mysqlflexibleservers: 1.0.0b2 -> 1.0.0b3 ( #438407 )
2025-09-29 22:31:02 +00:00
Martin Weinelt
3a4e4f6c3d
nixos/wyoming/piper: relax ProcSubset to all
...
The onnxruntime library wants to query cpuinfo, which fails when the proc
subset is restricted.
Close : #445723
2025-09-30 00:29:35 +02:00
Gerg-L
ff457af6ec
smfh: 1.1 -> 1.2
...
Diff: https://github.com/feel-co/smfh/compare/1.1...1.2
2025-09-29 18:22:43 -04:00
Nick Cao and GitHub
f2e69a0fd1
python3Packages.shlib: 1.7 -> 1.8 ( #440053 )
2025-09-29 22:20:49 +00:00
R. Ryantm
5f1045d67c
python3Packages.pykka: 4.3.0 -> 4.4.0
2025-09-29 22:20:11 +00:00
Nick Cao and GitHub
c334ba516d
ruby_3_4: 3.4.5 -> 3.4.6 ( #443330 )
2025-09-29 22:18:14 +00:00
Nick Cao and GitHub
0d4b74fdab
apptainer: 1.4.2 -> 1.4.3 ( #447211 )
2025-09-29 22:15:31 +00:00
Weijia Wang and GitHub
07a99d4cdf
python3Packages.netbox-bgp: 0.16.0 -> 0.17.0 ( #441055 )
2025-09-29 22:05:57 +00:00
Weijia Wang and GitHub
f1f3de23fb
python3Packages.netbox-qrcode: 0.0.18 -> 0.0.19 ( #441271 )
2025-09-29 22:05:06 +00:00
R. Ryantm
d22af3ec33
bark-server: 2.2.6 -> 2.2.8
2025-09-29 22:03:45 +00:00
Weijia Wang and GitHub
6b073dbd04
python3Packages.materialx: 1.39.3 -> 1.39.4 ( #443324 )
2025-09-29 22:00:16 +00:00
Weijia Wang and GitHub
9289242956
python3Packages.daqp: 0.7.1 -> 0.7.2 ( #437883 )
2025-09-29 21:56:23 +00:00
Weijia Wang and GitHub
585b858be6
python3Packages.pytomlpp: 1.0.13 -> 1.0.14 ( #437960 )
2025-09-29 21:54:51 +00:00
27a36aeb9c
fetchurl: fix hashedMirrors with downloadToTemp
...
fetchurl supports postFetch, which must not run when fetching from
hashedMirrors, because they provide pre-built derivation outputs.
fetchurl also supports downloadToTemp, which modifies behavior relating
to postFetch.
Before this commit, a call like
fetchurl {
url = "...";
downloadToTemp = true;
postFetch = ''
mv "$downloadedFile" "$out"
'';
}
would work in normal scenarios, but fail when fetching from
hashedMirrors, due to how internally downloadToTemp was not tied to
postFetch as closely as it should've been. This resulted in an error
like
builder [...] failed to produce output path
This commit fixes this, making hashedMirror fetching work even for
derivations that have downloadToTemp enabled.
Co-Authored-By: Silvan Mosberger <silvan.mosberger@tweag.io >
2025-09-29 23:46:44 +02:00
Fabian Affolter
305cd3c48c
python313Packages.pymodbus: 3.11.2 -> 3.11.3
...
Diff: https://github.com/pymodbus-dev/pymodbus/compare/v3.11.2...v3.11.3
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.3
2025-09-29 23:46:36 +02:00
R. Ryantm
aaef24df34
basedpyright: 1.31.4 -> 1.31.5
2025-09-29 21:46:09 +00:00
Alexander Bantyev and GitHub
ac3d8f2073
config: fix a typo ( #447309 )
2025-09-29 21:45:36 +00:00
Gaétan Lepage and GitHub
9c2e9e2a0e
nix-search-tv: add missing environment variable ( #447307 )
2025-09-29 21:43:37 +00:00
Weijia Wang and GitHub
338e0bb6e3
python3Packages.pytools: 2025.2.2 -> 2025.2.4 ( #438603 )
2025-09-29 21:42:02 +00:00
Shawn8901
cc9e523ec1
victorialogs: 1.34.0 -> 1.35.0
2025-09-29 23:40:08 +02:00
Fabian Affolter and GitHub
cd267cc947
python313Packages.pymodbus: 3.11.1 -> 3.11.2 ( #442189 )
2025-09-29 21:38:38 +00:00
R. Ryantm and Weijia Wang
2be7cf58d4
python3Packages.shlib: 1.7 -> 1.8
2025-09-29 23:38:13 +02:00
Silvan Mosberger
aff78f7433
config: fix a typo
2025-09-29 23:37:59 +02:00
Silvan Mosberger and GitHub
aa9e2532cf
python3Packages.{everett,comet-ml,cometx}: init at {3.4.0,3.49.11,2.3.1} ( #419869 )
2025-09-29 21:36:39 +00:00
Weijia Wang and GitHub
336ee557c1
python3Packages.pynmeagps: 1.0.51 -> 1.0.53 ( #439200 )
2025-09-29 21:28:03 +00:00
Luminar Leaf and GitHub
bd2672fb4e
fix: nix-search-tv add necessary env variable for build to succeed
...
https://github.com/3timeslazy/nix-search-tv/blob/5bcc012b9f6ae069c984e994f85eb7976b4d58a3/flake.nix#L67
2025-09-30 02:56:50 +05:30
Yohann Boniface and GitHub
3c40fcafe3
maintainers: drop andrewsmith ( #444843 )
2025-09-29 21:20:43 +00:00
Weijia Wang and GitHub
19cab7dd28
python3Packages.markdown2: 2.5.2 -> 2.5.4 ( #436167 )
2025-09-29 21:16:57 +00:00
Yohann Boniface and GitHub
94fb86ea13
posting: 2.7.1 -> 2.9.0 ( #445174 )
2025-09-29 21:15:56 +00:00
Weijia Wang and GitHub
a84efad42b
python3Packages.mkdocs-material: 9.6.17 -> 9.6.20 ( #436745 )
2025-09-29 21:14:44 +00:00
Weijia Wang and GitHub
f32a65cba7
python3Packages.peft: 0.17.0 -> 0.17.1 ( #438567 )
2025-09-29 21:09:26 +00:00
Yohann Boniface and GitHub
17c4aeb436
oh-my-zsh: 2025-09-10 -> 2025-09-27 ( #446841 )
2025-09-29 21:09:04 +00:00
John Chadwick
41c43b7c21
fltk14: add libdecor to buildInputs
...
FLTK_USE_SYSTEM_LIBDECOR is set, but it is not adhered to because libdecor is
not provided in the build environment. This causes FLTK to use bundled libdecor,
which causes an unexpected link-time dependency on GTK+3, which causes a lot of
issues.
Fix this by adding libdecor to the build environment.
2025-09-29 17:06:39 -04:00
Weijia Wang and GitHub
9d99c21a0f
python3Packages.pyshp: 3.0.0 -> 3.0.1 ( #437490 )
2025-09-29 20:59:52 +00:00
nixpkgs-merge-bot[bot] and GitHub
65def1d798
fflogs: 8.17.18 -> 8.17.68 ( #447294 )
2025-09-29 20:59:52 +00:00
Gaetan Lepage
99f2ce1db4
python3Packages.python-lsp-ruff: 2.2.2 -> 2.3.0
...
Diff: https://github.com/python-lsp/python-lsp-ruff/compare/v2.2.2...v2.3.0
Changelog: https://github.com/python-lsp/python-lsp-ruff/releases/tag/v2.3.0
2025-09-29 20:59:47 +00:00
Nick Cao and GitHub
ae1c40322e
omnictl: 1.1.4 -> 1.1.5 ( #447263 )
2025-09-29 20:59:30 +00:00
Nick Cao and GitHub
3e1c7c67f9
supabase-cli: 2.45.2 -> 2.47.2 ( #447253 )
2025-09-29 20:58:49 +00:00
Nick Cao and GitHub
4c65b01d6e
python3Packages.nitransforms: 25.0.1 -> 25.1.0 ( #447240 )
2025-09-29 20:58:00 +00:00