3
0
Fork 0
forked from mirrors/nixpkgs

fix patdiff hash

This commit is contained in:
Masayuki Takeda 2018-03-07 14:26:06 +09:00
parent 39cb0d8dd4
commit 391b4d7388

View file

@ -4,7 +4,7 @@ with ocamlPackages;
janePackage {
name = "patdiff";
hash = "15b6nkmd2z07j4nnmkb2g6qn3daw2xmmz3lgswkj03v29ffib014";
hash = "04kl9h7j3pzpyic8p34b8i9vpf6qn7ixp077d8i44cpbymdqdn96";
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
meta = {
description = "File Diff using the Patience Diff algorithm";