watchman: 4.5.0 -> 4.7.0

This commit is contained in:
Graham Christensen 2016-12-13 10:27:21 -05:00
parent 360234dab6
commit 69ce9a9edd
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "watchman-${version}"; name = "watchman-${version}";
version = "4.5.0"; version = "4.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "watchman"; repo = "watchman";
rev = "v${version}"; rev = "v${version}";
sha256 = "0hyj7nbsm5mv8zq2fldd06f92a3wamavha20311518qv7q5jj72v"; sha256 = "0xnd7jvrmyxhlw2ggd37swv1mk6vw9j91fdxps6njgvnlfg9zs5n";
}; };
buildInputs = [ autoconf automake pcre ]; buildInputs = [ autoconf automake pcre ];