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 = "201f270624487ded538b63cc5416456bd5b8ba18";
|
||||
hash = "sha256-KPaKG+t3qSMy4Y7fd0PlBWZiZYcs7M1Clmn75emC9LU=";
|
||||
rev = "8455ac766b64c65906cf4d48053bbaab5d21830b";
|
||||
hash = "sha256-zbeFQ5Q8x3XT7oIV1ebaREf5j9GgLkdnBqk0A0qTQks=";
|
||||
};
|
||||
|
||||
agent = callPackage "${agent_src}/default.nix" { };
|
||||
@@ -17,5 +17,5 @@ rustPlatform.buildRustPackage {
|
||||
|
||||
buildInputs = [ agent ];
|
||||
|
||||
cargoSha256 = "sha256-ZgwQr1goz9yPws0P1eQwhHEv2WbcJeTCLEPYOUADOtE=";
|
||||
cargoHash = "sha256-ZgwQr1goz9yPws0P1eQwhHEv2WbcJeTCLEPYOUADOtE=";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user