feat: add lib.fetchurl function #27

Merged
vlinkz merged 3 commits from srxl/labs:fetchurl into main 2025-10-01 05:20:07 +00:00

3 commits

Author SHA1 Message Date
d5a24ff112
refactor: use SRI hashes in calls to lib.fetchurl 2025-10-01 13:43:27 +10:00
a22b3c8c5f
refactor: use lib.fetchurl to download package sources
Performed by running: rg --files-with-matches "builtins\.fetchurl" | xargs sed -i -e
's/builtins\.fetchurl/lib\.fetchurl/g'
2025-10-01 11:21:36 +10:00
cff9812423
feat: add lib.fetchurl function 2025-10-01 11:21:34 +10:00