jellyfin: 10.11.3 -> 10.11.4

This commit is contained in:
nyanloutre
2025-12-01 09:21:48 +00:00
parent 8b014e5dd3
commit f8428f74df
+2 -2
View File
@@ -13,13 +13,13 @@
buildDotnetModule rec {
pname = "jellyfin";
version = "10.11.3"; # ensure that jellyfin-web has matching version
version = "10.11.4"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
hash = "sha256-xNQe0hjY1BjC1D+hYTj1Gv2jCpwhWJv9dlvY6K9jkSk=";
hash = "sha256-Hs7G8igW7TJBTYuv83AhN/YhpLcO5pwuU5vYwDUEsUQ=";
};
propagatedBuildInputs = [ sqlite ];