Skip to content

Commit 72d7521

Browse files
authored
watchlog: 1.244.0 -> 1.246.0 (#403187)
2 parents cbf354e + 91222af commit 72d7521

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wa/watchlog/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "watchlog";
9-
version = "1.244.0";
9+
version = "1.246.0";
1010

1111
src = fetchFromGitLab {
1212
owner = "kevincox";
1313
repo = "watchlog";
1414
rev = "v${version}";
15-
hash = "sha256-RQggLV4ROV9j5FxiJ2pRh/jlTFhgKUiBO/Gh/jLJ3tg=";
15+
hash = "sha256-1AcA2Ar2XVLMfBxG2GtsXe9zNF/8pJBZ2NzihhMm3Vk=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-hdNEEbpsasAc8thQ6fKP4DQ+6jQiA2CO781Zz8CEiHU=";
19+
cargoHash = "sha256-83vDlH/S8rZqLwBux3WoTIkGFf01Powyz9sZpsVY+AQ=";
2020

2121
meta = {
2222
description = "Easier monitoring of live logs";

0 commit comments

Comments
 (0)