doc/fetchers: correct fetchtorrent sha256 attribute to hash

This seems incorrect because sha256 is not an acceptable attribute of
fetchtorrent.
This commit is contained in:
aleksana 2024-07-04 18:43:48 +08:00
parent 673aefdf8e
commit 2969ce1dd3

View File

@ -869,7 +869,7 @@ It produces packages that cannot be built automatically.
fetchtorrent {
config = { peer-limit-global = 100; };
url = "magnet:?xt=urn:btih:dd8255ecdc7ca55fb0bbf81323d87062db1f6d1c";
sha256 = "";
hash = "";
}
```