watchlog: 1.244.0 -> 1.246.0

This commit is contained in:
R. Ryantm 2025-05-01 00:43:09 +00:00
parent 547c144d7d
commit 91222af948

View File

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "watchlog";
version = "1.244.0";
version = "1.246.0";
src = fetchFromGitLab {
owner = "kevincox";
repo = "watchlog";
rev = "v${version}";
hash = "sha256-RQggLV4ROV9j5FxiJ2pRh/jlTFhgKUiBO/Gh/jLJ3tg=";
hash = "sha256-1AcA2Ar2XVLMfBxG2GtsXe9zNF/8pJBZ2NzihhMm3Vk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-hdNEEbpsasAc8thQ6fKP4DQ+6jQiA2CO781Zz8CEiHU=";
cargoHash = "sha256-83vDlH/S8rZqLwBux3WoTIkGFf01Powyz9sZpsVY+AQ=";
meta = {
description = "Easier monitoring of live logs";