tpm2-openssl: use nix-update-script
This commit is contained in:
parent
398f231c2c
commit
243a3f5f05
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user