watcher: 0.13.8 -> 0.14.1

This commit is contained in:
R. Ryantm
2025-12-08 18:28:25 +00:00
parent 864b51ebb4
commit 2450b2cfb0
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "watcher";
version = "0.13.8";
version = "0.14.1";
src = fetchFromGitHub {
owner = "e-dant";
repo = "watcher";
tag = version;
hash = "sha256-sQel+W9J8ExWkSEYd6Wjw2M9VgTIax+8zadI982fH4U=";
hash = "sha256-Rqsm6DBS8SHxibQvrwO30RZ5ZPLWQvdTOM7i2zzCPXc=";
};
nativeBuildInputs = [