Skip to content

Commit 1329aba

Browse files
fix(container): update ghcr.io/salvoxia/immich-folder-album-creator ( 0.25.0 → 0.25.1 )
| datasource | package | from | to | | ---------- | -------------------------------------------- | ------ | ------ | | docker | ghcr.io/salvoxia/immich-folder-album-creator | 0.25.0 | 0.25.1 |
1 parent bbc6b0d commit 1329aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/system/containers/immich/album-creator.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ in
1111
config = lib.mkIf (cfg.enable && cfg.photosPath != null) {
1212
systemd =
1313
let
14-
image = "ghcr.io/salvoxia/immich-folder-album-creator:0.25.0@sha256:728fa10ff6c3eb9b1f836a6bcd305a9996fa5685361fb6eb7516d2ed0f0ed1e8";
14+
image = "ghcr.io/salvoxia/immich-folder-album-creator:0.25.1@sha256:ff00791765eccc294f7a916f6551a6a0690e513a21de53e2a572b553571cd4f7";
1515
in
1616
{
1717
services.docker-immich-album-creator = {

0 commit comments

Comments
 (0)