fswatch: 1.9.3 -> 1.11.2

This commit is contained in:
Pascal Wittmann 2018-02-11 13:29:43 +01:00
parent 63c97b946e
commit b0047a527c
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "fswatch-${version}"; name = "fswatch-${version}";
version = "1.9.3"; version = "1.11.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emcrisostomo"; owner = "emcrisostomo";
repo = "fswatch"; repo = "fswatch";
rev = version; rev = version;
sha256 = "1g329aapdvbzhr39wyh295shpfq5f0nlzsqkjnr8l6zzak7f4yrg"; sha256 = "05vgpd1fx9fy3vnnmq5gz236avgva82axix127xy98gaxrac52vq";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];