tpm2-openssl: use nix-update-script

This commit is contained in:
Steffen Vogel 2024-11-23 18:10:20 +01:00
parent 398f231c2c
commit 243a3f5f05

View File

@ -4,6 +4,7 @@
autoreconfHook,
fetchFromGitHub,
autoconf-archive,
nix-update-script,
pkg-config,
openssl,
tpm2-tss,
@ -36,6 +37,8 @@ stdenv.mkDerivation (finalAttrs: {
echo ${finalAttrs.version} > VERSION
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "OpenSSL Provider for TPM2 integration";
homepage = "https://github.com/tpm2-software/tpm2-openssl";