jellyfin: 10.9.6 -> 10.9.7

This commit is contained in:
Jonas Heinrich
2024-06-27 10:02:03 +02:00
parent e0ba5d6aaf
commit 5fdf534b0c
+2 -2
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 ];