tpm2-openssl: use nix-update-script (#358504)

This commit is contained in:
Tomodachi94 2024-11-24 01:25:33 -08:00 committed by GitHub
commit 94869937ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";