jellyfin: 10.11.0 -> 10.11.1

This commit is contained in:
nyanloutre
2025-10-27 08:21:58 +00:00
parent ca2e941373
commit 795c9ef35e
2 changed files with 4 additions and 4 deletions

View File

@@ -1346,8 +1346,8 @@
}, },
{ {
"pname": "z440.atl.core", "pname": "z440.atl.core",
"version": "7.5.0", "version": "7.6.0",
"hash": "sha256-denTZd9A4zV2Plg7PtRf6bc1gzXzxgTWPp1bs1NShwA=" "hash": "sha256-J5wLcYuVNETDwrokDGWM5qcKGO4xyJFjJRe2F/v7OxA="
}, },
{ {
"pname": "zlib.net-mutliplatform", "pname": "zlib.net-mutliplatform",

View File

@@ -13,13 +13,13 @@
buildDotnetModule rec { buildDotnetModule rec {
pname = "jellyfin"; pname = "jellyfin";
version = "10.11.0"; # ensure that jellyfin-web has matching version version = "10.11.1"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jellyfin"; owner = "jellyfin";
repo = "jellyfin"; repo = "jellyfin";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-8kvN2ZugmjjgSMepDdP9tc48362b6w+RpIsp/IXaivM="; hash = "sha256-8D8cwAqu+cfTR1SwwHTtPnMG2iaLTWSYoAig6g2jsTA=";
}; };
propagatedBuildInputs = [ sqlite ]; propagatedBuildInputs = [ sqlite ];