3
0
Fork 0
forked from mirrors/nixpkgs

Watchman: 4.3.0 => 4.5.0

This commit is contained in:
Wout Mertens 2016-02-24 11:22:59 +01:00
parent 775f902c07
commit 17a759f346

View file

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