swtpm: 0.7.0 -> 0.7.1

https://github.com/stefanberger/swtpm/releases/tag/v0.7.1

Fixes: CVE-2022-23645
This commit is contained in:
Luflosi 2022-02-18 19:38:12 +01:00
parent 1c772b4772
commit 4593c25b4a
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -15,13 +15,13 @@
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 = [