Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43c721df4af4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d21aab443ae1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 3, 2019

  1. wolfssl: 4.1.0 -> 4.2.0

    r-ryantm committed Nov 3, 2019
    Copy the full SHA
    7befcdd View commit details
  2. Merge pull request #72705 from r-ryantm/auto-update/wolfssl

    wolfssl: 4.1.0 -> 4.2.0
    marsam authored Nov 3, 2019
    Copy the full SHA
    d21aab4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/wolfssl/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wolfssl/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "wolfssl";
version = "4.1.0";
version = "4.2.0";

src = fetchFromGitHub {
owner = "wolfSSL";
repo = "wolfssl";
rev = "v${version}-stable";
sha256 = "16d1dzbdx6x7czbxf6i1rlb5mv59yzzpnha7qgwab3yq62rlsgw3";
sha256 = "16s7jx2brgii6jbpmr30ggkc7rrf388jl26g357sm7ggwliiwask";
};

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