Unverified Commit ef1a14a8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

libressl: 3.9.2 -> 4.0.0 (#348877)

parents fbba62a0 c424307a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -151,4 +151,9 @@ in {
      })
    ];
  };

  libressl_4_0 = generic {
    version = "4.0.0";
    hash = "sha256-TYQZVfCsw9/HHQ49018oOvRhIiNQ4mhD/qlzHAJGoeQ=";
  };
}
+3 −2
Original line number Diff line number Diff line
@@ -22393,9 +22393,10 @@ with pkgs;
    libressl_3_6
    libressl_3_7
    libressl_3_8
    libressl_3_9;
    libressl_3_9
    libressl_4_0;
  libressl = libressl_3_9;
  libressl = libressl_4_0;
  boringssl = callPackage ../development/libraries/boringssl { };