Skip to content

Commit

Permalink
Merge pull request NixOS#171526 from fabaff/wolfssl-bump
Browse files Browse the repository at this point in the history
wolfssl: 5.2.0 -> 5.3.0
  • Loading branch information
fabaff authored May 5, 2022
2 parents 6fbcb80 + 716b60f commit 19e187f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wolfssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "wolfssl";
version = "5.2.0";
version = "5.3.0";

src = fetchFromGitHub {
owner = "wolfSSL";
repo = "wolfssl";
rev = "v${version}-stable";
sha256 = "1xdhbhn31q7waw7w158hz9n0vj76zlfn5njq7hncf73ks38drj6k";
sha256 = "sha256-KteArWAgDohlqEYaNfzLPuBn6uy5ABA8vV/LRCVIPGA=";
};

postPatch = ''
Expand Down

0 comments on commit 19e187f

Please sign in to comment.