doc: use hash instead of sha256 in example (#1270)
Hash is preferred in nixpkgs, we should follow that here. Link: https://github.com/danth/stylix/pull/1270
This commit is contained in:
parent
71f8b1166b
commit
b460904a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ To set a wallpaper, provide a path or an arbitrary derivation:
|
|||
{
|
||||
stylix.image = pkgs.fetchurl {
|
||||
url = "https://www.pixelstalk.net/wp-content/uploads/2016/05/Epic-Anime-Awesome-Wallpapers.jpg";
|
||||
sha256 = "enQo3wqhgf0FEPHj2coOCvo7DuZv+x5rL/WIo4qPI50=";
|
||||
hash = "sha256-enQo3wqhgf0FEPHj2coOCvo7DuZv+x5rL/WIo4qPI50=";
|
||||
};
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue