Skip to content

Commit

Permalink
watchman: 2024.11.18.00 -> 2024.12.09.00
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Dec 12, 2024
1 parent f3ffeb5 commit 4f9ea14
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -38,13 +38,13 @@

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

src = fetchFromGitHub {
owner = "facebook";
repo = "watchman";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-deOSeExhwn8wrtP2Y0BDaHdmaeiUaDBok6W7N1rH/24=";
hash = "sha256-w8Xm0xAkPH/Yapph/K8uPoPQxfc9bHLEDr0wFrNJ2LA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4f9ea14

Please sign in to comment.