about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/fswatch
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 22:01:59 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2018-12-17 02:20:23 +0000
commit2cbaaa55d53584be24a1a3c6e543d64599530b18 (patch)
tree4ff827be760ec7c74205c532f35bb1f2addaa211 /pkgs/development/tools/misc/fswatch
parentb213de932830477973b18e571ce3330d0a98f665 (diff)
fswatch: 1.13.0 -> 1.14.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fswatch/versions
Diffstat (limited to 'pkgs/development/tools/misc/fswatch')
-rw-r--r--pkgs/development/tools/misc/fswatch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/fswatch/default.nix b/pkgs/development/tools/misc/fswatch/default.nix
index 0e8e0116a8b09..0e4af13489029 100644
--- a/pkgs/development/tools/misc/fswatch/default.nix
+++ b/pkgs/development/tools/misc/fswatch/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   name = "fswatch-${version}";
-  version = "1.13.0";
+  version = "1.14.0";
 
   src = fetchFromGitHub {
     owner = "emcrisostomo";
     repo = "fswatch";
     rev = version;
-    sha256 = "18nrp2l1rzrhnw4p6d9r6jaxkkvxkiahvahgws2j00q623v0f3ij";
+    sha256 = "1d1fvm36qgh6a5j9v24wai61d297pvzxr14jngjlhh4i474ff21i";
   };
 
   nativeBuildInputs = [ autoreconfHook ];