Merge #169085: tpm2-abrmd: 2.3.3 -> 2.4.1 & fix build

...into staging
This commit is contained in:
Vladimír Čunát 2022-04-18 08:42:21 +02:00
commit 4772f650bd
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 4 additions and 2 deletions

View file

@ -59,6 +59,8 @@ stdenv.mkDerivation rec {
--replace '@PREFIX@' $out/lib/
substituteInPlace ./test/unit/tctildr-dl.c \
--replace '@PREFIX@' $out/lib
substituteInPlace ./configure.ac \
--replace 'm4_esyscmd_s([git describe --tags --always --dirty])' '${version}'
'';
configureFlags = lib.optionals (stdenv.buildPlatform == stdenv.hostPlatform) [

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "tpm2-abrmd";
version = "2.3.3";
version = "2.4.1";
src = fetchFromGitHub {
owner = "tpm2-software";
repo = pname;
rev = version;
sha256 = "17nv50w1yh6fg7393vfvys9y13lp0gvxx9vcw2pb87ky551d7xkf";
sha256 = "0lsng4sb9ikfpp0scvl9wmh0zpjdmdf5bqbjnpfyh4gk25qxn9mw";
};
nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook autoconf-archive which ];