Skip to content

Commit

Permalink
Merge pull request NixOS#12802 from lukasepple/master
Browse files Browse the repository at this point in the history
ocaml-x509: 0.4.0 -> 0.5.0
  • Loading branch information
jagajaga committed Feb 3, 2016
2 parents ee68bdc + 43a726c commit f8dea71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/x509/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];
Expand Down

0 comments on commit f8dea71

Please sign in to comment.