watchlog: 1.244.0 -> 1.246.0 (#403187)

This commit is contained in:
Kevin Cox 2025-05-01 08:02:55 -04:00 committed by GitHub
commit 72d7521374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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