lib.fetchers.withNormalizedHash: define hashSet before taking fetcher
This commit is contained in:
+3
-1
@@ -202,9 +202,11 @@ rec {
|
||||
{
|
||||
hashTypes ? defaultHashTypes,
|
||||
}:
|
||||
fetcher:
|
||||
let
|
||||
inherit (commonH hashTypes) hashSet;
|
||||
in
|
||||
fetcher:
|
||||
let
|
||||
fArgs = functionArgs fetcher;
|
||||
|
||||
normalize = normalizeHash {
|
||||
|
||||
Reference in New Issue
Block a user