Skip to content

Commit

Permalink
ocamlPackages.ssl: 0.5.11 -> 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 1, 2022
1 parent dc47970 commit 5741b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/ssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 5741b03

Please sign in to comment.