libtpms: 0.8.4 -> 0.8.6

This commit is contained in:
R. RyanTM 2021-09-14 15:43:10 +00:00
parent 7319369972
commit b40e78de01

@ -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 = [