From 5735097cd9a6ae7ab2e8480f859f48b6521d417d Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 23 Jul 2023 02:59:48 -0400 Subject: [PATCH] homarr: bump 0.12.3 -> 0.13.0 --- 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 7692794..9f3f237 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.12.3"; + image = "ghcr.io/ajnart/homarr:0.13.0"; ports = [ "7575:7575" ];