Skip to content

Commit

Permalink
watchman: 4.5.0 -> 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Christensen committed Dec 13, 2016
1 parent 360234d commit 69ce9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/watchman/default.nix
Expand Up @@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "watchman-${version}";

version = "4.5.0";
version = "4.7.0";

src = fetchFromGitHub {
owner = "facebook";
repo = "watchman";
rev = "v${version}";
sha256 = "0hyj7nbsm5mv8zq2fldd06f92a3wamavha20311518qv7q5jj72v";
sha256 = "0xnd7jvrmyxhlw2ggd37swv1mk6vw9j91fdxps6njgvnlfg9zs5n";
};

buildInputs = [ autoconf automake pcre ];
Expand Down

0 comments on commit 69ce9a9

Please sign in to comment.