fswatch: 1.18.2 -> 1.18.3

authored by R. Ryantm and committed by Bjørn Forsman 3787e478 2161adcf

+2 -2
+2 -2
pkgs/development/tools/misc/fswatch/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "fswatch"; 16 - version = "1.18.2"; 17 18 src = fetchFromGitHub { 19 owner = "emcrisostomo"; 20 repo = "fswatch"; 21 rev = version; 22 - sha256 = "sha256-u9+sayp0U6TudffGP2Bb2PbbSMjUHCb6gGBq3jKQ3EQ="; 23 }; 24 25 nativeBuildInputs = [
··· 13 14 stdenv.mkDerivation rec { 15 pname = "fswatch"; 16 + version = "1.18.3"; 17 18 src = fetchFromGitHub { 19 owner = "emcrisostomo"; 20 repo = "fswatch"; 21 rev = version; 22 + sha256 = "sha256-C/NHDhhRTQppu8xRWe9fy1+KIutyoRbkkabUtGlJ1fE="; 23 }; 24 25 nativeBuildInputs = [