about summary refs log tree commit diff
path: root/pkgs/tools/misc/watchlog
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2022-12-13 08:58:24 -0500
committerKevin Cox <kevincox@kevincox.ca>2022-12-13 08:58:24 -0500
commita79359b974b7aff7072430c2b04d92a191655c69 (patch)
tree1aa7cc0306b7dc270a8b20ce042d5e2eb9ee73d1 /pkgs/tools/misc/watchlog
parent33e0d99cbedf2acfd7340d2150837fbb28039a64 (diff)
watchlog: 1.152.0 → 1.197.0
Notably this contains a dependency update that fixes the config file search path.
Diffstat (limited to 'pkgs/tools/misc/watchlog')
-rw-r--r--pkgs/tools/misc/watchlog/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/watchlog/default.nix b/pkgs/tools/misc/watchlog/default.nix
index b89d42354e1bb..56c56f9c669b8 100644
--- a/pkgs/tools/misc/watchlog/default.nix
+++ b/pkgs/tools/misc/watchlog/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "watchlog";
-  version = "1.152.0";
+  version = "1.197.0";
 
   src = fetchFromGitLab {
     owner = "kevincox";
     repo = "watchlog";
     rev = "v${version}";
-    sha256 = "sha256-m0sqLi5qxQKfdFtHxo0DX4bV6lUNZP1JWt8NAfY+F5A=";
+    sha256 = "sha256-6/SF+bsf4KAVdbda8AmeNxZiOZsyU2MfGmR4b+geETE=";
   };
 
-  cargoSha256 = "sha256-uIaGIHBB/ntGyBZL45E61E9fELR8UGRieb/fJQsB5NE=";
+  cargoSha256 = "sha256-8lBHsWGzu0h+hHsFK4DuPz6cTsgOT3JZFbsecJskdok=";
 
   meta = {
     description = "Easier monitoring of live logs";