ocamlPackages.zmq 5.2.1 -> 5.3.0 https://github.com/issuu/ocaml-zmq/releases attrpath: ocamlPackages.zmq 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/zmq/default.nix b/pkgs/development/ocaml-modules/zmq/default.nix index b92d8e6cb867..abfe608055df 100644 --- a/pkgs/development/ocaml-modules/zmq/default.nix +++ b/pkgs/development/ocaml-modules/zmq/default.nix @@ -2,11 +2,11 @@ buildDunePackage rec { pname = "zmq"; - version = "5.2.1"; + version = "5.3.0"; src = fetchurl { url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-${version}.tbz"; - hash = "sha256-hVKfaTrUFqEBsv5hFB7JwsR630M0DKnqhB0QHpxcHKc="; + hash = "sha256-tetCmVg27/WHZ+HMwKZVHCrHTzWAlKwkAjNDibB1+6g="; }; buildInputs = [ czmq dune-configurator ]; Update edits cause no rebuilds.