ocamlPackages.duppy 0.9.3 -> 0.9.4 https://github.com/savonet/ocaml-duppy/releases attrpath: ocamlPackages.duppy 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/duppy/default.nix b/pkgs/development/ocaml-modules/duppy/default.nix index 6397b1e21e5a..2e0f1db9c4b3 100644 --- a/pkgs/development/ocaml-modules/duppy/default.nix +++ b/pkgs/development/ocaml-modules/duppy/default.nix @@ -2,13 +2,13 @@ buildDunePackage rec { pname = "duppy"; - version = "0.9.3"; + version = "0.9.4"; src = fetchFromGitHub { owner = "savonet"; repo = "ocaml-duppy"; rev = "v${version}"; - sha256 = "sha256-5U/CNQ88Wi/AgJEoFeS9O0zTPiD9ysJNQohRVJdyH9w="; + sha256 = "sha256-rVdfAMu26YgS/TZk2XPqaR6KTDLbh9Elkf8rjhSnNO4="; }; propagatedBuildInputs = [ ocaml_pcre ]; Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.duppy nix build failed. got build log for 'ocamlPackages.duppy' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/arxnrx2gs60g1wr8i1l1s5nwbh3brwzh-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Done: 0% (0/0, 0 left) (jobs: 1) Done: 12% (4/31, 27 left) (jobs: 0) File "src/dune", line 4, characters 25-27: 4 | (libraries unix threads re) ^^ Error: Library "re" not found. -> required by library "duppy" in _build/default/src -> required by _build/default/META.duppy -> required by _build/install/default/lib/duppy/META -> required by _build/default/duppy.install -> required by alias install Done: 12% (4/31, 27 left) (jobs: 0) Done: 38% (12/31, 19 left, 1 failed) (jobs: 0)