jellyfin: 10.8.12 -> 10.8.13

This commit is contained in:
Julien Malka 2023-11-29 14:02:07 +00:00
parent fbe817fcf1
commit 2d4a8ed6c4

View File

@ -14,13 +14,13 @@
buildDotnetModule rec { buildDotnetModule rec {
pname = "jellyfin"; pname = "jellyfin";
version = "10.8.12"; # ensure that jellyfin-web has matching version version = "10.8.13"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jellyfin"; owner = "jellyfin";
repo = "jellyfin"; repo = "jellyfin";
rev = "v${version}"; rev = "v${version}";
sha256 = "aou73pgusNIEyRxzNalfow/PThgK6Gn6XiylBoRwR1w="; sha256 = "sha256-UtcrJRqDIPyewCNfI89E/IYrgLUhWx1me6MtPX+aeFU=";
}; };
patches = [ patches = [