jellyfin: 10.10.6 -> 10.10.7
Release notes: https://github.com/jellyfin/jellyfin/releases/tag/v10.10.7 Changelog: https://github.com/jellyfin/jellyfin/compare/v10.10.6...v10.10.7
This commit is contained in:
parent
a7d4465c0f
commit
667ccea709
@ -121,8 +121,8 @@
|
||||
},
|
||||
{
|
||||
"pname": "LrcParser",
|
||||
"version": "2024.728.2",
|
||||
"hash": "sha256-fv0OkCfXEcXJqZcl70Ch3PduuomghPC2LscHU7nFtnc="
|
||||
"version": "2025.228.1",
|
||||
"hash": "sha256-1p471WX25rYpb0P/q3sEj35vLLa8QvokAbLO47D7wTM="
|
||||
},
|
||||
{
|
||||
"pname": "MetaBrainz.Common",
|
||||
@ -1246,8 +1246,8 @@
|
||||
},
|
||||
{
|
||||
"pname": "z440.atl.core",
|
||||
"version": "6.16.0",
|
||||
"hash": "sha256-J8Orzt/H84IscHZ9p7hEja7bkweuLsZNqu9XzmUjQM0="
|
||||
"version": "6.20.0",
|
||||
"hash": "sha256-8LdLU2wgdR21bEXTBw7+RdbLYBM0vHRZhKv2ZpiVL44="
|
||||
},
|
||||
{
|
||||
"pname": "zlib.net-mutliplatform",
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
buildDotnetModule rec {
|
||||
pname = "jellyfin";
|
||||
version = "10.10.6"; # ensure that jellyfin-web has matching version
|
||||
version = "10.10.7"; # ensure that jellyfin-web has matching version
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jellyfin";
|
||||
repo = "jellyfin";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QFXZtmdR07xIjh4wKgbx1usXgRg5X0jfzzLjsxKMniU=";
|
||||
hash = "sha256-GWpzX8DvCafHb5V9it0ZPTXKm+NbLS7Oepe/CcMiFuI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ sqlite ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user