1 { lib, buildGoPackage, fetchgit }:
7 version = "20160121-${lib.strings.substring 0 7 rev}";
8 rev = "5db2d8faa220e8d6eaf8677354bd197bf621ff7f";
10 goPackagePath = "github.com/martingallagher/gawp";
14 url = "https://github.com/martingallagher/gawp";
15 sha256 = "0bbmbb1xxdgvqvg1ssn9d4j213li7bbbx3y42iz4fs10xv7x4r0c";
21 homepage = "https://github.com/martingallagher/gawp";
22 description = "A simple, configurable, file watching, job execution tool";
23 license = lib.licenses.asl20;