ocamlPackages.spices 0.0.2 -> 0.0.3 https://github.com/leostera/minttea/releases attrpath: ocamlPackages.spices 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/spices/default.nix b/pkgs/development/ocaml-modules/spices/default.nix index a1d6b06d156b..f5404a9a3409 100644 --- a/pkgs/development/ocaml-modules/spices/default.nix +++ b/pkgs/development/ocaml-modules/spices/default.nix @@ -7,13 +7,13 @@ buildDunePackage rec { pname = "spices"; - version = "0.0.2"; + version = "0.0.3"; minimalOCamlVersion = "5.1"; src = fetchurl { url = "https://github.com/leostera/minttea/releases/download/${version}/minttea-${version}.tbz"; - hash = "sha256-0eB7OuxcPdv9bf2aIQEeir44mQfx5W2AJj7Vb4pGtLI="; + hash = "sha256-WEaJVCCvsmKcF8+yzovljt8dGWaIv4UmAr74jq6Vo9M="; }; propagatedBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/ycjkgzz5lk3zzgs6wl1rarnk1kfhx4di-nix-2.18.4/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.spices nix build failed. unpacking source archive /nix/store/6ydj15n19ipnzf4lzcqw7n0xd1mpz9pb-minttea-0.0.3.tbz calling 'unpackCmd' function hook '_defaultUnpack' /nix/store/6ydj15n19ipnzf4lzcqw7n0xd1mpz9pb-minttea-0.0.3.tbz source root is minttea-0.0.3 calling 'postUnpack' function hook '_updateSourceDateEpochFromSourceRoot' setting SOURCE_DATE_EPOCH to timestamp 1708109303 of file minttea-0.0.3/spices/spices.mli @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase calling 'preConfigure' function hook '_multioutConfig' no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Done: 13% (6/45, 39 left) (jobs: 0) Done: 48% (22/45, 23 left) (jobs: 0) Done: 46% (28/60, 32 left) (jobs: 1) Done: 60% (38/63, 25 left) (jobs: 3) Done: 74% (47/63, 16 left) (jobs: 3) Done: 87% (55/63, 8 left) (jobs: 1) Done: 95% (60/63, 3 left) (jobs: 1) @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase File "dune", line 2, characters 12-19: 2 | (libraries minttea)) ^^^^^^^ Error: Library "minttea" not found. -> required by _build/default/mdx_gen.bc.exe -> required by _build/default/.mdx/CHANGES.md.corrected -> required by alias runtest in dune:1 File "dune", lines 1-2, characters 0-26: 1 | (mdx 2 | (libraries minttea)) Error: Program ocaml-mdx not found in the tree or in PATH (context: default) Hint: opam install mdx