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 = "b7af39ff804a34bab696cb8ed4ff820e57769aba";
|
||||
hash = "sha256-QUNhUehV0/cfQOQumYRTZvNwBIlgRMz7yN2/wRCNDEE=";
|
||||
rev = "201f270624487ded538b63cc5416456bd5b8ba18";
|
||||
hash = "sha256-KPaKG+t3qSMy4Y7fd0PlBWZiZYcs7M1Clmn75emC9LU=";
|
||||
};
|
||||
|
||||
agent = callPackage "${agent_src}/default.nix" { };
|
||||
|
||||
Reference in New Issue
Block a user