jellyfin: 10.9.6 -> 10.9.7

(cherry picked from commit 5fdf534b0c)
This commit is contained in:
Jonas Heinrich 2024-06-26 12:32:05 +02:00 committed by github-actions[bot]
parent c82ad1b10b
commit fb030c6fb3

View File

@ -13,13 +13,13 @@
buildDotnetModule rec {
pname = "jellyfin";
version = "10.9.6"; # ensure that jellyfin-web has matching version
version = "10.9.7"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
sha256 = "sha256-Ze1KO+Rx4sz8qdKa1U2g096Ck/Qc+JdQj4MNqaJRhb8=";
sha256 = "sha256-jxOFbmYrgxP6jbjnWubajqXInLXu7TO4vssU4E1oeoc=";
};
propagatedBuildInputs = [ sqlite ];