Merge pull request #4268 from DavHau/patch-1

fix typo in comment in fetchurl.nix
This commit is contained in:
Eelco Dolstra
2020-11-18 17:03:45 +01:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
{ system ? "" # obsolete
, url
, hash ? "" # an SRI ash
, hash ? "" # an SRI hash
# Legacy hash specification
, md5 ? "", sha1 ? "", sha256 ? "", sha512 ? ""