Skip to content

Commit

Permalink
tpm2-openssl: init at 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed Mar 28, 2024
1 parent 3b8cd8a commit 12d09ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkgs/by-name/tp/tpm2-openssl/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{ stdenv, fetchFromGitHub, lib }: stdenv.mkDerivation {
pname = "tpm2-openssl";
version = "1.2.0";
src = fetchFromGitHub {
owner = "tpm2-software";
repo = "tpm2-openssl";
hash = lib.fakeHash;
};

meta = with lib;
{
description = "OpenSSL Provider for TPM2 integration";
homepage = "https://github.com/tpm2-software/tpm2-openssl";
license = licenses.bsd3;
maintainers = with maintainers; [ stv0g ];
platforms = [ "x86_64-linux" ];
};
}

0 comments on commit 12d09ac

Please sign in to comment.