jellyfin: 10.8.5 -> 10.8.6

This commit is contained in:
Johannes Schleifenbaum 2022-10-29 09:27:49 +02:00
parent dc6876e669
commit df0096e718
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -29,13 +29,13 @@ let
in in
buildDotnetModule rec { buildDotnetModule rec {
pname = "jellyfin"; pname = "jellyfin";
version = "10.8.5"; # ensure that jellyfin-web has matching version version = "10.8.6"; # 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 = "le6yNEK1k0U9ZnkqvBLCiLz0p3rK7jcet7xl/ym+L2g="; sha256 = "nZt6/PdilKXK6Z/9NtoP3MnomduoRVkkJpbL70/MLTQ=";
}; };
patches = [ patches = [