tpm2-openssl: use nix-update-script (#358504)
This commit is contained in:
commit
94869937ff
@ -4,6 +4,7 @@
|
|||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
autoconf-archive,
|
autoconf-archive,
|
||||||
|
nix-update-script,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
openssl,
|
openssl,
|
||||||
tpm2-tss,
|
tpm2-tss,
|
||||||
@ -36,6 +37,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
echo ${finalAttrs.version} > VERSION
|
echo ${finalAttrs.version} > VERSION
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "OpenSSL Provider for TPM2 integration";
|
description = "OpenSSL Provider for TPM2 integration";
|
||||||
homepage = "https://github.com/tpm2-software/tpm2-openssl";
|
homepage = "https://github.com/tpm2-software/tpm2-openssl";
|
||||||
|
Loading…
Reference in New Issue
Block a user