mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
ocaml-x509: 0.4.0 -> 0.5.0
This commit is contained in:
parent
42709fb4e9
commit
43a726cd20
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchzip, ocaml, findlib, asn1-combinators, nocrypto, ounit }:
|
{ stdenv, fetchzip, ocaml, findlib, asn1-combinators, nocrypto, ounit }:
|
||||||
|
|
||||||
let version = "0.4.0"; in
|
let version = "0.5.0"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-x509-${version}";
|
name = "ocaml-x509-${version}";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/mirleft/ocaml-x509/archive/${version}.tar.gz";
|
url = "https://github.com/mirleft/ocaml-x509/archive/${version}.tar.gz";
|
||||||
sha256 = "0z4c19y625ipx2anpq25pzly1fdi3cklhk130kriybrczvmd2b29";
|
sha256 = "0i9618ph4i2yk5dvvhiqhm7wf3qmd6b795mxwff8jf856gb2gdyn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ounit ];
|
buildInputs = [ ocaml findlib ounit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user