nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

tpm2-pkcs11: 1.5.0 -> 1.7.0

authored by

Bobby Rong and committed by
GitHub
24076c55 5961a053

+2 -2
+2 -2
pkgs/misc/tpm2-pkcs11/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "tpm2-pkcs11"; 9 - version = "1.5.0"; 9 + version = "1.7.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "tpm2-software"; 13 13 repo = pname; 14 14 rev = version; 15 - sha256 = "0sm73a762c7qd6x3f052m00d7daprifimsfa17dfdf4jvy9fqy56"; 15 + sha256 = "sha256-Z9w6mIFen8Lf1l59XrMtR/Je2BZZycsOLxKS0VS4r4c="; 16 16 }; 17 17 18 18 patches = lib.singleton (