Merge pull request #208532 from r-ryantm/auto-update/wolfssl

wolfssl: 5.5.3 -> 5.5.4
This commit is contained in:
Robert Scott 2023-01-02 12:24:04 +00:00 committed by GitHub
commit d568507070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "wolfssl";
version = "5.5.3";
version = "5.5.4";
src = fetchFromGitHub {
owner = "wolfSSL";
repo = "wolfssl";
rev = "v${version}-stable";
hash = "sha256-36L7kZ9Dqp3pDjodqELBdSBFwrf+GnRP7KNFYrRUCuU=";
hash = "sha256-sR/Gjk50kLej5oJzDH1I6/V+7OIRiwtyeg5tEE3fmHk=";
};
postPatch = ''