about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-12-23 00:16:31 +0000
committerGitHub <noreply@github.com>2023-12-23 00:16:31 +0000
commit8b2a3409f513717d569e725f54b9da629a7a662c (patch)
treef1873e2f6a13be100e702569b285b0e05d63a359 /pkgs/development/libraries
parent22ea4c79f1b3858fb1bff1b39f2c59ebe7a20877 (diff)
parent9af669c9db2f6ba4f4c5d38bb00213ef33f1dc63 (diff)
Merge pull request #275527 from vifino/wolfssl-5.6.6
wolfssl: 5.6.4 -> 5.6.6
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/wolfssl/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/development/libraries/wolfssl/default.nix b/pkgs/development/libraries/wolfssl/default.nix
index d435712474766..60a6e10c8334b 100644
--- a/pkgs/development/libraries/wolfssl/default.nix
+++ b/pkgs/development/libraries/wolfssl/default.nix
@@ -1,7 +1,6 @@
 { lib
 , stdenv
 , fetchFromGitHub
-, fetchpatch
 , Security
 , autoreconfHook
 , util-linux
@@ -15,23 +14,15 @@
 }:
 stdenv.mkDerivation (finalAttrs: {
   pname = "wolfssl-${variant}";
-  version = "5.6.4";
+  version = "5.6.6";
 
   src = fetchFromGitHub {
     owner = "wolfSSL";
     repo = "wolfssl";
     rev = "refs/tags/v${finalAttrs.version}-stable";
-    hash = "sha256-a9a3ca4Zb/XTS5YfPJwnXPYbDjmgD8qylhPQg5pjzJM=";
+    hash = "sha256-HXl8GgngC1J8Dlt7fXBrVRa+IV7thVr+MIpeuf3Khcg=";
   };
 
-  patches = [
-    (fetchpatch {
-      name = "fix-expected-test-response.patch";
-      url = "https://github.com/wolfSSL/wolfssl/commit/ca694938fd053a8557f9f08b1b4265292d8bef65.patch";
-      hash = "sha256-ETxszjjEMk0WdYgXHWTxTaWZPpyDs9jdko0jtkjzgwI=";
-    })
-  ];
-
   postPatch = ''
     patchShebangs ./scripts
     # ocsp stapling tests require network access, so skip them