Merge pull request #34398 from joncojonathan/keepass_mono54

keepass: change from mono40 to mono54
This commit is contained in:
Daniel Peebles 2018-01-29 16:42:44 -05:00 committed by GitHub
commit bf9eb10c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15004,7 +15004,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 { };