2021-02-05 17:12:51 +00:00
|
|
|
{ lib, stdenv, fetchurl, ... } @ args:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
import ./generic.nix (args // {
|
|
|
|
version = "6.0.20";
|
|
|
|
sha256 = "00r2aaglq625y8r9xd5vw2y070plp88f1mb2gbq3kqsl7128lsl0";
|
2021-02-05 17:12:51 +00:00
|
|
|
license = lib.licenses.agpl3;
|
2020-04-24 23:36:52 +00:00
|
|
|
extraPatches = [ ./clang-6.0.patch ./CVE-2017-10140-cwd-db_config.patch ];
|
|
|
|
})
|