libtpms: 0.8.6 -> 0.9.0

This commit is contained in:
R. Ryantm 2021-11-03 11:41:33 +00:00
parent cbb7455d73
commit 02119e9cf4

View File

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