tpm2-tss: 4.1.2 -> 4.1.3 (#313445)

This commit is contained in:
Arthur Gautier 2024-05-22 15:51:21 +00:00 committed by GitHub
parent 31311bf691
commit ef3d271c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
pname = "tpm2-tss";
version = "4.1.2";
version = "4.1.3";
src = fetchFromGitHub {
owner = "tpm2-software";
repo = pname;
rev = version;
hash = "sha256-gyuMGy+34x9YlhlS++f9syz+XLyiaBWDmfqh4xh27Zs=";
hash = "sha256-BP28utEUI9g1VNv3lCXuiKrDtEImFQxxZfIjLiE3Wr8=";
};
outputs = [ "out" "man" "dev" ];