Merge pull request #143350 from r-ryantm/auto-update/tpm2-pkcs11

tpm2-pkcs11: 1.5.0 -> 1.7.0
This commit is contained in:
Bobby Rong 2021-10-29 14:50:11 +08:00 committed by GitHub
commit 24076c551d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "tpm2-pkcs11";
version = "1.5.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "tpm2-software";
repo = pname;
rev = version;
sha256 = "0sm73a762c7qd6x3f052m00d7daprifimsfa17dfdf4jvy9fqy56";
sha256 = "sha256-Z9w6mIFen8Lf1l59XrMtR/Je2BZZycsOLxKS0VS4r4c=";
};
patches = lib.singleton (