Skip to content

Commit

Permalink
ocamlPackages.ssl: 0.6.0 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Aug 13, 2023
1 parent 0436d3f commit 28ea69e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/ssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildDunePackage rec {
pname = "ssl";
version = "0.6.0";
version = "0.7.0";

duneVersion = "3";

src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-ssl";
rev = version;
sha256 = "sha256-zi5Ue6qOlLfsfPjzIwjjR+6ztSS2NwJmB1cCcVVC5TY=";
rev = "v${version}";
hash = "sha256-gi80iwlKaI4TdAVnCyPG03qRWFa19DHdTrA0KMFBAc4=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 28ea69e

Please sign in to comment.