mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
ocamlPackages.io-page: 1.5.1 -> 1.6.1
This commit is contained in:
parent
a80eb80b31
commit
d109f3d5f6
@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchzip, ocaml, findlib, ocamlbuild, cstruct }:
|
||||
|
||||
let version = "1.5.1"; in
|
||||
let version = "1.6.1"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml-io-page-${version}";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/mirage/io-page/archive/v${version}.tar.gz";
|
||||
sha256 = "0y92wbvi129d0i7wr4lpk1ps9l247zaf1ibqqz0i6spgl28dyq79";
|
||||
sha256 = "1djwks3ss12m55q6h4jsvfsy848cxfnpaxkilw10h26xj6jchflz";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml findlib ocamlbuild ];
|
||||
|
Loading…
Reference in New Issue
Block a user