From 7579d4b2c56790e32410aff9a2c6e2af06802b17 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 28 Mar 2023 09:24:04 +0000 Subject: [PATCH] jellyfin: 1.8.1 -> 1.9.0 --- nixpatches/list.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 8fce2f68..172843be 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -45,6 +45,13 @@ ./2023-03-10-hase.patch + # 2023-03-28: jellyfin-media-player: 1.8.1 -> 1.9.0 + # TODO: i should review/approve this PR if it works + (fetchpatch { + url = "https://github.com/NixOS/nixpkgs/pull/220974.diff"; + hash = "sha256-AK/l0vteCEg/ae4E0dS1oWnlLI4xyeyLFJcqMgCQ4RI="; + }) + # # kaiteki: init at 2022-09-03 # vendorHash changes too frequently (might not be reproducible). # using local package defn until stabilized