blob: 68f7d1a9d8b0cedcd46ecf59fc6869c9cb2a8cc6 (
plain)
1
2
3
4
5
6
7
|
# Release X.Y (202?-??-??)
* `<nix/fetchurl.nix>` now accepts an additional argument `impure` which
defaults to `false`. If it is set to `true`, the `hash` and `sha256`
arguments will be ignored and the resulting derivation will have
`__impure` set to `true`, making it an impure derivation.
|