ocamlPackages.lambdapi 2.3.1 -> 2.5.0 https://github.com/Deducteam/lambdapi/releases attrpath: ocamlPackages.lambdapi 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/lambdapi/default.nix b/pkgs/development/ocaml-modules/lambdapi/default.nix index f4d1cdb717b7..4914524338da 100644 --- a/pkgs/development/ocaml-modules/lambdapi/default.nix +++ b/pkgs/development/ocaml-modules/lambdapi/default.nix @@ -17,13 +17,13 @@ buildDunePackage rec { pname = "lambdapi"; - version = "2.3.1"; + version = "2.5.0"; minimalOCamlVersion = "4.12"; src = fetchurl { url = "https://github.com/Deducteam/lambdapi/releases/download/${version}/lambdapi-${version}.tbz"; - hash = "sha256-7ww2TjVcbEQyfmLnnEhLGAjW4US9a4mdOfDJw6NR1fI="; + hash = "sha256-m8iuNpTdUb1XQuerp2C9KHjEsOXvmz1KewbzzTA7YR0="; }; nativeBuildInputs = [ menhir ]; Update edits cause no rebuilds.