From 315e767bb9f55a499a74eba23fa821b52424cb07 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 11 Jul 2024 06:38:51 -0400 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 dae0498..2fc8eeb 100644 --- a/hosts/yuki/services/stash.nix +++ b/hosts/yuki/services/stash.nix @@ -2,7 +2,7 @@ _: let storagePath = "/home/notoh/docker/stash"; in { virtualisation.oci-containers.containers.stash = { - image = "stashapp/stash@sha256:6b8814b61e4fe77bc910bec858dd45e0970c8af6f439c066317ae68f03af4f91"; # v0.25.1 + image = "stashapp/stash@sha256:7e71c17a2ce69305889bb3305b057929066c767037b2415a354f2b7dbeff6013"; # v0.26.2 ports = ["9999:9999"]; environment = { STASH_STASH = "/data/";