From 7bbd8ce6d9fe2fe6ee34f32a9910f6ccfd1faa12 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:03:18 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/deedee-ops/j?= =?UTF-8?q?ellyfin=20(=2010.10.0=20=E2=86=92=2010.10.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | --------------------------- | ------- | ------- | | docker | ghcr.io/deedee-ops/jellyfin | 10.10.0 | 10.10.1 | --- modules/system/containers/jellyfin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/jellyfin/default.nix b/modules/system/containers/jellyfin/default.nix index 73b4ce9..ba6a5c8 100644 --- a/modules/system/containers/jellyfin/default.nix +++ b/modules/system/containers/jellyfin/default.nix @@ -37,7 +37,7 @@ in virtualisation.oci-containers.containers.jellyfin = svc.mkContainer { cfg = { - image = "ghcr.io/deedee-ops/jellyfin:10.10.0@sha256:ff066c8f56f971d6e6ba7ac864c649bcb774e5c6ca860fccd475cab1c0623a68"; + image = "ghcr.io/deedee-ops/jellyfin:10.10.1@sha256:f2818b69794f473cca6167bb276c337b63c09fe4fbc6aa6019c05e69adeb89bd"; environment = { DOTNET_SYSTEM_IO_DISABLEFILELOCKING = "true"; };