python3Packages.tpm2-pytss: fixup revision in tests (#368426)

authored by Arthur Gautier and committed by GitHub 308f45a5 93a00140

+7
+7
pkgs/development/python-modules/tpm2-pytss/default.nix
··· 4 substituteAll, 5 buildPythonPackage, 6 fetchPypi, 7 pythonOlder, 8 asn1crypto, 9 cffi, ··· 37 [ 38 # Fix hardcoded `fapi-config.json` configuration path 39 ./fapi-config.patch 40 ] 41 ++ lib.optionals isCross [ 42 # pytss will regenerate files from headers of tpm2-tss.
··· 4 substituteAll, 5 buildPythonPackage, 6 fetchPypi, 7 + fetchpatch, 8 pythonOlder, 9 asn1crypto, 10 cffi, ··· 38 [ 39 # Fix hardcoded `fapi-config.json` configuration path 40 ./fapi-config.patch 41 + # libtpms (underneath swtpm) bumped the TPM revision 42 + # https://github.com/tpm2-software/tpm2-pytss/pull/593 43 + (fetchpatch { 44 + url = "https://github.com/tpm2-software/tpm2-pytss/pull/593.patch"; 45 + hash = "sha256-CNJnSIvUQ0Yvy0o7GdVfFZ7kHJd2hBt5Zv1lqgOeoks="; 46 + }) 47 ] 48 ++ lib.optionals isCross [ 49 # pytss will regenerate files from headers of tpm2-tss.