Merge pull request #257370 from NixOS/backport-257035-to-release-23.05

[Backport release-23.05] Jellyfin{,-web}: 10.8.10 -> 10.8.11
This commit is contained in:
Fabián Heredia Montiel
2023-09-26 08:08:04 -06:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -14,13 +14,13 @@
buildDotnetModule rec {
pname = "jellyfin";
version = "10.8.10"; # ensure that jellyfin-web has matching version
version = "10.8.11"; # ensure that jellyfin-web has matching version
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin";
rev = "v${version}";
sha256 = "uX56TSyi0V0Rs6R3A8QHZrjTIHUZobLYIgG+nZDE3Hg=";
sha256 = "deJv2lWo0kXGixCBJzfdIBZcNjg45y2ITGQfWcM2smU=";
};
patches = [

View File

@@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "jellyfin-web";
version = "10.8.10";
version = "10.8.11";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-web";
rev = "v${version}";
hash = "sha256-fJmGiHLwhgd3Ac7ggCbkMu6llob3qN87EpHpCO4K29I=";
hash = "sha256-Gl8eaC/AXBD956tAepwWVG3lSvL4rBCcgmkHeT/mrzM=";
};
npmDepsHash = "sha256-X8a/pmQGAhoGKhThJ86b50sf0nlsCXGgvLQaxRsmA5Q=";
npmDepsHash = "sha256-HoRteA6KFCFxDdwGtDKrvwWCMYNfYQWlit52RAN1eAU=";
npmBuildScript = [ "build:production" ];