Merge pull request #161884 from risicle/ris-wolfssl-5.2.0

wolfssl: 5.1.1 -> 5.2.0
This commit is contained in:
Fabian Affolter 2022-02-26 12:44:12 +01:00 committed by GitHub
commit 17cbd97294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "wolfssl";
version = "5.1.1";
version = "5.2.0";
src = fetchFromGitHub {
owner = "wolfSSL";
repo = "wolfssl";
rev = "v${version}-stable";
sha256 = "sha256-/noS5cn8lllWoGyZ9QyjRmdiR6LXzfT4lYGEt+0+Bdw=";
sha256 = "1xdhbhn31q7waw7w158hz9n0vj76zlfn5njq7hncf73ks38drj6k";
};
postPatch = ''