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

libtpms: 0.9.2 -> 0.9.3
This commit is contained in:
Ryan Mulligan 2022-03-15 15:05:49 -07:00 committed by GitHub
commit 007ccf2f4f
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.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-sfAmyx9MgzCVA1Da7hl6/sKxhS9ptaNLeSB8wmJIKDs=";
sha256 = "sha256-ih154MtLWBUdo7+ugu6tg5O/XSjlgFC00wgWC71VeaE=";
};
nativeBuildInputs = [