mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Change parseCa(Opt) to parseContentAddress(Opt)
This commit is contained in:
parent
1b6461f671
commit
a5d820a0a3
9 changed files with 12 additions and 12 deletions
|
@ -203,7 +203,7 @@ public:
|
|||
narInfo->deriver = StorePath::fromBaseName(queryNAR.getStr(9));
|
||||
for (auto & sig : tokenizeString<Strings>(queryNAR.getStr(10), " "))
|
||||
narInfo->sigs.insert(sig);
|
||||
narInfo->ca = parseCaOpt(queryNAR.getStr(11));
|
||||
narInfo->ca = parseContentAddressOpt(queryNAR.getStr(11));
|
||||
|
||||
return {oValid, narInfo};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue