3
0
Fork 0
forked from mirrors/nixpkgs

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

ocamlPackages.ssl: 0.5.12 -> 0.5.13
This commit is contained in:
Weijia Wang 2023-01-22 02:25:54 +01:00 committed by GitHub
commit a29659d943
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.12";
version = "0.5.13";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-ssl";
rev = version;
sha256 = "sha256-cQUJ7t7C9R74lDy1/lt+up4E5CogiPbeZpaDveDzJ7c=";
sha256 = "sha256-Ws7QZOvZVy0QixMiBFJZEOnYzYlCWrZ1d95gOp/a5a0=";
};
nativeBuildInputs = [ pkg-config ];