Update agent

This commit is contained in:
2024-04-23 13:36:02 +02:00
parent 2d85f9f448
commit ed9a7aa94f

View File

@@ -3,8 +3,8 @@ with pkgs;
let
agent_src = fetchgit {
url = "https://gitea.rixxc.de/rixxc/x25519_agent.git";
rev = "8671550a5d028b0e59fe20aff5fe49ff55fdff22";
hash = "sha256-RRKRVWZpXf5wnNNiMcVwhlkPpmZxFZC/7i9NjQ8KAxc=";
rev = "989d49507eff7ee860fb27b6ed94f91a5d5a6199";
hash = "sha256-8M8tsjSoGfu8PGoyDaV64eUDjFL/uefdo/EBS6aL6hg=";
};
agent = callPackage "${agent_src}/default.nix" { };