fix: b.fetchArchive -> b.fetchTarball

fixes 8f34b729b0 (commitcomment-91986074)
This commit is contained in:
DavHau 2022-12-06 16:41:55 +07:00
parent 3edd6a9f74
commit 3681e0d5f5

View File

@ -12,7 +12,7 @@
b = builtins;
in {
calcHash = algo:
utils.hashFile algo (b.fetchArchive {
utils.hashFile algo (b.fetchTarball {
inherit url;
});