Update ghcr.io/finsys/hawser Docker tag to v0.2.45 #3

Merged
JuliusFreudenberger merged 1 commit from renovate/ghcr.io-finsys-hawser-0.x into main 2026-06-22 22:26:31 +02:00
Showing only changes of commit 552934139b - Show all commits

View file

@ -27,7 +27,7 @@ in {
config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers = {
hawser = {
image = "ghcr.io/finsys/hawser:0.2.42@sha256:79f926e8d8fe31c0dfe90858f90b69bfd4cfbb113472605620b91a4b444dd557";
image = "ghcr.io/finsys/hawser:0.2.45@sha256:ba4682fd350a4b16e1a1048817edf1054ee91f0556fef63805e447f6746fa157";
volumes = [
"/var/run/docker.sock:/var/run/docker.sock"
];