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

View File

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