Skip to content

Commit c404d2e

Browse files
committed
watcher: 0.13.2 -> 0.13.5
1 parent 4f59aa5 commit c404d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wa/watcher/package.nix

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

88
stdenv.mkDerivation rec {
99
pname = "watcher";
10-
version = "0.13.2";
10+
version = "0.13.5";
1111

1212
src = fetchFromGitHub {
1313
owner = "e-dant";
1414
repo = "watcher";
1515
tag = version;
16-
hash = "sha256-PpDeZBOdWJewZAyE1J1+IF8TxlkPXUuA9TDpQqtG8I4=";
16+
hash = "sha256-5YeOomQ+6wsul+SQCvxodAYNinYh+tNHnf2UMjGYUt0=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)