watchlog: 1.152.0 → 1.197.0

Notably this contains a dependency update that fixes the config file search path.
This commit is contained in:
Kevin Cox 2022-12-13 08:58:24 -05:00
parent 33e0d99cbe
commit a79359b974
No known key found for this signature in database
GPG Key ID: 9BB92CC1552E99AA

View File

@ -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";