Skip to content

Commit d10e413

Browse files
committed
fswatch: 1.17.1 -> 1.18.0
1 parent 01463b1 commit d10e413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/misc/fswatch/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation rec {
1515
pname = "fswatch";
16-
version = "1.17.1";
16+
version = "1.18.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "emcrisostomo";
2020
repo = "fswatch";
2121
rev = version;
22-
sha256 = "sha256-gVYDvda+6ZJkShJXUxUEVxq4enkRrhdvlTTxYWq4Aho=";
22+
sha256 = "sha256-n9EDEF5swC7UyvC0cd+U/u4Wd050Jf9h2AVtEVbUICA=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)