update agent

This commit is contained in:
2024-08-27 10:38:18 +02:00
parent 13f852bd20
commit 32d799a5e8

View File

@@ -3,8 +3,8 @@ with pkgs;
let let
agent_src = fetchgit { agent_src = fetchgit {
url = "https://gitea.rixxc.de/rixxc/x25519_agent.git"; url = "https://gitea.rixxc.de/rixxc/x25519_agent.git";
rev = "201f270624487ded538b63cc5416456bd5b8ba18"; rev = "8455ac766b64c65906cf4d48053bbaab5d21830b";
hash = "sha256-KPaKG+t3qSMy4Y7fd0PlBWZiZYcs7M1Clmn75emC9LU="; hash = "sha256-zbeFQ5Q8x3XT7oIV1ebaREf5j9GgLkdnBqk0A0qTQks=";
}; };
agent = callPackage "${agent_src}/default.nix" { }; agent = callPackage "${agent_src}/default.nix" { };
@@ -17,5 +17,5 @@ rustPlatform.buildRustPackage {
buildInputs = [ agent ]; buildInputs = [ agent ];
cargoSha256 = "sha256-ZgwQr1goz9yPws0P1eQwhHEv2WbcJeTCLEPYOUADOtE="; cargoHash = "sha256-ZgwQr1goz9yPws0P1eQwhHEv2WbcJeTCLEPYOUADOtE=";
} }