Skip to content

Commit

Permalink
wolfssl: v4.3.0 → v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed May 5, 2020
1 parent 19d2c06 commit 6baa4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wolfssl/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "wolfssl";
version = "4.3.0";
version = "4.4.0";

src = fetchFromGitHub {
owner = "wolfSSL";
repo = "wolfssl";
rev = "v${version}-stable";
sha256 = "1gd613k4qh9yhl0d8yh0flqn2cvm9qb5pp2p0khk31b1fh1p4vin";
sha256 = "1bgkxqgxwa5dvi7fkna64wpcs552f3yxvs6fh6d32v7vg88vpfx9";
};

configureFlags = [ "--enable-all" ];
Expand Down

0 comments on commit 6baa4e7

Please sign in to comment.