3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.ppxfind: 1.2 -> 1.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-ppxfind/versions
This commit is contained in:
R. RyanTM 2019-06-17 04:32:20 -07:00
parent e2d07d2cc7
commit d4dddd9b68

View file

@ -2,10 +2,10 @@
buildDunePackage rec {
pname = "ppxfind";
version = "1.2";
version = "1.3";
src = fetchurl {
url = "https://github.com/diml/ppxfind/releases/download/${version}/ppxfind-${version}.tbz";
sha256 = "1687jbgii5w5dvvid3ri2cx006ysv0rrspn8dz8x7ma8615whz2h";
sha256 = "1r4jp0516378js62ss50a9s8ql2pm8lfdd3mnk214hp7s0kb17fl";
};
minimumOCamlVersion = "4.03";