ocaml-dolog: 1.1 -> 3.0
This commit is contained in:
parent
40a22e40f8
commit
69b6125edf
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchzip, ocaml, findlib }:
|
{ stdenv, fetchzip, ocaml, findlib }:
|
||||||
|
|
||||||
let version = "1.1"; in
|
let version = "3.0"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-dolog-${version}";
|
name = "ocaml-dolog-${version}";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/UnixJunkie/dolog/archive/v${version}.tar.gz";
|
url = "https://github.com/UnixJunkie/dolog/archive/v${version}.tar.gz";
|
||||||
sha256 = "093lmprb1v2ran3pyymcdq80xnsgdz7h76g764xsy97dba5ik40n";
|
sha256 = "0gx2s4509vkkkaikl2yp7k5x7bqv45s1y1vsy408d8rakd7yl1zb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ];
|
buildInputs = [ ocaml findlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user