watchlog: 1.244.0 -> 1.246.0 (#403187)
This commit is contained in:
@@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "watchlog";
|
pname = "watchlog";
|
||||||
version = "1.244.0";
|
version = "1.246.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "kevincox";
|
owner = "kevincox";
|
||||||
repo = "watchlog";
|
repo = "watchlog";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-RQggLV4ROV9j5FxiJ2pRh/jlTFhgKUiBO/Gh/jLJ3tg=";
|
hash = "sha256-1AcA2Ar2XVLMfBxG2GtsXe9zNF/8pJBZ2NzihhMm3Vk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-hdNEEbpsasAc8thQ6fKP4DQ+6jQiA2CO781Zz8CEiHU=";
|
cargoHash = "sha256-83vDlH/S8rZqLwBux3WoTIkGFf01Powyz9sZpsVY+AQ=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Easier monitoring of live logs";
|
description = "Easier monitoring of live logs";
|
||||||
|
|||||||
Reference in New Issue
Block a user