Merge pull request #243846 from arcnmx/tpm2-tss-patch-name

tpm2-tss: remove space from patch name

authored by

Weijia Wang and committed by
GitHub
e13bb62f 0512fdaa

+1 -1
+1 -1
pkgs/development/libraries/tpm2-tss/default.nix
··· 54 54 # TCTI loader relies on dlopen(), this patch prefixes all calls with the output directory 55 55 ./no-dynamic-loader-path.patch 56 56 (fetchurl { 57 - name = "skip-test-fapi-fix-provisioning-with template-if-no-certificate-available.patch"; 57 + name = "skip-test-fapi-fix-provisioning-with-template-if-no-certificate-available.patch"; 58 58 url = "https://github.com/tpm2-software/tpm2-tss/commit/218c0da8d9f675766b1de502a52e23a3aa52648e.patch"; 59 59 sha256 = "sha256-dnl9ZAknCdmvix2TdQvF0fHoYeWp+jfCTg8Uc7h0voA="; 60 60 })