update agent

This commit is contained in:
2024-08-23 11:01:21 +02:00
parent d2154ade95
commit f50bd5ea91
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/target /target
result result
.direnv

View File

@@ -3,8 +3,8 @@ with pkgs;
let let
agent_src = fetchgit { agent_src = fetchgit {
url = "https://gitea.rixxc.de/rixxc/x25519_agent.git"; url = "https://gitea.rixxc.de/rixxc/x25519_agent.git";
rev = "36ae72a8d90d94b5b0d1fd01adf50a33edd80e80"; rev = "b7af39ff804a34bab696cb8ed4ff820e57769aba";
hash = "sha256-SxXZ/1CRi4J6Neq1uXIbue0bFa8WzdXPBnoXCjekOy8="; hash = "sha256-QUNhUehV0/cfQOQumYRTZvNwBIlgRMz7yN2/wRCNDEE=";
}; };
agent = callPackage "${agent_src}/default.nix" { }; agent = callPackage "${agent_src}/default.nix" { };