Unverified Commit 72d75213 authored by Kevin Cox's avatar Kevin Cox Committed by GitHub
Browse files

watchlog: 1.244.0 -> 1.246.0 (#403187)

parents cbf354ec 91222af9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";