watchman 2024.03.11.00 -> 2024.04.22.00 https://github.com/facebook/watchman/releases attrpath: watchman 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/tools/watchman/default.nix b/pkgs/development/tools/watchman/default.nix index 213aa3f8798e..f8934c5ad6ec 100644 --- a/pkgs/development/tools/watchman/default.nix +++ b/pkgs/development/tools/watchman/default.nix @@ -34,13 +34,13 @@ stdenv.mkDerivation rec { pname = "watchman"; - version = "2024.03.11.00"; + version = "2024.04.22.00"; src = fetchFromGitHub { owner = "facebook"; repo = "watchman"; rev = "v${version}"; - hash = "sha256-cD8mIYCc+8Z2p3rwKVRFcW9sOBbpb5KHU5VpbXHMpeg="; + hash = "sha256-9pyv1Cu2EM8WRaCrqPU9Z8BUb4TTrK0xTmYqdx5ii6w="; }; cmakeFlags = [ Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A watchman nix build failed. cmake: enabled parallel installing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/dy2z01kpnxn7dn2kgfdxs4fm8xy9mb89-bash-5.2p26/bin/bash [ 1%] Building C object CMakeFiles/wildmatch.dir/watchman/thirdparty/wildmatch/wildmatch.c.o [ 1%] Building Rust executable 'watchmanctl'... [ 2%] Building CXX object CMakeFiles/log.dir/watchman/PubSub.cpp.o [ 3%] Building CXX object CMakeFiles/log.dir/watchman/LogConfig.cpp.o [ 4%] Building CXX object CMakeFiles/log.dir/watchman/portability/Backtrace.cpp.o [ 4%] Building CXX object CMakeFiles/log.dir/watchman/Logging.cpp.o [ 5%] Building CXX object CMakeFiles/jansson_utf.dir/watchman/thirdparty/jansson/utf.cpp.o [ 6%] Building CXX object CMakeFiles/err.dir/watchman/Poison.cpp.o [ 6%] Building CXX object CMakeFiles/err.dir/watchman/root/warnerr.cpp.o error: failed to select a version for the requirement `tokio = "^1.36.0"` candidate versions found which didn't match: 1.35.1 location searched: directory source `/build/cargo-vendor-dir` (which is replacing registry `crates-io`) required by package `watchmanctl v0.1.0 (/build/source/watchman/cli)` perhaps a crate was updated and forgotten to be re-vendored? make[2]: *** [watchman/cli/CMakeFiles/watchmanctl.cargo.dir/build.make:72: watchman/cli/CMakeFiles/watchmanctl.cargo] Error 101 make[1]: *** [CMakeFiles/Makefile2:787: watchman/cli/CMakeFiles/watchmanctl.cargo.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 6%] Linking CXX static library libjansson_utf.a [ 6%] Built target jansson_utf [ 6%] Linking C static library libwildmatch.a [ 6%] Built target wildmatch [ 6%] Linking CXX static library liblog.a [ 6%] Built target log [ 7%] Linking CXX static library liberr.a [ 7%] Built target err make: *** [Makefile:146: all] Error 2