Merge pull request #219016 from baloo/baloo/libtpms/0.9.6

libtpms: 0.9.5 -> 0.9.6
This commit is contained in:
Martin Weinelt 2023-03-01 20:50:23 +00:00 committed by GitHub
commit 022f809332
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.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-gA3tXsrJgk0WCI2rKy81f3PrGu/Ml1WExJ0P9AzLQ+c=";
sha256 = "sha256-I2TYuOLwgEm6ofF2onWI7j2yu9wpXxNt7lJePSpF9VM=";
};
nativeBuildInputs = [