jellyfin: 10.8.5 -> 10.8.6
This commit is contained in:
parent
dc6876e669
commit
df0096e718
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue