fswatch: update from 1.4.5.3 to 1.4.6

This commit is contained in:
Pascal Wittmann 2015-01-20 12:52:49 +01:00
parent 8aaac406bf
commit 20d68c20e9

View File

@ -11,7 +11,7 @@
let let
version = "1.4.5.3"; version = "1.4.6";
in stdenv.mkDerivation { in stdenv.mkDerivation {
@ -21,7 +21,7 @@ in stdenv.mkDerivation {
owner = "emcrisostomo"; owner = "emcrisostomo";
repo = "fswatch"; repo = "fswatch";
rev = version; rev = version;
sha256 = "05jphslvfgp94vd86myjw5q4wgbayj8avw49h4a4npkwhn93d11j"; sha256 = "0flq8baqzifhmf61zyiipdipvgy4h0kl551clxrhwa8gvzf75im4";
}; };
buildInputs = [ autoconf automake114x gettext_0_19 libtool makeWrapper texinfo ]; buildInputs = [ autoconf automake114x gettext_0_19 libtool makeWrapper texinfo ];
@ -37,11 +37,12 @@ in stdenv.mkDerivation {
done done
''; '';
meta = { meta = with stdenv.lib; {
description = "A cross-platform file change monitor with multiple backends"; description = "A cross-platform file change monitor with multiple backends";
homepage = https://github.com/emcrisostomo/fswatch; homepage = https://github.com/emcrisostomo/fswatch;
license = stdenv.lib.licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ pSub ];
}; };
} }