11 drv = stdenv.mkDerivation {
16 url = "https://lechnology.com/wp-content/uploads/2020/05/KeeAgent_v0.12.0.zip";
17 sha256 = "0fcfbj3yikiv3dmp69236h9r3c416amdq849kn131w1129gb68xd";
22 description = "KeePass plugin to allow other programs to access SSH keys stored in a KeePass database for authentication";
23 homepage = "http://lechnology.com/software/keeagent";
24 platforms = with lib.platforms; linux;
25 license = lib.licenses.gpl2;
29 pluginFilename = "KeeAgent.plgx";
32 mkdir -p $out/lib/dotnet/keepass/
33 cp $pluginFilename $out/lib/dotnet/keepass/$pluginFilename
37 # Mono is required to compile plugin at runtime, after loading.