fswatch: 1.9.3 -> 1.11.2
This commit is contained in:
parent
63c97b946e
commit
b0047a527c
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue