Update agent
This commit is contained in:
@@ -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" { };
|
||||
|
||||
Reference in New Issue
Block a user