jellyfin: 10.11.1 -> 10.11.2

This commit is contained in:
nyanloutre
2025-11-03 08:29:38 +00:00
parent 283ef353d9
commit a563ddee94
+2 -2
View File
@@ -13,13 +13,13 @@
buildDotnetModule rec {
pname = "jellyfin";
version = "10.11.1"; # ensure that jellyfin-web has matching version
version = "10.11.2"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
hash = "sha256-8D8cwAqu+cfTR1SwwHTtPnMG2iaLTWSYoAig6g2jsTA=";
hash = "sha256-cq45OP7xNfQ09ZfrKxnmHo68Y7SkfSVArH6PlhewPaM=";
};
propagatedBuildInputs = [ sqlite ];