lol

ocamlPackages.minisat: 0.4 -> 0.5

Diff: https://github.com/c-cube/ocaml-minisat/compare/v0.4...v0.5

authored by

Mario Rodas and committed by
Vincent Laporte
c8cb1f7a c2249000

+3 -5
+3 -5
pkgs/development/ocaml-modules/minisat/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "minisat"; 5 - version = "0.4"; 6 - 7 - useDune2 = true; 5 + version = "0.5"; 8 6 9 - minimumOCamlVersion = "4.05"; 7 + minimalOCamlVersion = "4.05"; 10 8 11 9 src = fetchFromGitHub { 12 10 owner = "c-cube"; 13 11 repo = "ocaml-minisat"; 14 12 rev = "v${version}"; 15 - sha256 = "009jncrvnl9synxx6jnm6gp0cs7zlj71z22zz7bs1750b0jrfm2r"; 13 + hash = "sha256-hqGSHxhT+Z2slRCIXnfYuasG1K3tVG/tsM0IXxmy9hQ="; 16 14 }; 17 15 18 16 meta = {