11 drv = stdenv.mkDerivation {
15 url = "https://github.com/kee-org/keepassrpc/releases/download/v${version}/KeePassRPC.plgx";
16 hash = "sha256-p5dYluCrXAKhBhlm6sQ3QQE3gLMJzEZsHXwGnVeXFos=";
20 description = "KeePassRPC plugin that needs to be installed inside KeePass in order for Kee to be able to connect your browser to your passwords";
21 homepage = "https://github.com/kee-org/keepassrpc";
22 platforms = [ "x86_64-linux" ];
23 license = licenses.gpl2;
24 maintainers = with maintainers; [
33 mkdir -p $out/lib/dotnet/keepass/
34 cp $src $out/lib/dotnet/keepass/
38 # Mono is required to compile plugin at runtime, after loading.