transcaffeine 2025-04-05 21:29:19 +02:00
parent a7d4465c0f
commit 667ccea709
No known key found for this signature in database
GPG Key ID: 03624C433676E465
2 changed files with 6 additions and 6 deletions

View File

@ -121,8 +121,8 @@
}, },
{ {
"pname": "LrcParser", "pname": "LrcParser",
"version": "2024.728.2", "version": "2025.228.1",
"hash": "sha256-fv0OkCfXEcXJqZcl70Ch3PduuomghPC2LscHU7nFtnc=" "hash": "sha256-1p471WX25rYpb0P/q3sEj35vLLa8QvokAbLO47D7wTM="
}, },
{ {
"pname": "MetaBrainz.Common", "pname": "MetaBrainz.Common",
@ -1246,8 +1246,8 @@
}, },
{ {
"pname": "z440.atl.core", "pname": "z440.atl.core",
"version": "6.16.0", "version": "6.20.0",
"hash": "sha256-J8Orzt/H84IscHZ9p7hEja7bkweuLsZNqu9XzmUjQM0=" "hash": "sha256-8LdLU2wgdR21bEXTBw7+RdbLYBM0vHRZhKv2ZpiVL44="
}, },
{ {
"pname": "zlib.net-mutliplatform", "pname": "zlib.net-mutliplatform",

View File

@ -13,13 +13,13 @@
buildDotnetModule rec { buildDotnetModule rec {
pname = "jellyfin"; 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 { src = fetchFromGitHub {
owner = "jellyfin"; owner = "jellyfin";
repo = "jellyfin"; repo = "jellyfin";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-QFXZtmdR07xIjh4wKgbx1usXgRg5X0jfzzLjsxKMniU="; hash = "sha256-GWpzX8DvCafHb5V9it0ZPTXKm+NbLS7Oepe/CcMiFuI=";
}; };
propagatedBuildInputs = [ sqlite ]; propagatedBuildInputs = [ sqlite ];