Merge pull request #189370 from r-ryantm/auto-update/ocaml4.14.0-ssl

ocamlPackages.ssl: 0.5.11 -> 0.5.12
This commit is contained in:
Mario Rodas 2022-09-01 18:39:12 -05:00 committed by GitHub
commit f0daeb19cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
buildDunePackage rec {
pname = "ssl";
version = "0.5.11";
version = "0.5.12";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-ssl";
rev = version;
sha256 = "sha256-uFr+XSKDGMHaM2o5DODYmt7+LkhnDzzlVX//CtAXBm4=";
sha256 = "sha256-cQUJ7t7C9R74lDy1/lt+up4E5CogiPbeZpaDveDzJ7c=";
};
nativeBuildInputs = [ pkg-config ];