From f77a200a2cd46d1278c88eb7f22c26ac3926939e Mon Sep 17 00:00:00 2001 From: josie Date: Wed, 20 May 2026 16:17:44 +0200 Subject: [PATCH] chore: bump frigate to v1.5.1 Brings, on top of v1.5.0: - f8b0457 bump to v1.5.1 - ee33934 persist indexed block progress in a separate marker table with startup reorg and orphan-tweak checks - a3c5a76 use json-rpc batching when fetching transactions for initial mempool indexing - 36decce cold-sync index logging cleanup (separates fetched from indexed counts) - cb172a0 use getblock verbosity=3 to inline prevout scripts and skip per-input getrawtransaction - 15e0bfd fix script-hash subscribe/unsubscribe races, defer headers eligibility with catch-up - d38423d serialize all client socket writes through a per-handler write lock - fdf9ac8 release electrum transport read lock during socket reads to avoid client request starvation - 8fa3f2c document backend per-IP limits and notification ordering - 8bfde6d include version in startup message Drongo submodule pointer is unchanged from v1.5.0. --- pkgs/frigate/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/frigate/package.nix b/pkgs/frigate/package.nix index 6160d8b..2e9a310 100644 --- a/pkgs/frigate/package.nix +++ b/pkgs/frigate/package.nix @@ -21,13 +21,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "frigate"; - version = "1.5.0"; + version = "1.5.1"; src = fetchFromGitHub { owner = "sparrowwallet"; repo = "frigate"; - rev = "116d62bb0eaeb70a357068fecd1e202914772597"; - hash = "sha256-xvjR5pgtF/AtV5941w1RIkJEWdbjTDBPMpu24TsxPWY="; + rev = "f8b0457f3b4bc7f80693bfe1bb203e3517270b5c"; # tag: 1.5.1 + hash = "sha256-0CwBrChpHrdmnvCTHHnRsqXu4pAHwev4DljpuYgo+W8="; }; postUnpack = ''