Merge pull request #82241 from r-ryantm/auto-update/tpm2-pkcs11
tpm2-pkcs11: 1.0.1 -> 1.1.0
This commit is contained in:
commit
788a7c4785
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tpm2-pkcs11";
|
pname = "tpm2-pkcs11";
|
||||||
version = "1.0.1";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tpm2-software";
|
owner = "tpm2-software";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256:06kpf730al50xv1q53ahycky3im23ysrqp40libls4k24zxs9ha2";
|
sha256 = "0gqbbxh1y2vcznxw96xn1wpcvg613zzzrbbfrqbw3p7spbn65yfq";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.singleton (
|
patches = lib.singleton (
|
||||||
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A PKCS#11 interface for TPM2 hardware";
|
description = "A PKCS#11 interface for TPM2 hardware";
|
||||||
homepage = https://github.com/tpm2-software/tpm2-pkcs11;
|
homepage = "https://github.com/tpm2-software/tpm2-pkcs11";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ lschuermann ];
|
maintainers = with maintainers; [ lschuermann ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user