commits
flink: 1.9.0 -> 1.11.1, addressing CVE-2020-1960
gpac: 0.8.0 -> 1.0.0 addressing numerous CVEs
dex-oidc: 2.17.0 -> 2.23.0
firefox-bin: 80.0 -> 80.0.1
rar2fs: 1.29.0 -> 1.29.1
sparkleshare: Add git-lfs dependency.
Better type deprecation messages
Show sub options of freeform types
mkl: 2020.2.254 -> 2020.3.279
ft2-clone: 1.28 -> 1.31
gauge: 1.1.1 -> 1.1.3
anydesk: 6.0.0 -> 6.0.1
armadillo: 9.900.2 -> 9.900.3
... and add myself into meta.maintainers :-)
androidStudioPackages.{dev,canary}: 4.2.0.8 -> 4.2.0.9
suitesparse: rename fixDarwinDylibNames override
SparkleShare failed to sync some repos because it failed to find the git-lfs command.
1G apparently isn't sufficient anymore, at least in swraid case:
https://hydra.nixos.org/build/126561574
This is the last planned iteration before forking 20.09.
ugrep: 2.5.3 -> 2.5.5
timescale-prometheus: 0.1.0-beta.2 -> 0.1.0-beta.4
marwaita: 7.5.1 -> 7.6.1
exodus: 20.1.30 -> 20.8.28
I haven't been really using it anymore recently, and fortunately we have
another active maintainer :-)
vultr-cli: 0.3.2 -> 0.4.0
Has been deprecated since fd803fce606a007403ba6d05f09ed2e6a3371830
(2013-08-22)
Previously the only way to deprecate a type was using
theType = lib.warn "deprecated" (mkOptionType ...)
This caused the warning to be emitted when the type was evaluated, but
the error didn't include which option actually used that type.
With this commit, types can specify a deprecationMessage, which when
non-null, is printed along with the option that uses the type
terragrunt: 0.23.33 -> 0.23.40
nixos/prometheus-exporters: fix default firewall filter
proverif: 2.01 → 2.02pl1
Instead of always using the default port of one exporter for its default
firewall filter, the port from the current service configuration is used.
hovercraft: 2.6 -> 2.7
Previously the only way to deprecate a type was using
theType = lib.warn "deprecated" (mkOptionType ...)
This caused the warning to be emitted when the type was evaluated, but
the error didn't include which option actually used that type.
With this commit, types can specify a deprecationMessage, which when
non-null, is printed along with the option that uses the type