update agent

This commit is contained in:
2024-08-23 13:21:20 +02:00
parent f50bd5ea91
commit a8ab06df98
2 changed files with 9 additions and 18 deletions

View File

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