Yueh-Shun Li
cb39a53e9f
testers.invalidateFetcherByDrvHash: salt pname if presented
2025-12-19 22:44:21 +08:00
Yueh-Shun Li
d8ac71ce95
tests.fetchurl: add urls-mirrors
2025-12-19 22:44:21 +08:00
fc180191de
fetchurl: builder.sh: handle urls as a Bash array
...
Clean up leftover for commit cd13136f03
("fetchurl: use __structuredAttrs = true and pass curlOptsList directly")
Continue the work of commit 23236b331d
("fetchurl: fix handling of fallback URLs"),
addressing a Bash array re-assignment quirk:
when assigning a Bash array variable as if it were a plain variable,
the value goes to the first element,
and the rest of the array stays the same.
```console
$ foo=(a b)
$ declare -p foo
declare -a foo=([0]="a" [1]="b")
$ foo="c d"
$ declare -p foo
declare -a foo=([0]="c d" [1]="b")
```
Don't rewrite the `${urls[@]}` with resolved URLs,
but hold them with `${resolvedUrls[@]}` instead.
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk >
Co-authored-by: Wolfgang Walther <walther@technowledgy.de >
2025-12-19 22:44:12 +08:00
Matt Sturgeon and Yueh-Shun Li
1e5ca4eadb
fetchurl: add doc-comment for fetchurl.resolveUrl
2025-12-18 21:00:38 +08:00
Yueh-Shun Li
ca050c53b2
fetchurl: provide fetchurl.resolveUrl
2025-12-18 17:01:40 +08:00
Yueh-Shun Li
7c4673bbb8
tests.fetchurl: add urls-simple
2025-12-18 17:01:39 +08:00
Yueh-Shun Li and Matt Sturgeon
270ee9e19b
fetchurl: mirrorList: simplify expression
...
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk >
2025-12-18 17:01:31 +08:00
Matthieu Coudron and GitHub
d640c73373
tree-sitter-grammars.tree-sitter-query: 0.5.0 -> 0.8.0 ( #471752 )
2025-12-18 00:32:17 +00:00
Matt Sturgeon and GitHub
a8536ee00d
zuban: 0.1.0 -> 0.3.0 and typeshed fix ( #464530 )
2025-12-18 00:21:31 +00:00
Matt Sturgeon and GitHub
ee90e75dd6
atuin-desktop: 0.2.5 -> 0.2.11 ( #471733 )
2025-12-18 00:17:51 +00:00
Robert Hensing and GitHub
abcecff5e8
tests.devShellTools.nixos: Fix test ( #471839 )
2025-12-18 00:01:56 +00:00
Matt Sturgeon and GitHub
c2884c4afb
fetchurl: move netrcPhase invokation into build.sh and stringify curlOpts early ( #471172 )
2025-12-17 23:41:11 +00:00
Fabian Affolter and GitHub
cdd4ebde20
cloudfox: 1.15.0 -> 1.17.0 ( #471805 )
2025-12-17 23:39:16 +00:00
Robert Hensing
06989e7585
tests.devShellTools.nixos: Fix test
...
This increases the disk size, which I assume was consumed by the
various docker image operations.
2025-12-18 00:35:15 +01:00
Michael Daniels and GitHub
9c89b22645
maintainers: remove cig0 ( #471521 )
2025-12-17 23:26:11 +00:00
Michael Daniels
2ab4139406
maintainers: remove cig0
2025-12-17 18:20:40 -05:00
Adam C. Stephens and GitHub
d75a6f1618
zfs: clevis support for all filesystems, not just those needed for boot ( #466852 )
2025-12-17 23:17:01 +00:00
Michael Daniels and GitHub
7fde11a059
maintainers: remove j0lol ( #471517 )
2025-12-17 23:14:00 +00:00
Felix Bargfeldt and GitHub
d38686f28b
zipline: 4.3.2 -> 4.4.0 ( #471779 )
2025-12-17 23:10:47 +00:00
Fabian Affolter and GitHub
ee1fe261bd
python313Packages.streamlit-card: init at 1.0.2 ( #471721 )
2025-12-17 23:09:49 +00:00
Fabian Affolter and GitHub
a02d67b626
python313Packages.streamlit-kpi-card: init at 0.1.2 ( #471722 )
2025-12-17 23:09:42 +00:00
Gaétan Lepage and GitHub
96bb63fd8d
python3Packages.langchain-core: 1.1.3 -> 1.2.2; python3Packages.langchain: disable flaky test ( #471724 )
2025-12-17 23:09:22 +00:00
Michele Guerini Rocco and GitHub
6c6a97c72c
maintainers: drop ebzzry ( #469618 )
2025-12-17 23:08:13 +00:00
Nick Cao and GitHub
ce7ce92266
harlequin: 2.4.1 -> 2.5.0 ( #471782 )
2025-12-17 23:07:35 +00:00
Florian Klink and GitHub
712847a25c
yarn-berry-fetcher: vendor in libzip patch ( #471771 )
2025-12-17 23:05:05 +00:00
Gutyina Gergő
398d961498
maintainers: drop ebzzry
2025-12-17 23:57:36 +01:00
Yt and GitHub
e0f251737a
python3Packages.pylance: 0.39.0 -> 1.0.0 ( #470252 )
2025-12-17 22:48:55 +00:00
Maximilian Bosch and GitHub
72866b878e
mautrix-whatsapp: 25.11 -> 25.12 ( #471381 )
2025-12-17 22:45:07 +00:00
Maximilian Bosch and GitHub
22a4d57c99
mautrix-signal: 25.11 -> 25.12 ( #471382 )
2025-12-17 22:44:50 +00:00
zowoq and GitHub
caff8c21cd
buildGoModule: fix GOFLAGS for structuredAttrs ( #470709 )
2025-12-17 22:44:21 +00:00
nixpkgs-ci[bot] and GitHub
7ca0e9e909
dart-sass: 1.95.0 -> 1.96.0 ( #471070 )
2025-12-17 22:43:48 +00:00
nixpkgs-ci[bot] and GitHub
97f6e6fd60
rust-analyzer-unwrapped: 2025-12-08 -> 2025-12-15 ( #471280 )
2025-12-17 22:31:04 +00:00
Yueh-Shun Li
d0f0e55689
tests.fetchurl: add test flag-appending-netrcPhase-curlOptsList
2025-12-18 06:12:03 +08:00
Yueh-Shun Li
dd7414ba7f
tests.fetchurl: add flag-appending tests
2025-12-18 06:10:43 +08:00
Martin Weinelt and GitHub
532bd8d5e1
buildPythonPackage: chore: remove unnecessary set update for passthru value ( #471681 )
2025-12-17 22:02:30 +00:00
nixpkgs-ci[bot] and GitHub
f25abdd77e
dgraph: 25.0.0 -> 25.1.0 ( #471813 )
2025-12-17 22:01:32 +00:00
piegames and GitHub
6a9a8a7673
aspell: stop using or identifier unquoted ( #471729 )
2025-12-17 21:46:28 +00:00
thesn10
4de09851e6
atuin-desktop: 0.2.5 -> 0.2.11
2025-12-17 22:43:35 +01:00
Nick Cao and GitHub
2f18a6367b
libretro.mame2003-plus: 0-unstable-2025-12-10 -> 0-unstable-2025-12-13 ( #471777 )
2025-12-17 21:41:14 +00:00
Nick Cao and GitHub
7bfceb387d
python3Packages.x-transformers: 2.11.23 -> 2.11.24 ( #471776 )
2025-12-17 21:40:57 +00:00
Nick Cao and GitHub
3e093afd89
carl: 0.5.0 -> 0.5.1 ( #471810 )
2025-12-17 21:40:12 +00:00
Nick Cao and GitHub
b75f11e1b0
dpp: 10.1.3 -> 10.1.4 ( #471804 )
2025-12-17 21:39:47 +00:00
Nick Cao and GitHub
542754d679
libretro.twenty-fortyeight: 0-unstable-2024-12-27 -> 0-unstable-2025-12-13 ( #471613 )
2025-12-17 21:38:22 +00:00
Nick Cao and GitHub
0faeeb5e3a
gibo: 3.0.14 -> 3.0.16 ( #471611 )
2025-12-17 21:38:08 +00:00
Nick Cao and GitHub
00af6eadac
numix-icon-theme-circle: 25.11.15 -> 25.12.15 ( #471593 )
2025-12-17 21:37:23 +00:00
Nick Cao and GitHub
0631d4ac9f
python3Packages.braintree: 4.40.0 -> 4.41.0 ( #471592 )
2025-12-17 21:36:49 +00:00
Nick Cao and GitHub
59f1d369fb
python3Packages.jianpu-ly: 1.864 -> 1.865 ( #471588 )
2025-12-17 21:36:15 +00:00
Rémi NICOLE and GitHub
e27b0c3519
gelly: 0.11.0 -> 0.12.0 ( #471787 )
2025-12-17 21:35:50 +00:00
Nick Cao and GitHub
7ffbc7f0d4
tbls: 1.92.0 -> 1.92.1 ( #471660 )
2025-12-17 21:35:41 +00:00
Nick Cao and GitHub
ecdbcf7aa9
python3Packages.agate: 1.13.0 -> 1.14.0 ( #471640 )
2025-12-17 21:34:56 +00:00