watchman: 4.5.0 -> 4.7.0
This commit is contained in:
parent
360234dab6
commit
69ce9a9edd
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user