Merge pull request #241404 from r-ryantm/auto-update/ocamlPackages.ssl
ocamlPackages.ssl: 0.5.13 -> 0.7.0
This commit is contained in:
commit
e01981cad3
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ssl";
|
pname = "ssl";
|
||||||
version = "0.5.13";
|
version = "0.7.0";
|
||||||
|
|
||||||
duneVersion = "3";
|
duneVersion = "3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "savonet";
|
owner = "savonet";
|
||||||
repo = "ocaml-ssl";
|
repo = "ocaml-ssl";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Ws7QZOvZVy0QixMiBFJZEOnYzYlCWrZ1d95gOp/a5a0=";
|
hash = "sha256-gi80iwlKaI4TdAVnCyPG03qRWFa19DHdTrA0KMFBAc4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue