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 <noreply@anthropic.com>
This commit is contained in:
2026-07-06 18:28:20 -07:00
parent 607cdb6fa3
commit 1c40d35fa6
2 changed files with 5 additions and 5 deletions

View File

@@ -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"
},