ocamlPackages.ssl: 0.5.11 -> 0.5.12

This commit is contained in:
R. Ryantm 2022-09-01 22:38:20 +00:00
parent dc47970fbe
commit 5741b035f9

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 ];