Skip to content

Commit

Permalink
ocamlPackages.ocplib-endian: 0.8 -> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 26, 2017
1 parent eecfa66 commit 66b63d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/ocplib-endian/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchzip, ocaml, findlib, ocamlbuild, cppo }:

let version = "0.8"; in
let version = "1.0"; in

stdenv.mkDerivation {
name = "ocaml-ocplib-endian-${version}";
name = "ocaml${ocaml.version}-ocplib-endian-${version}";

src = fetchzip {
url = "https://github.com/OCamlPro/ocplib-endian/archive/${version}.tar.gz";
sha256 = "12xjvzw245mj4s02dgi4k2sx5gam7wxi4mbxmz6k18zg64n48yjd";
sha256 = "0s1ld3kavz892b8awyxyg1mr98h2g61gy9ci5v6yb49bsii6wicw";
};

buildInputs = [ ocaml findlib ocamlbuild cppo ];
Expand Down

0 comments on commit 66b63d2

Please sign in to comment.