From f0d590a192b4c832a339207eab24f99cb5bdc95c Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 16 Jan 2024 22:49:29 -0500 Subject: [PATCH] stash: bump version --- hosts/yuki/services/stash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/yuki/services/stash.nix b/hosts/yuki/services/stash.nix index 7ad2d80..b38b95f 100644 --- a/hosts/yuki/services/stash.nix +++ b/hosts/yuki/services/stash.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.stash = { - image = "stashapp/stash:v0.24.2"; + image = "stashapp/stash:v0.24.3"; environment = { STASH_STASH = "/data/"; STASH_GENERATED = "/generated/";