wolfssl: 5.6.0 -> 5.6.2

This commit is contained in:
Franz Pletz
2023-09-20 23:36:41 +01:00
committed by Robert Scott
parent 0818071175
commit 815b7f93d5
@@ -3,18 +3,19 @@
, fetchFromGitHub
, Security
, autoreconfHook
, util-linux
, openssl
}:
stdenv.mkDerivation rec {
pname = "wolfssl";
version = "5.6.0";
version = "5.6.2";
src = fetchFromGitHub {
owner = "wolfSSL";
repo = "wolfssl";
rev = "refs/tags/v${version}-stable";
hash = "sha256-ZSITzCuyie76OE2+PR+Q208kz7owXKqzLLJzGXXPNUk=";
hash = "sha256-4kNc2SHni9i4X5GJ1hoekkJZ4mTwU4l9gYxx/6CySVU=";
};
postPatch = ''
@@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
util-linux
];
doCheck = true;