ocamlPackages.ptmap: 2.0.2 -> 2.0.3

This commit is contained in:
Vincent Laporte 2017-12-03 07:35:09 +00:00
parent 83005408d3
commit 41be8102e3
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -1,13 +1,13 @@
{ stdenv, fetchzip, ocaml, findlib, obuild }:
let version = "2.0.2"; in
let version = "2.0.3"; in
stdenv.mkDerivation {
name = "ocaml${ocaml.version}-ptmap-${version}";
src = fetchzip {
url = "https://github.com/backtracking/ptmap/archive/v${version}.tar.gz";
sha256 = "093qax4lhpv1vcgwqh5b3pmy769hv5d8pqj1kjynh1z1xibv2qxc";
sha256 = "19xykhqk7q25r1pj8rpfj53j2r9ls8mxi1w5m2wqshrf20gf078h";
};
buildInputs = [ ocaml findlib obuild ];