swtpm: 0.8.1 -> 0.8.2

https://github.com/stefanberger/swtpm/releases/tag/v0.8.2
This commit is contained in:
Luflosi 2024-03-24 20:33:41 +01:00
parent 30392650ee
commit 8b42cf2618
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swtpm";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "swtpm";
rev = "v${finalAttrs.version}";
sha256 = "sha256-QKR5S7FlMFDw4+VpyRdqixMWyzLpQkf3QCUceQvsliU=";
hash = "sha256-48/BOzGPoKr/BGEXFo3FXWr6ZoPB+ixZIvv78g6L294=";
};
nativeBuildInputs = [