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

libtpms: 0.8.2 -> 0.8.3
This commit is contained in:
Ryan Mulligan 2021-06-03 11:48:45 -07:00 committed by GitHub
commit 5cc08e40f6
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.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-ljzxaZYC2RzasKoRvnjead8CEkbdptGD4V5QapvAQUQ=";
sha256 = "sha256-D6lYOVlgtBY6C07YqbG6TPnDKrUoEj82Ra6GK/HB7X8=";
};
nativeBuildInputs = [