swtpm: 0.8.2 -> 0.9.0

This commit is contained in:
R. Ryantm
2024-12-06 12:46:07 -08:00
committed by Arthur Gautier
parent ff82d2df73
commit b7fcd860c2
+6 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swtpm";
version = "0.8.2";
version = "0.9.0";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "swtpm";
rev = "v${finalAttrs.version}";
hash = "sha256-48/BOzGPoKr/BGEXFo3FXWr6ZoPB+ixZIvv78g6L294=";
hash = "sha256-IeFrS67qStklaTgM0d3F8Xt8upm2kEawT0ZPFD7JKnk=";
};
patches = [
@@ -97,6 +97,10 @@ stdenv.mkDerivation (finalAttrs: {
substituteInPlace tests/test_swtpm_setup_create_cert --replace \
'$CERTTOOL' \
'LC_ALL=C.UTF-8 $CERTTOOL'
substituteInPlace tests/test_tpm2_swtpm_cert --replace \
'certtool' \
'LC_ALL=C.UTF-8 certtool'
'';
doCheck = true;