fswatch: 1.11.3 -> 1.12.0

This commit is contained in:
Pascal Wittmann 2018-07-01 13:43:34 +02:00
parent fbb047e891
commit 92a6feca0a
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
name = "fswatch-${version}";
version = "1.11.3";
version = "1.12.0";
src = fetchFromGitHub {
owner = "emcrisostomo";
repo = "fswatch";
rev = version;
sha256 = "1w83bpgx0wsgn70jyxwrvh9dsivrq41ifcignjzdxdwz9j0rwhh1";
sha256 = "16f3g6s79gs1sp2ra3cka4c5mf5b557cx697bwcdfgj6r19ni5j7";
};
nativeBuildInputs = [ autoreconfHook ];