summary refs log tree commit diff
path: root/pkgs/development/tools/watchman
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2015-01-13 21:48:44 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2015-01-13 21:48:44 -0500
commit3b524fe6c47fc6662fde49322f0eccbefb69f2ab (patch)
treec375007f645b1470a72b1d49a9fc55b296ba631e /pkgs/development/tools/watchman
parentdfc048877275c941760fa29837ff06e4046962a3 (diff)
downloadnixpkgs-3b524fe6c47fc6662fde49322f0eccbefb69f2ab.tar
nixpkgs-3b524fe6c47fc6662fde49322f0eccbefb69f2ab.tar.gz
nixpkgs-3b524fe6c47fc6662fde49322f0eccbefb69f2ab.tar.bz2
nixpkgs-3b524fe6c47fc6662fde49322f0eccbefb69f2ab.tar.lz
nixpkgs-3b524fe6c47fc6662fde49322f0eccbefb69f2ab.tar.xz
nixpkgs-3b524fe6c47fc6662fde49322f0eccbefb69f2ab.tar.zst
nixpkgs-3b524fe6c47fc6662fde49322f0eccbefb69f2ab.zip
watchman: update to 3.0.0
Diffstat (limited to 'pkgs/development/tools/watchman')
-rw-r--r--pkgs/development/tools/watchman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/watchman/default.nix b/pkgs/development/tools/watchman/default.nix
index 6db164131f7..264557bfb62 100644
--- a/pkgs/development/tools/watchman/default.nix
+++ b/pkgs/development/tools/watchman/default.nix
@@ -5,13 +5,13 @@
 stdenv.mkDerivation rec {
   name = "watchman-${version}";
 
-  version = "2.9.8";
+  version = "3.0.0";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "watchman";
     rev = "v${version}";
-    sha256 = "196d71ci7ki4p6xx49w55cqd0bqrx19nf79na3a91mrfa6f22sp6";
+    sha256 = "0sf0cp9p7savlgmzqj5m9fkpfa5a15pv98rkilxnbmx9wrjvypwk";
   };
 
   buildInputs = [ autoconf automake pcre ];