ocaml-x509: 0.4.0 -> 0.5.0

wip/yesman
lukasepple 9 years ago
parent 42709fb4e9
commit 43a726cd20
  1. 4
      pkgs/development/ocaml-modules/x509/default.nix

@ -1,13 +1,13 @@
{ stdenv, fetchzip, ocaml, findlib, asn1-combinators, nocrypto, ounit }:
let version = "0.4.0"; in
let version = "0.5.0"; in
stdenv.mkDerivation {
name = "ocaml-x509-${version}";
src = fetchzip {
url = "https://github.com/mirleft/ocaml-x509/archive/${version}.tar.gz";
sha256 = "0z4c19y625ipx2anpq25pzly1fdi3cklhk130kriybrczvmd2b29";
sha256 = "0i9618ph4i2yk5dvvhiqhm7wf3qmd6b795mxwff8jf856gb2gdyn";
};
buildInputs = [ ocaml findlib ounit ];

Loading…
Cancel
Save