Merge pull request #205914 from kevincox/watchlog-1.197.0
This commit is contained in:
commit
838ae7b039
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "watchlog";
|
pname = "watchlog";
|
||||||
version = "1.152.0";
|
version = "1.197.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "kevincox";
|
owner = "kevincox";
|
||||||
repo = "watchlog";
|
repo = "watchlog";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-m0sqLi5qxQKfdFtHxo0DX4bV6lUNZP1JWt8NAfY+F5A=";
|
sha256 = "sha256-6/SF+bsf4KAVdbda8AmeNxZiOZsyU2MfGmR4b+geETE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-uIaGIHBB/ntGyBZL45E61E9fELR8UGRieb/fJQsB5NE=";
|
cargoSha256 = "sha256-8lBHsWGzu0h+hHsFK4DuPz6cTsgOT3JZFbsecJskdok=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Easier monitoring of live logs";
|
description = "Easier monitoring of live logs";
|
||||||
|
|
Loading…
Reference in a new issue