Skip to content

Commit

Permalink
watchman: 2024.12.09.00 -> 2025.01.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Jan 6, 2025
1 parent 05f5a38 commit ab6e427
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 42 deletions.
86 changes: 46 additions & 40 deletions pkgs/by-name/wa/watchman/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/wa/watchman/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "watchman";
version = "2024.12.09.00";
version = "2025.01.06.00";

src = fetchFromGitHub {
owner = "facebook";
repo = "watchman";
tag = "v${finalAttrs.version}";
hash = "sha256-w8Xm0xAkPH/Yapph/K8uPoPQxfc9bHLEDr0wFrNJ2LA=";
hash = "sha256-W37+xs+Fj2yL9KzR9CugfgbFl+g3f+2Dx+xL9MpQEQ4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ab6e427

Please sign in to comment.