Commit 2969ce1d authored by aleksana's avatar aleksana
Browse files

doc/fetchers: correct fetchtorrent sha256 attribute to hash

This seems incorrect because sha256 is not an acceptable attribute of
fetchtorrent.
parent 673aefdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = "";
}
```