ocaml-dolog: 1.1 -> 3.0

This commit is contained in:
Vincent Laporte 2015-12-02 20:38:53 +01:00
parent 40a22e40f8
commit 69b6125edf

View File

@ -1,12 +1,12 @@
{ stdenv, fetchzip, ocaml, findlib }:
let version = "1.1"; in
let version = "3.0"; in
stdenv.mkDerivation {
name = "ocaml-dolog-${version}";
src = fetchzip {
url = "https://github.com/UnixJunkie/dolog/archive/v${version}.tar.gz";
sha256 = "093lmprb1v2ran3pyymcdq80xnsgdz7h76g764xsy97dba5ik40n";
sha256 = "0gx2s4509vkkkaikl2yp7k5x7bqv45s1y1vsy408d8rakd7yl1zb";
};
buildInputs = [ ocaml findlib ];