libtpms: 0.9.1 -> 0.9.2

(#159489)
This commit is contained in:
R. RyanTM 2022-02-17 14:07:51 -08:00 committed by GitHub
parent 40634fc080
commit 02c13610e9
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.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-30P/YggrPEVpsh2qo751aW6RtrpIVe1XQWyYZm8P4yA=";
sha256 = "sha256-sfAmyx9MgzCVA1Da7hl6/sKxhS9ptaNLeSB8wmJIKDs=";
};
nativeBuildInputs = [