Loading pkgs/development/libraries/libressl/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -100,4 +100,9 @@ in { version = "3.7.3"; hash = "sha256-eUjIVqkMglvXJotvhWdKjc0lS65C4iF4GyTj+NwzXbM="; }; libressl_3_8 = generic { version = "3.8.2"; hash = "sha256-bUuNW7slofgzZjnlbsUIgFLUOpUlZpeoXEzpEyPCWVQ="; }; } pkgs/top-level/all-packages.nix +3 −2 Original line number Diff line number Diff line Loading @@ -24386,9 +24386,10 @@ with pkgs; inherit (callPackages ../development/libraries/libressl { }) libressl_3_6 libressl_3_7; libressl_3_7 libressl_3_8; libressl = libressl_3_7; libressl = libressl_3_8; boringssl = callPackage ../development/libraries/boringssl { }; Loading
pkgs/development/libraries/libressl/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -100,4 +100,9 @@ in { version = "3.7.3"; hash = "sha256-eUjIVqkMglvXJotvhWdKjc0lS65C4iF4GyTj+NwzXbM="; }; libressl_3_8 = generic { version = "3.8.2"; hash = "sha256-bUuNW7slofgzZjnlbsUIgFLUOpUlZpeoXEzpEyPCWVQ="; }; }
pkgs/top-level/all-packages.nix +3 −2 Original line number Diff line number Diff line Loading @@ -24386,9 +24386,10 @@ with pkgs; inherit (callPackages ../development/libraries/libressl { }) libressl_3_6 libressl_3_7; libressl_3_7 libressl_3_8; libressl = libressl_3_7; libressl = libressl_3_8; boringssl = callPackage ../development/libraries/boringssl { };