docs/contributing: fix "ha256" -> "sha256" typo

This commit is contained in:
Theodore Ni 2023-07-07 23:01:32 -07:00
parent e9809f31a5
commit 9d55df7a37
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -456,7 +456,7 @@ In the file `pkgs/top-level/all-packages.nix` you can find fetch helpers, these
owner = "NixOS";
repo = "nix";
rev = "1f795f9f44607cc5bec70d1300150bfefcef2aae";
hash = "ha256-7D4m+saJjbSFP5hOwpQq2FGR2rr+psQMTcyb1ZvtXsQ=";
hash = "sha256-7D4m+saJjbSFP5hOwpQq2FGR2rr+psQMTcyb1ZvtXsQ=";
}
```