From 1c40d35fa6057a52757ef72a67b51343e50371dd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 6 Jul 2026 18:28:20 -0700 Subject: [PATCH] taffybar: pull in WirePlumber/OpenAI/Anthropic memory fixes Bump the vendored taffybar submodule to 17337fec and re-lock the config flake's git+file taffybar input, pulling in three fixes just merged to taffybar/taffybar master: - WirePlumber: fix use-after-free windows in SpaPod handling (#684) -- pod lifetimes: deep-copy escaping borrows, touchManagedPtr parents - OpenAIUsage: destroy replaced menu to fix GObject leak (#682) - AnthropicUsage: cache per-file transcript extractions across polls (#683) The first is a genuine heap-safety fix; the latter two curb the usage widgets' unbounded memory growth. Co-Authored-By: Claude Opus 4.8 --- dotfiles/config/taffybar/flake.lock | 8 ++++---- dotfiles/config/taffybar/taffybar | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dotfiles/config/taffybar/flake.lock b/dotfiles/config/taffybar/flake.lock index b8c5d213..557987b8 100644 --- a/dotfiles/config/taffybar/flake.lock +++ b/dotfiles/config/taffybar/flake.lock @@ -136,11 +136,11 @@ "xmonad-contrib": "xmonad-contrib" }, "locked": { - "lastModified": 1783024750, - "narHash": "sha256-8RtBxjot68u3P1VXwwPnlUWKBAy/pJzDmKHxoack34g=", + "lastModified": 1783386405, + "narHash": "sha256-q82WxkEa7phE/Mw5xX5Hz+AU0j9ASTqC4p/wvVSnmRQ=", "ref": "refs/heads/master", - "rev": "f0302a788290651c710a5bba138bd5dd0f89baa9", - "revCount": 2364, + "rev": "17337fecf3d1c725433d941ddfa40423b939117f", + "revCount": 2367, "type": "git", "url": "file:///srv/dotfiles/dotfiles/config/taffybar/taffybar" }, diff --git a/dotfiles/config/taffybar/taffybar b/dotfiles/config/taffybar/taffybar index f0302a78..17337fec 160000 --- a/dotfiles/config/taffybar/taffybar +++ b/dotfiles/config/taffybar/taffybar @@ -1 +1 @@ -Subproject commit f0302a788290651c710a5bba138bd5dd0f89baa9 +Subproject commit 17337fecf3d1c725433d941ddfa40423b939117f