mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Correct FIXMEs in libfetchers
This commit is contained in:
parent
c2e7f7a712
commit
274a8136fb
4 changed files with 5 additions and 7 deletions
|
@ -43,7 +43,7 @@ struct Hash
|
|||
// hash type must be part of string
|
||||
Hash(std::string_view s);
|
||||
|
||||
Hash fromSRI(std::string_view original);
|
||||
static Hash fromSRI(std::string_view original);
|
||||
|
||||
private:
|
||||
// type must be provided, s must not include <type> prefix
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "lazy.hh"
|
||||
#include "util.hh"
|
||||
#include "hash.hh"
|
||||
#include "affinity.hh"
|
||||
#include "sync.hh"
|
||||
#include "finally.hh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue