From 7a6dc122b916beae188948b7472026d8029ba6ea Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 11 Jan 2024 07:51:17 -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 130621f..7ad2d80 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.1"; + image = "stashapp/stash:v0.24.2"; environment = { STASH_STASH = "/data/"; STASH_GENERATED = "/generated/";