swtpm: 0.8.2 -> 0.9.0 (#362564)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user