watchman 2023.08.14.00 -> 2024.01.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 973a48a84bc8..dc5d1f87fdb3 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 = "2023.08.14.00"; + version = "2024.01.22.00"; src = fetchFromGitHub { owner = "facebook"; repo = "watchman"; rev = "v${version}"; - hash = "sha256-41bBPFlLYFHySyX4/GUllT1pNywSRcH7x/pnb5iN/1o="; + hash = "sha256-+qlcdekBcRwmgrtQ8HcLHphURf0c4oRCs6nbjAzT26c="; }; cmakeFlags = [ Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/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/cjbyb45nxiqidj95c4k1mh65azn1x896-bash-5.2-p21/bin/bash [ 1%] Building Rust executable 'watchmanctl'... [ 1%] Building C object CMakeFiles/wildmatch.dir/watchman/thirdparty/wildmatch/wildmatch.c.o [ 2%] Building CXX object CMakeFiles/log.dir/watchman/Logging.cpp.o [ 2%] Building CXX object CMakeFiles/err.dir/watchman/Poison.cpp.o [ 5%] Building CXX object CMakeFiles/err.dir/watchman/root/warnerr.cpp.o [ 5%] Building CXX object CMakeFiles/log.dir/watchman/LogConfig.cpp.o [ 6%] Building CXX object CMakeFiles/log.dir/watchman/PubSub.cpp.o [ 6%] Building CXX object CMakeFiles/log.dir/watchman/portability/Backtrace.cpp.o [ 6%] Building CXX object CMakeFiles/jansson_utf.dir/watchman/thirdparty/jansson/utf.cpp.o error: failed to select a version for the requirement `anyhow = "^1.0.75"` candidate versions found which didn't match: 1.0.72 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