mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
ocamlPackages.ssl: 0.5.13 -> 0.6.0
This commit is contained in:
parent
c36301bcc0
commit
0436d3fbc5
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ssl";
|
pname = "ssl";
|
||||||
version = "0.5.13";
|
version = "0.6.0";
|
||||||
|
|
||||||
duneVersion = "3";
|
duneVersion = "3";
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ buildDunePackage rec {
|
|||||||
owner = "savonet";
|
owner = "savonet";
|
||||||
repo = "ocaml-ssl";
|
repo = "ocaml-ssl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Ws7QZOvZVy0QixMiBFJZEOnYzYlCWrZ1d95gOp/a5a0=";
|
sha256 = "sha256-zi5Ue6qOlLfsfPjzIwjjR+6ztSS2NwJmB1cCcVVC5TY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user