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 {
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 {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
sha256 = "aou73pgusNIEyRxzNalfow/PThgK6Gn6XiylBoRwR1w=";
sha256 = "sha256-UtcrJRqDIPyewCNfI89E/IYrgLUhWx1me6MtPX+aeFU=";
};
patches = [