commit
8db1c35e83
@ -1,14 +1,14 @@
|
||||
{ stdenv, buildEnv, fetchzip, mono }:
|
||||
|
||||
let
|
||||
version = "0.10.1";
|
||||
version = "0.12.0";
|
||||
drv = stdenv.mkDerivation {
|
||||
pname = "keeagent";
|
||||
inherit version;
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://lechnology.com/wp-content/uploads/2018/04/KeeAgent_v0.10.1.zip";
|
||||
sha256 = "0j7az6l9wcr8z66mfplkxwydd4bgz2p2vd69xncf0nxlfb0lshh7";
|
||||
url = "https://lechnology.com/wp-content/uploads/2020/05/KeeAgent_v0.12.0.zip";
|
||||
sha256 = "0fcfbj3yikiv3dmp69236h9r3c416amdq849kn131w1129gb68xd";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
@ -56,24 +56,6 @@ diff --git a/KeePass/Util/ClipboardUtil.Unix.cs b/KeePass/Util/ClipboardUtil.Uni
|
||||
index ab49ee2..7f6c50f 100644
|
||||
--- a/KeePass/Util/ClipboardUtil.Unix.cs
|
||||
+++ b/KeePass/Util/ClipboardUtil.Unix.cs
|
||||
@@ -42,7 +42,7 @@ namespace KeePass.Util
|
||||
// string strGtk = GtkGetString();
|
||||
// if(strGtk != null) return strGtk;
|
||||
|
||||
- return (NativeLib.RunConsoleApp("pbpaste", "-pboard general") ??
|
||||
+ return (NativeLib.RunConsoleApp("@pbpaste@", "-pboard general") ??
|
||||
string.Empty);
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ namespace KeePass.Util
|
||||
{
|
||||
// if(GtkSetString(str)) return;
|
||||
|
||||
- NativeLib.RunConsoleApp("pbcopy", "-pboard general", str);
|
||||
+ NativeLib.RunConsoleApp("@pbcopy@", "-pboard general", str);
|
||||
}
|
||||
|
||||
private static string GetStringU()
|
||||
@@ -62,7 +62,7 @@ namespace KeePass.Util
|
||||
// "-out -selection clipboard");
|
||||
// if(str != null) return str;
|
||||
|
@ -1 +1 @@
|
||||
+ m_pluginManager.LoadAllPlugins("$PATH$/lib/dotnet/keepass", SearchOption.TopDirectoryOnly, new string[] {});
|
||||
+ m_pluginManager.LoadAllPlugins("$PATH$/lib/dotnet/keepass", System.IO.SearchOption.TopDirectoryOnly, new string[] {});
|
||||
|
@ -11,7 +11,7 @@ diff --git a/KeePass/Forms/MainForm.cs b/KeePass/Forms/MainForm.cs
|
||||
index 347eaf5..b92e1e2 100644
|
||||
--- a/KeePass/Forms/MainForm.cs
|
||||
+++ b/KeePass/Forms/MainForm.cs
|
||||
@@ -440,7 +440,7 @@ namespace KeePass.Forms
|
||||
@@ -440,7 +440,$OUTPUT_LC$ @@ namespace KeePass.Forms
|
||||
ToolStripItemCollection tsicT = m_ctxTray.Items;
|
||||
ToolStripItem tsiPrevT = m_ctxTrayOptions;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user