11 drv = stdenv.mkDerivation {
12 pname = "keepasshttp";
14 src = fetchFromGitHub {
18 # for 1.8.4.2 the tag is at the wrong commit (they fixed stuff
19 # afterwards and didn't move the tag), hence reference by commitid
20 rev = "c2c4eb5388a02169400cba7a67be325caabdcc37";
21 sha256 = "0bkzxggbqx7sql3sp46bqham6r457in0vrgh3ai3lw2jrw79pwmh";
25 description = "KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP";
26 homepage = "https://github.com/pfn/keepasshttp";
27 platforms = with lib.platforms; linux;
28 license = lib.licenses.gpl3;
31 pluginFilename = "KeePassHttp.plgx";
34 mkdir -p $out/lib/dotnet/keepass/
35 cp $pluginFilename $out/lib/dotnet/keepass/$pluginFilename
39 # Mono is required to compile plugin at runtime, after loading.