ocamlPackages.alcotest 1.6.0 -> 1.7.0 https://repology.org/project/ocaml:alcotest/versions attrpath: ocamlPackages.alcotest 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/alcotest/default.nix b/pkgs/development/ocaml-modules/alcotest/default.nix index 5280f90c75a..cb9bb39a32c 100644 --- a/pkgs/development/ocaml-modules/alcotest/default.nix +++ b/pkgs/development/ocaml-modules/alcotest/default.nix @@ -4,11 +4,11 @@ buildDunePackage rec { pname = "alcotest"; - version = "1.6.0"; + version = "1.7.0"; src = fetchurl { url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-${version}.tbz"; - sha256 = "sha256-/QD5ZoOVh0/zsdfvVm0U78Avp900Ej6yXVk1W+lLIyk="; + sha256 = "sha256-gSus2zS0XoiZXgfXMGvasvckee8ZlmN/HV0fQWZ5At8="; }; nativeBuildInputs = [ ocaml-syntax-shims ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.alcotest nix build failed. got build log for 'ocamlPackages.alcotest' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/45izaqr6czmz8ba1nxqqn2wimmw4c5xz-alcotest-1.7.0.tbz source root is alcotest-1.7.0 setting SOURCE_DATE_EPOCH to timestamp 1677261308 of file alcotest-1.7.0/test/e2e/strip_randomness.ml @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building File "dune-project", line 1, characters 11-14: 1 | (lang dune 3.0) ^^^ Error: Version 3.0 of the dune language is not supported. Supported versions of this extension in version 3.0 of the dune language: - 1.0 to 1.12 - 2.0 to 2.9