Skip to content

Commit

Permalink
Merge pull request #92252 from charvp/pr/update-eid-mw
Browse files Browse the repository at this point in the history
eid-mw: 4.4.16 -> 4.4.27
  • Loading branch information
danieldk committed Jul 6, 2020
2 parents c7961b6 + 40e7f27 commit a07576a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/security/eid-mw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
pname = "eid-mw";
version = "4.4.16";
version = "4.4.27";

src = fetchFromGitHub {
sha256 = "1q82fw63xzrnrgh1wyh457hal6vfdl6swqfq7l6kviywiwlzx7kd";
rev = "v${version}";
sha256 = "17lw8iwp7h5cs3db80sysr84ffi333cf2vrhncs9l6hy6glfl2v1";
repo = "eid-mw";
owner = "Fedict";
};
Expand All @@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
ln -s ${openssl.bin}/bin openssl
ln -s ${openssl.dev}/include openssl
export SSL_PREFIX=$(realpath openssl)
substituteInPlace plugins_tools/eid-viewer/Makefile.in \
--replace "c_rehash" "openssl rehash"
'';

postPatch = ''
Expand Down

0 comments on commit a07576a

Please sign in to comment.