mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
12 lines
298 B
Nix
12 lines
298 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "2.1.22";
|
|
sha256 = "1wk57dz0kmc6d5y8d8dkx269lzh3ark3751z734gxncwdlclcyz3";
|
|
generation = "2_1";
|
|
extraMeta.knownVulnerabilities = [
|
|
# Fixed in 3.* but 2.* hasn't been released since
|
|
"CVE-2020-17516"
|
|
];
|
|
})
|