Merge pull request #170451 from willcohen/libtpms-0.9.4

libtpms: 0.9.3 -> 0.9.4
This commit is contained in:
Ryan Mulligan 2022-04-29 10:24:46 -07:00 committed by GitHub
commit fb5acbafef
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.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-ih154MtLWBUdo7+ugu6tg5O/XSjlgFC00wgWC71VeaE=";
sha256 = "sha256-f88hT9+rbZXkSQ39mUuGHqmBYN/7pdd5q4Aq4gGjVdY=";
};
nativeBuildInputs = [