wolfssl: 5.5.4 -> 5.6.0
Diff: https://github.com/wolfSSL/wolfssl/compare/refs/tags/v5.5.4-stable...5.6.0 Changelog: https://github.com/wolfSSL/wolfssl/releases/tag/v5.6.0-stable
This commit is contained in:
committed by
Robert Scott
parent
d4e0480e16
commit
0818071175
@@ -8,13 +8,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wolfssl";
|
||||
version = "5.5.4";
|
||||
version = "5.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wolfSSL";
|
||||
repo = "wolfssl";
|
||||
rev = "refs/tags/v${version}-stable";
|
||||
hash = "sha256-sR/Gjk50kLej5oJzDH1I6/V+7OIRiwtyeg5tEE3fmHk=";
|
||||
hash = "sha256-ZSITzCuyie76OE2+PR+Q208kz7owXKqzLLJzGXXPNUk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user