jellyfin: 10.8.2 -> 10.8.3

This commit is contained in:
Johannes Schleifenbaum 2022-08-02 11:02:32 +02:00
parent dac87808a5
commit 07aeccaac2
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -29,13 +29,13 @@ let
in
buildDotnetModule rec {
pname = "jellyfin";
version = "10.8.2"; # ensure that jellyfin-web has matching version
version = "10.8.3"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
sha256 = "f5iwNoGxyFTRp8F17iM1kA/FtV9NSczEk36VJub6Lww=";
sha256 = "QVpmHhVR4+UbVz5m92g5VcpcxVz1/9MNll2YN7ZnNHw=";
};
patches = [