From 1c73483c13a1462ccc2aeda718c48cb1fdcf6222 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jun 2026 22:46:57 +0200 Subject: [PATCH] Update ghcr.io/finsys/hawser Docker tag to v0.2.46 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/finsys/hawser](https://github.com/Finsys/hawser) | patch | `0.2.45` → `0.2.46` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes
Finsys/hawser (ghcr.io/finsys/hawser) ### [`v0.2.46`](https://github.com/Finsys/hawser/compare/v0.2.45...v0.2.46) [Compare Source](https://github.com/Finsys/hawser/compare/v0.2.45...v0.2.46)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/15 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/hawser.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hawser.nix b/modules/hawser.nix index 3c9b788..5bf0a0c 100644 --- a/modules/hawser.nix +++ b/modules/hawser.nix @@ -27,7 +27,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { hawser = { - image = "ghcr.io/finsys/hawser:0.2.45@sha256:ba4682fd350a4b16e1a1048817edf1054ee91f0556fef63805e447f6746fa157"; + image = "ghcr.io/finsys/hawser:0.2.46@sha256:526a31f81c92ec750e60fc5da0d7551bbcf8441f1effc0b9741ccb2b2b594131"; volumes = [ "/var/run/docker.sock:/var/run/docker.sock" ];