From 79943dff4e56e875b160477769eee99a77f6e1cc Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 5 Sep 2023 10:08:09 -0400 Subject: [PATCH] homarr: bump version --- hosts/yuki/services/homarr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/yuki/services/homarr.nix b/hosts/yuki/services/homarr.nix index da0f68f..fd31b01 100644 --- a/hosts/yuki/services/homarr.nix +++ b/hosts/yuki/services/homarr.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.homarr = { - image = "ghcr.io/ajnart/homarr:0.13.2"; + image = "ghcr.io/ajnart/homarr:0.13.3"; ports = [ "7575:7575" ];