ocaml-dolog: 1.0 -> 1.1

This commit is contained in:
Vincent Laporte 2015-09-14 20:07:21 +02:00
parent ef490c6b14
commit 55004d509a

View File

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