Unverified Commit 59337314 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

python3Packages.tpm2-pytss: patch after cryptography update

parent 33508b8f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -49,6 +49,12 @@ buildPythonPackage rec {
      sha256 = "sha256-VFq3Hv4I8U8ifP/aSjyu0BiW/4jfPlRDKqRcqUGw6UQ=";
    })

    (fetchpatch {
      name = "test-new-cryptography.patch";
      url = "https://github.com/tpm2-software/tpm2-pytss/commit/e4006e6066c015d9ed55befa9b98247fbdcafd7d.diff";
      sha256 = "sha256-Wxe9u7Cvv2vKMGTcK3X8W1Mq/nCt70zrzWUKA+83Sas=";
    })

    # Fix hardcoded `fapi-config.json` configuration path
    ./fapi-config.patch
  ];