nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

wolfssl: 4.2.0 -> 4.3.0

authored by

markuskowa and committed by
GitHub
257fefa6 f1568223

+2 -2
+2 -2
pkgs/development/libraries/wolfssl/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "wolfssl"; 5 - version = "4.2.0"; 5 + version = "4.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "wolfSSL"; 9 9 repo = "wolfssl"; 10 10 rev = "v${version}-stable"; 11 - sha256 = "16s7jx2brgii6jbpmr30ggkc7rrf388jl26g357sm7ggwliiwask"; 11 + sha256 = "1gd613k4qh9yhl0d8yh0flqn2cvm9qb5pp2p0khk31b1fh1p4vin"; 12 12 }; 13 13 14 14 configureFlags = [ "--enable-all" ];