diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-11-18 17:03:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 17:03:45 +0100 |
commit | 79aa7d95183cbe6c0d786965f0dbff414fd1aa67 (patch) | |
tree | ea11440e4b639c2a25603a263758805fb7457931 | |
parent | ae3191666f1828d9694fb615a721d409fb8582bd (diff) | |
parent | 0fa6d380b2143af68d4c7c6ab55b639516014304 (diff) |
Merge pull request #4268 from DavHau/patch-1
fix typo in comment in fetchurl.nix
-rw-r--r-- | corepkgs/fetchurl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix index a84777f57..02531103b 100644 --- a/corepkgs/fetchurl.nix +++ b/corepkgs/fetchurl.nix @@ -1,6 +1,6 @@ { system ? "" # obsolete , url -, hash ? "" # an SRI ash +, hash ? "" # an SRI hash # Legacy hash specification , md5 ? "", sha1 ? "", sha256 ? "", sha512 ? "" |