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 263d1441e35b..167adaabcb2c 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/9m6hqyx9cyawc39125ci1x2wjsk5wpf1-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.spices nix build failed. got build log for 'ocamlPackages.spices' from 'daemon' Running phase: unpackPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking source archive /nix/store/6ydj15n19ipnzf4lzcqw7n0xd1mpz9pb-minttea-0.0.3.tbz source root is minttea-0.0.3 setting SOURCE_DATE_EPOCH to timestamp 1708109303 of file minttea-0.0.3/spices/spices.mli Running phase: patchPhase @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "configurePhase" } no configure script, doing nothing Running phase: buildPhase @nix { "action": "setPhase", "phase": "buildPhase" } Done: 0% (0/2, 2 left) (jobs: 1) Done: 50% (2/4, 2 left) (jobs: 0) Done: 48% (22/45, 23 left) (jobs: 0) Done: 41% (25/60, 35 left) (jobs: 1) Done: 41% (25/60, 35 left) (jobs: 1) Done: 44% (28/63, 35 left) (jobs: 5) Done: 74% (47/63, 16 left) (jobs: 3) Done: 80% (51/63, 12 left) (jobs: 2) Done: 87% (55/63, 8 left) (jobs: 1) Done: 95% (60/63, 3 left) (jobs: 1) Running phase: checkPhase @nix { "action": "setPhase", "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