mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ocamlPackages.gapi-ocaml: 0.3.6 -> 0.3.19
This commit is contained in:
parent
58ba83130c
commit
1771d468c4
1 changed files with 7 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
|||
{ stdenv, fetchFromGitHub, buildDunePackage, ocurl, cryptokit, ocaml_extlib, yojson, ocamlnet, xmlm }:
|
||||
{ stdenv, fetchFromGitHub, buildDunePackage
|
||||
, ocurl, cryptokit, ocaml_extlib, yojson, ocamlnet, xmlm
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "gapi-ocaml";
|
||||
version = "0.3.6";
|
||||
version = "0.3.19";
|
||||
|
||||
minimumOCamlVersion = "4.02";
|
||||
|
||||
|
@ -10,10 +12,11 @@ buildDunePackage rec {
|
|||
owner = "astrada";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0qgsy51bhkpfgl5rdnjw4bqs5fbh2w4vwrfbl8y3lh1wrqmnwci4";
|
||||
sha256 = "04arif1p1vj5yr24cwicj70b7yx17hrgf4pl47vqg8ngcrdh71v9";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ocurl cryptokit ocaml_extlib yojson ocamlnet xmlm ];
|
||||
propagatedBuildInputs = [ ocurl cryptokit ocaml_extlib ocamlnet yojson ];
|
||||
buildInputs = [ xmlm ];
|
||||
|
||||
meta = {
|
||||
description = "OCaml client for google services";
|
||||
|
|
Loading…
Reference in a new issue