watcher: 0.14.2 -> 0.14.3

This commit is contained in:
R. Ryantm
2026-01-11 02:54:12 +00:00
parent aef8bcdfb3
commit 35b3e73f9c
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "watcher";
version = "0.14.2";
version = "0.14.3";
src = fetchFromGitHub {
owner = "e-dant";
repo = "watcher";
tag = version;
hash = "sha256-UO17PcLVsPgSFOfCPFth/SzEQaZRcXWPHKQFLTrPnEU=";
hash = "sha256-LDzZk47GHSh+SSolz7FdOVNKsNhVNrrsuNGBtXanC+U=";
};
nativeBuildInputs = [