mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 21:41:04 +01:00
* Fetchurl: check md5 checksum.
This commit is contained in:
parent
73b163c1a1
commit
5304a1eb3a
2 changed files with 10 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
Function(["url", "hash"],
|
||||
Function(["url", "md5"],
|
||||
Package(
|
||||
[ ("build", Relative("fetchurl/fetchurl.sh"))
|
||||
, ("url", Var("url"))
|
||||
, ("hash", Var("hash"))
|
||||
, ("md5", Var("md5"))
|
||||
, ("name", BaseName(Var("url")))
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue