nixpkgs/pkgs/development/interpreters/erlang/R21.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
179 B
Nix
Raw Normal View History

{ mkDerivation }:
2018-06-21 14:14:20 +00:00
2019-08-13 21:52:01 +00:00
mkDerivation {
2021-06-06 07:34:18 +00:00
version = "21.3.8.24";
sha256 = "sha256-FNs+M4KFFKzfb4EG513HtyQ9eRRtxSPMpYq0bmRgY3g=";
meta.knownVulnerabilities = [ "CVE-2022-37026" ];
2018-06-21 14:14:20 +00:00
}