watchman 2023.08.14.00 -> 2023.12.25.00 https://repology.org/project/watchman/versions 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..a77a0210ddd2 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 = "2023.12.25.00"; src = fetchFromGitHub { owner = "facebook"; repo = "watchman"; rev = "v${version}"; - hash = "sha256-41bBPFlLYFHySyX4/GUllT1pNywSRcH7x/pnb5iN/1o="; + hash = "sha256-6PE7cUqdrC0bTTDQTpqOuij7T+QDJMDI/3YWERuRLYQ="; }; cmakeFlags = [ 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 watchman nix build failed. cmake: enabled parallel installing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash [ 0%] Building Rust executable 'watchmanctl'... [ 1%] Building CXX object CMakeFiles/log.dir/watchman/PubSub.cpp.o [ 2%] Building CXX object CMakeFiles/err.dir/watchman/Poison.cpp.o [ 2%] Building CXX object CMakeFiles/log.dir/watchman/Logging.cpp.o [ 3%] Building CXX object CMakeFiles/jansson_utf.dir/watchman/thirdparty/jansson/utf.cpp.o [ 4%] Building CXX object CMakeFiles/err.dir/watchman/root/warnerr.cpp.o [ 4%] Building C object CMakeFiles/wildmatch.dir/watchman/thirdparty/wildmatch/wildmatch.c.o [ 6%] Building CXX object CMakeFiles/log.dir/watchman/portability/Backtrace.cpp.o [ 6%] Building CXX object CMakeFiles/log.dir/watchman/LogConfig.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