ocamlPackages.ocaml-sat-solvers 0.4 -> 0.7.1 https://github.com/tcsprojects/ocaml-sat-solvers/releases attrpath: ocamlPackages.ocaml-sat-solvers Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/ocaml-sat-solvers/default.nix b/pkgs/development/ocaml-modules/ocaml-sat-solvers/default.nix index c7779b098e73..991a547e14fe 100644 --- a/pkgs/development/ocaml-modules/ocaml-sat-solvers/default.nix +++ b/pkgs/development/ocaml-modules/ocaml-sat-solvers/default.nix @@ -2,7 +2,7 @@ buildOasisPackage rec { pname = "ocaml-sat-solvers"; - version = "0.4"; + version = "0.7.1"; minimumOCamlVersion = "4.03.0"; @@ -10,7 +10,7 @@ buildOasisPackage rec { owner = "tcsprojects"; repo = "ocaml-sat-solvers"; rev = "v${version}"; - sha256 = "1hxr16cyl1p1k1cik848mqrysq95wxmlykpm93a99pn55mp28938"; + sha256 = "sha256-hESHus3DlPp3YoqfQm/Pp1N91d9BPSGLD5FIbOeYOp8="; }; propagatedBuildInputs = [ minisat ]; Update edits cause no rebuilds.