watchman 2024.01.22.00 -> 2024.03.04.00 https://github.com/facebook/watchman/releases attrpath: watchman Checking auto update branch... An auto update branch exists with message `watchman: 2024.01.22.00 -> 2024.02.26.00`. New version is 2024.03.04.00. The auto update branch does not match or exceed the new version. [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 dc5d1f87fdb3..35f65d9bfcd0 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.01.22.00"; + version = "2024.03.04.00"; src = fetchFromGitHub { owner = "facebook"; repo = "watchman"; rev = "v${version}"; - hash = "sha256-+qlcdekBcRwmgrtQ8HcLHphURf0c4oRCs6nbjAzT26c="; + hash = "sha256-Tr03dpxvVz6dM59idJFt1Uavs4CEDcMb2cM4odAiv4Y="; }; cmakeFlags = [ Successfully finished processing cachix "/nix/store/5z829nzd90li0d0hbimr83jf2my3dnhc-watchman-2024.03.04.00" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/facebook/watchman/releases. meta.description for watchman is: Watches files and takes action when they change meta.homepage for watchman is: https://facebook.github.io/watchman ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/facebook/watchman/releases/tag/v2024.03.04.00) - [Compare changes on GitHub](https://github.com/facebook/watchman/compare/v2024.01.22.00...v2024.03.04.00) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2024.03.04.00 with grep in /nix/store/5z829nzd90li0d0hbimr83jf2my3dnhc-watchman-2024.03.04.00 - found 2024.03.04.00 in filename of file in /nix/store/5z829nzd90li0d0hbimr83jf2my3dnhc-watchman-2024.03.04.00 ---
Rebuild report (if merged into master) (click to expand) ``` 2754 total rebuild path(s) 2754 package rebuild(s) First fifty rebuilds by attrpath ansible-doctor asn1editor authentik barman beancount breezy browsr buck buildbot buildbot-full buildbot-ui cabal2nix calcurse cantor ceph ceph-client ceph-csi ceph-dev certbot-full cfripper chatgpt-retrieval-plugin conan crackmapexec datalad dbx deface deja-dup dep2nix devpi-client dnstwist duplicity duply dvc dvc-with-remotes easyocr echidna esphome executor fava flatpak-builder frigate gam gcalcli gcp-scanner ggshield git-annex-remote-googledrive goobook gphotos-sync gpt2tc gyb ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/5z829nzd90li0d0hbimr83jf2my3dnhc-watchman-2024.03.04.00 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A watchman https://github.com/r-ryantm/nixpkgs/archive/742f59f1ae4d418ee87d9540e13c2ec8ae90ea2b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/742f59f1ae4d418ee87d9540e13c2ec8ae90ea2b#watchman ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/5z829nzd90li0d0hbimr83jf2my3dnhc-watchman-2024.03.04.00 ls -la /nix/store/5z829nzd90li0d0hbimr83jf2my3dnhc-watchman-2024.03.04.00/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @kylesferrazza for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/291537