We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf354e + 91222af commit 72d7521Copy full SHA for 72d7521
pkgs/by-name/wa/watchlog/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "watchlog";
9
- version = "1.244.0";
+ version = "1.246.0";
10
11
src = fetchFromGitLab {
12
owner = "kevincox";
13
repo = "watchlog";
14
rev = "v${version}";
15
- hash = "sha256-RQggLV4ROV9j5FxiJ2pRh/jlTFhgKUiBO/Gh/jLJ3tg=";
+ hash = "sha256-1AcA2Ar2XVLMfBxG2GtsXe9zNF/8pJBZ2NzihhMm3Vk=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-hdNEEbpsasAc8thQ6fKP4DQ+6jQiA2CO781Zz8CEiHU=";
+ cargoHash = "sha256-83vDlH/S8rZqLwBux3WoTIkGFf01Powyz9sZpsVY+AQ=";
20
21
meta = {
22
description = "Easier monitoring of live logs";
0 commit comments