Merge pull request #137844 from r-ryantm/auto-update/libtpms

libtpms: 0.8.4 -> 0.8.6
This commit is contained in:
Bobby Rong 2021-09-20 20:18:12 +08:00 committed by GitHub
commit 503da230cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "libtpms";
version = "0.8.4";
version = "0.8.6";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-9e7O9SE7e8D6ULXhICabNCrL+QTH55jQm0AI7DVteE0=";
sha256 = "sha256-XvugcpoFQhdCBBg7hOgsUzSn4ad7RUuAEkvyiPLg4Lw=";
};
nativeBuildInputs = [