2021-12-13 15:48:44 +00:00
|
|
|
# Release X.Y (202?-??-??)
|
2022-03-16 18:48:50 +00:00
|
|
|
|
2022-09-16 08:59:24 +00:00
|
|
|
* `<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.
|
|
|
|
|
2022-10-28 22:22:18 +00:00
|
|
|
* Allow explicitly selecting outputs with *store derivations* installable syntax too.
|