Merge pull request #160746 from Luflosi/update/swtpm

swtpm: 0.7.0 -> 0.7.1
This commit is contained in:
Robert Scott 2022-02-20 12:47:31 +00:00 committed by GitHub
commit 14223500a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,17 +11,18 @@
# Tests
, python3, which
, nixosTests
}:
stdenv.mkDerivation rec {
pname = "swtpm";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "swtpm";
rev = "v${version}";
sha256 = "sha256-5MKQmZxTW8WofmTkV9kGeGN5RxsgVVMFZEF3rPDUO6Q=";
sha256 = "sha256-LJQF8PlRkhCJ8rjZzDetg1BFuTb7GBJ8lW6u5hO134k=";
};
nativeBuildInputs = [
@ -65,6 +66,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "man" ];
passthru.tests = { inherit (nixosTests) systemd-cryptenroll; };
meta = with lib; {
description = "Libtpms-based TPM emulator";
homepage = "https://github.com/stefanberger/swtpm";