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

libtpms: 0.8.0 -> 0.8.2
This commit is contained in:
Ryan Mulligan 2021-03-14 08:19:16 -07:00 committed by GitHub
commit e3f5585c6c
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.0";
version = "0.8.2";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-/zvMXdAOb4J3YaqdVJvTUI1/JFC0OKwgiYwYgYB62Y4=";
sha256 = "sha256-ljzxaZYC2RzasKoRvnjead8CEkbdptGD4V5QapvAQUQ=";
};
nativeBuildInputs = [