3
0
Fork 0
forked from mirrors/nixpkgs

ocaml-io-page: 1.4.0 -> 1.5.1

This commit is contained in:
Vincent Laporte 2015-06-27 14:36:29 +02:00
parent 9bf2c6a8ab
commit e4d16dcc72

View file

@ -1,13 +1,13 @@
{ stdenv, fetchzip, ocaml, findlib, cstruct }:
let version = "1.4.0"; in
let version = "1.5.1"; in
stdenv.mkDerivation {
name = "ocaml-io-page-${version}";
src = fetchzip {
url = "https://github.com/mirage/io-page/archive/v${version}.tar.gz";
sha256 = "05m1gbcy72i6gikdijbkpw8pfygc86a3l4k8ayyl58019l6qa2fq";
sha256 = "0y92wbvi129d0i7wr4lpk1ps9l247zaf1ibqqz0i6spgl28dyq79";
};
buildInputs = [ ocaml findlib ];