From ba7093d292ecd5d0bcde1fc8da7d459f7ed10480 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 5 Jan 2024 21:27:32 -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 5f75f00..130621f 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.23.1"; + image = "stashapp/stash:v0.24.1"; environment = { STASH_STASH = "/data/"; STASH_GENERATED = "/generated/";