keepass: change from mono40 to mono54

Issue #31859 (https://github.com/NixOS/nixpkgs/issues/31859) highlighted TLSv1.1 / TLSv1.2
support isn't available with older versions of Mono 4.  This change moves to use Mono 5.4.  Tested as working with Keepass v2.38 for which PR https://github.com/NixOS/nixpkgs/pull/34360 is already open.
This commit is contained in:
joncojonathan 2018-01-29 20:51:58 +00:00
parent 05cb4dca11
commit 609a86bbc3

View File

@ -14977,7 +14977,9 @@ with pkgs;
inherit (gnome3) evince;
evolution_data_server = gnome3.evolution_data_server;
keepass = callPackage ../applications/misc/keepass { };
keepass = callPackage ../applications/misc/keepass {
buildDotnetPackage = buildDotnetPackage.override { mono = mono54; };
};
keepass-keeagent = callPackage ../applications/misc/keepass-plugins/keeagent { };