Merge pull request #298720 from Luflosi/update/swtpm

swtpm: 0.8.1 -> 0.8.2
This commit is contained in:
Pol Dellaiera 2024-03-25 11:03:13 +01:00 committed by GitHub
commit 8205d78e61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [