ocamlPackages.pratter 2.0.0 -> 3.0.1 https://github.com/gabrielhdt/pratter/releases attrpath: ocamlPackages.pratter 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/pratter/default.nix b/pkgs/development/ocaml-modules/pratter/default.nix index a2408a267ce3..78d1c7f2adf5 100644 --- a/pkgs/development/ocaml-modules/pratter/default.nix +++ b/pkgs/development/ocaml-modules/pratter/default.nix @@ -8,7 +8,7 @@ }: buildDunePackage rec { - version = "2.0.0"; + version = "3.0.1"; pname = "pratter"; minimalOCamlVersion = "4.08"; @@ -18,7 +18,7 @@ buildDunePackage rec { owner = "gabrielhdt"; repo = "pratter"; rev = version; - hash = "sha256-QEq8Zt2pfsRT04Zd+ugGKcHdzkqYcDDUg/iAFMMDdEE="; + hash = "sha256-lQUTLSkGep98mOj12SXNGd4A5W+4Zx7W6G8fySjXNro="; }; propagatedBuildInputs = [ camlp-streams ]; Update edits cause no rebuilds.